|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MoravecOperator_h
2 #define MoravecOperator_h
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition: MoravecOperator.cpp:18
bool ValidDnValue(double pdDnValue)
Validate whether the DN Value is in the set Range.
Definition: ControlNetValidMeasure.cpp:701
double GetValue(int sample, int line)
Loads a Chip with a value.
Definition: Chip.h:145
Container for cube-like labels.
Definition: Pvl.h:119
Isis::InterestOperator * MoravecOperatorPlugin(Isis::Pvl &pPvl)
Definition: MoravecOperator.cpp:65
int Lines() const
Definition: Chip.h:106
virtual ~MoravecOperator()
This is the virtual destructor for MoravecOperator.
Definition: MoravecOperator.h:54
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:61
A small chip of data used for pattern matching.
Definition: Chip.h:86
int Samples() const
Definition: Chip.h:99
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Interest Operator class.
Definition: InterestOperator.h:109
Moravec Interest Operator.
Definition: MoravecOperator.h:45
MoravecOperator(Pvl &pPvl)
This constructor creates a Moravec Interest Operator.
Definition: MoravecOperator.h:52