Isis 3.0 Programmer Reference
Back | Home
CentroidApolloPan.h
Go to the documentation of this file.
1 #ifndef CentroidApolloPan_h
2 #define CentroidApolloPan_h
3 
26 #include "Centroid.h"
27 
28 namespace Isis {
41  class CentroidApolloPan : public Centroid {
42  public:
43  CentroidApolloPan(double pixel_size_microns);
44  virtual ~CentroidApolloPan();
45  bool setPixelSize(double microns);
46 
47  int elipticalReduction(Chip *selectionChip, double percent_selected, double play, int patience_limit);
48  int selectAdaptive(Chip *inputChip,Chip *selectionChip);
49 
50  private:
51  double m_pixelSize; //pixel size in microns
52  };
53 }
54 #endif
A small chip of data used for pattern matching.
Definition: Chip.h:101
int elipticalReduction(Chip *selectionChip, double percent_selected, double play, int patience_limit)
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Definition: Centroid.h:43
Selection class derived from the Pure Virtual Parent Class for all Selection classes.

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:15:45