OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Maintains quantities associated with single matchpoint peak. More...
#include <MatchPoint.h>
Public Member Functions | |
MatchPoint (const ossimDpt &cmpImagePt, double corr_value, const ossimDpt &residual=ossimDpt(0, 0)) | |
Constructor for creating new instance with data members provided. More... | |
MatchPoint (const MatchPoint ©) | |
Copy constructor. More... | |
~MatchPoint () | |
Destructor does nothing. More... | |
const double & | getConfidenceMeasure () const |
Const access methods. More... | |
const ossimDpt & | getImagePoint () const |
Returns the image point corresponding to the correlated feature on the CMP image. More... | |
void | setResidual (const ossimDpt &residual) |
Sets/gets the residual associated with this peak (for APC functionality in consistency check) More... | |
const ossimDpt & | getResidual () const |
Private Attributes | |
double | m_confidence |
ossimDpt | m_cmpImagePt |
ossimDpt | m_residual |
Friends | |
std::ostream & | operator<< (std::ostream &out, const MatchPoint &cp) |
Maintains quantities associated with single matchpoint peak.
This consists of the image point on the query/CMP image that corresponds to the feature in the REF image, and the strength (confidence level) of the correlation (0.0 - 1.0). There will be more than one match (one instance of this class) per REF image feature maintained by the AutoTiePoint. The ATP will decide, based on match confidence and consistency with neighboring ATPs, whether a match should be considered as the correct match point.
Wish List: May eventually want to consider a 2x2 (2-D) covariance matrix to accompany the peak value.
Definition at line 26 of file MatchPoint.h.
|
inline |
Constructor for creating new instance with data members provided.
Definition at line 31 of file MatchPoint.h.
|
inline |
|
inline |
|
inline |
|
inline |
Returns the image point corresponding to the correlated feature on the CMP image.
Definition at line 51 of file MatchPoint.h.
References m_cmpImagePt.
|
inline |
|
inline |
Sets/gets the residual associated with this peak (for APC functionality in consistency check)
Definition at line 54 of file MatchPoint.h.
References m_residual.
|
friend |
Definition at line 57 of file MatchPoint.h.
|
private |
Definition at line 65 of file MatchPoint.h.
Referenced by getImagePoint().
|
private |
Definition at line 64 of file MatchPoint.h.
Referenced by getConfidenceMeasure().
|
private |
Definition at line 66 of file MatchPoint.h.
Referenced by getResidual(), and setResidual().