| 
    Isis 3.0
    
   | Home | 
Selection class derived from the Pure Virtual Parent Class for all Selection classes. More...
#include <Centroid.h>
Inherits Isis::Selection.
Inherited by Isis::CentroidApolloPan.
Public Member Functions | |
| Centroid () | |
| virtual | ~Centroid () | 
| int | select (Chip *inputChip, Chip *selectionChip) | 
| int | setDNRange (double minimumDN, double maximumDN) | 
| double | getMinDN () | 
| double | getMaxDN () | 
| virtual int | elipticalReduction (Chip *selectionChip, double percent_selected, double play, int patience_limit) | 
| int | centerOfMass (Chip *selectionChip, double *sample, double *line) | 
| int | centerOfMassWeighted (Chip *inputChip, Chip *selectionChip, double *sample, double *line) | 
| bool | ellipseFrom5Pts (Ellipse *ell, double pts[5][2]) | 
| double | elipsePercentSelected (Chip *selectionChip, Ellipse *ell) | 
| std::vector< double > | minimumBoundingElipse (std::vector< std::vector< int > > pts, Ellipse *ell) | 
| bool | ellipseFromCubic (Ellipse *ell, double cubic[6]) | 
| bool | ellipseAxesAreaFromMatrix (Ellipse *ell) | 
| bool | bestFitEllipse (Ellipse *ell, std::vector< std::vector< int > > *pts, double play, unsigned int max_iter) | 
| bool | pointInEllipse (Ellipse *ell, double pt[2], double play) | 
| bool | ellipseInChip (Ellipse *ell, Chip *chip) | 
| bool | ellipseFromCenterAxesAngle (Ellipse *ell, double centerSample, double centerLine, double semiMajor, double semiMinor, double theta) | 
| void | selectionEdge (Chip *selectionChip, std::vector< std::vector< int > > *pts) | 
Selection class derived from the Pure Virtual Parent Class for all Selection classes.
Description coming soon
| Isis::Centroid::Centroid | ( | ) | 
      
  | 
  virtual | 
      
  | 
  inherited | 
References Ellipse::A, Ellipse::cen, Isis::choleski_solve(), and Isis::isymp().
      
  | 
  inherited | 
References Isis::Chip::GetValue(), Isis::Chip::Lines(), and Isis::Chip::Samples().
      
  | 
  inherited | 
References Isis::Chip::GetValue(), Isis::Chip::Lines(), and Isis::Chip::Samples().
Referenced by Isis::AutoReg::SetSubpixelPosition().
References Isis::Chip::GetValue(), Isis::Chip::Lines(), and Isis::Chip::Samples().
      
  | 
  virtualinherited | 
Reimplemented in Isis::CentroidApolloPan.
References Ellipse::A, Ellipse::area, Ellipse::cen, Isis::Chip::Lines(), Ellipse::majorAxis, Ellipse::minorAxis, Isis::Chip::Samples(), Ellipse::semiMajor, Ellipse::semiMinor, and Isis::Chip::SetValue().
      
  | 
  inherited | 
References Ellipse::A, Ellipse::area, Ellipse::majorAxis, Ellipse::minorAxis, Ellipse::semiMajor, and Ellipse::semiMinor.
      
  | 
  inherited | 
      
  | 
  inherited | 
References Ellipse::A, Ellipse::area, Ellipse::cen, Ellipse::majorAxis, Ellipse::minorAxis, Ellipse::semiMajor, and Ellipse::semiMinor.
      
  | 
  inherited | 
References Ellipse::A, and Ellipse::cen.
| double Isis::Centroid::getMaxDN | ( | ) | 
| double Isis::Centroid::getMinDN | ( | ) | 
      
  | 
  inherited | 
References Ellipse::A, and Ellipse::cen.
      
  | 
  inherited | 
References Ellipse::A, and Ellipse::cen.
Implements Isis::Selection.
References Isis::Chip::ChipLine(), Isis::Chip::ChipSample(), Isis::Chip::GetValue(), Isis::Chip::Lines(), Isis::Chip::Samples(), Isis::Chip::SetAllValues(), Isis::Chip::SetSize(), and Isis::Chip::SetValue().
Referenced by Isis::AutoReg::SetSubpixelPosition().
      
  | 
  inherited | 
References Isis::Chip::GetValue(), Isis::Chip::Lines(), and Isis::Chip::Samples().
| int Isis::Centroid::setDNRange | ( | double | minimumDN, | 
| double | maximumDN | ||
| ) | 
Referenced by Isis::AutoReg::SetSubpixelPosition().