1#ifndef CentroidApolloPan_h
2#define CentroidApolloPan_h
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Definition CentroidApolloPan.h:28
virtual ~CentroidApolloPan()
Destroys the CentroidApolloPan object.
Definition CentroidApolloPan.cpp:46
CentroidApolloPan(double pixel_size_microns)
Constructs a CentroidApolloPan object.
Definition CentroidApolloPan.cpp:34
bool setPixelSize(double microns)
Set the pixel size in microns.
Definition CentroidApolloPan.cpp:55
int selectAdaptive(Chip *inputChip, Chip *selectionChip)
Given a range of DN this function creates a biniary chip for all continuous pixels that have the DN w...
Definition CentroidApolloPan.cpp:72
int elipticalReduction(Chip *selectionChip, double percent_selected, double play, int patience_limit)
This method will take advantage of all the apriori knowlege we have of the size and orientation of th...
Definition CentroidApolloPan.cpp:190
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Definition Centroid.h:31
A small chip of data used for pattern matching.
Definition Chip.h:86
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16