![Logo](USGS_logo55h.png) |
Isis 3 Programmer Reference
|
11 #include "Selection.h"
12 #include "Statistics.h"
37 int setDNRange(
double minimumDN,
double maximumDN );
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.
Pure Virtual Parent Class for all Selection classes.
double m_maxDN
The max DN value to be included in the selection.
int setDNRange(double minimumDN, double maximumDN)
Set the range of the DNs.
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...
This is free and unencumbered software released into the public domain.