File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MoravecOperator.h
1 #ifndef MoravecOperator_h
2 #define MoravecOperator_h
3 
4 #include "InterestOperator.h"
5 
6 namespace Isis {
7  class Pvl;
8  class Chip;
9 
41  public:
49  virtual ~MoravecOperator() {};
50 
51  protected:
52  virtual double Interest(Chip &chip);
53  virtual int Padding();
54  };
55 };
56 
57 #endif
A small chip of data used for pattern matching.
Definition: Chip.h:102
Interest Operator class.
MoravecOperator(Pvl &pPvl)
This constructor creates a Moravec Interest Operator.
Moravec Interest Operator.
virtual ~MoravecOperator()
This is the virtual destructor for MoravecOperator.
Container for cube-like labels.
Definition: Pvl.h:135
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual int Padding()
Sets an offset to pass in larger chips if operator requires it This is used to offset the subchip siz...
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:25:26