7 #ifndef MatchPoint_HEADER 8 #define MatchPoint_HEADER friend std::ostream & operator<<(std::ostream &out, const MatchPoint &cp)
const double & getConfidenceMeasure() const
Const access methods.
const ossimDpt & getImagePoint() const
Returns the image point corresponding to the correlated feature on the CMP image. ...
const ossimDpt & getResidual() const
THESE FUNCTIONS REQUIRE OPENCV.
void setResidual(const ossimDpt &residual)
Sets/gets the residual associated with this peak (for APC functionality in consistency check) ...
~MatchPoint()
Destructor does nothing.
Maintains quantities associated with single matchpoint peak.
MatchPoint(const ossimDpt &cmpImagePt, double corr_value, const ossimDpt &residual=ossimDpt(0, 0))
Constructor for creating new instance with data members provided.
MatchPoint(const MatchPoint ©)
Copy constructor.
std::basic_ostream< char > ostream
Base class for char output streams.