1 #ifndef CentroidApolloPan_h
2 #define CentroidApolloPan_h
A small chip of data used for pattern matching.
Definition: Chip.h:101
CentroidApolloPan(double pixel_size_microns)
Definition: CentroidApolloPan.cpp:40
int elipticalReduction(Chip *selectionChip, double percent_selected, double play, int patience_limit)
Definition: CentroidApolloPan.cpp:130
bool setPixelSize(double microns)
Definition: CentroidApolloPan.cpp:50
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Definition: Centroid.h:43
int selectAdaptive(Chip *inputChip, Chip *selectionChip)
Definition: CentroidApolloPan.cpp:57
virtual ~CentroidApolloPan()
Definition: CentroidApolloPan.cpp:48
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Definition: CentroidApolloPan.h:41