53 int setDNRange(
double minimumDN,
double maximumDN );
A small chip of data used for pattern matching.
int select(Chip *inputChip, Chip *selectionChip)
Given a range of DN this function creates a biniary chip for all continuous pixels that have the DN w...
Pure Virtual Parent Class for all Selection classes
double m_maxDN
The max DN value to be included in the selection.
double m_minDN
The min DN value to be included in the selection.
Selection class derived from the Pure Virtual Parent Class for all Selection classes ...
Namespace for ISIS/Bullet specific routines.
int setDNRange(double minimumDN, double maximumDN)
Set the range of the DNs.