File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
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 {
42  class CentroidApolloPan : public Centroid {
43  public:
44 
45  CentroidApolloPan(double pixel_size_microns);
46  virtual ~CentroidApolloPan();
47  bool setPixelSize(double microns);
48 
49  int elipticalReduction(Chip *selectionChip, double percent_selected, double play, int patience_limit);
50  int selectAdaptive(Chip *inputChip,Chip *selectionChip);
51 
52  private:
53  double m_pixelSize;
54  };
55 }
56 #endif
A small chip of data used for pattern matching.
Definition: Chip.h:102
CentroidApolloPan(double pixel_size_microns)
Constructs a CentroidApolloPan object.
Definition: CentroidApolloPan.cpp:47
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:203
bool setPixelSize(double microns)
Set the pixel size in microns.
Definition: CentroidApolloPan.cpp:68
Selection class derived from the Pure Virtual Parent Class for all Selection classes ...
Definition: Centroid.h:46
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
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:85
virtual ~CentroidApolloPan()
Destroys the CentroidApolloPan object.
Definition: CentroidApolloPan.cpp:59
Selection class derived from the Pure Virtual Parent Class for all Selection classes ...
Definition: CentroidApolloPan.h:42

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:16:00