|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ForstnerOperator_h
2 #define ForstnerOperator_h
virtual ~ForstnerOperator()
Definition: ForstnerOperator.h:38
Isis::InterestOperator * ForstnerOperatorPlugin(Isis::Pvl &pvl)
Definition: ForstnerOperator.cpp:146
ForstnerOperator(Pvl &pvl)
Definition: ForstnerOperator.h:37
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
bool IsSpecial(const double d)
Returns if the input pixel is special.
Definition: SpecialPixel.h:197
int Lines() const
Definition: Chip.h:106
Forstner interest operator.
Definition: ForstnerOperator.h:35
A small chip of data used for pattern matching.
Definition: Chip.h:86
int Samples() const
Definition: Chip.h:99
virtual double Interest(Chip &chip)
This method returns the amount of interest for the given chip.
Definition: ForstnerOperator.cpp:22
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Interest Operator class.
Definition: InterestOperator.h:109