12#include "Statistics.h"
37 int setDNRange(
double minimumDN,
double maximumDN );
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
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...
int setDNRange(double minimumDN, double maximumDN)
Set the range of the DNs.
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.
A small chip of data used for pattern matching.
Pure Virtual Parent Class for all Selection classes.
This is free and unencumbered software released into the public domain.