1 #ifndef MoravecOperator_h 2 #define MoravecOperator_h A small chip of data used for pattern matching.
Definition: Chip.h:102
Interest Operator class.
Definition: InterestOperator.h:123
MoravecOperator(Pvl &pPvl)
This constructor creates a Moravec Interest Operator.
Definition: MoravecOperator.h:47
Moravec Interest Operator.
Definition: MoravecOperator.h:40
virtual ~MoravecOperator()
This is the virtual destructor for MoravecOperator.
Definition: MoravecOperator.h:49
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...
Definition: MoravecOperator.cpp:55
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition: MoravecOperator.cpp:12