#include <TiePointsLocatorStrategy.h>
Public Member Functions | |
MatchedInterestPointsT () | |
MatchedInterestPointsT (const MatchedInterestPointsT &other) | |
MatchedInterestPointsT (const InterestPointT &point1, const InterestPointT &point2, const float &feature) | |
bool | operator< (const MatchedInterestPointsT &other) const |
const MatchedInterestPointsT & | operator= (const MatchedInterestPointsT &other) |
~MatchedInterestPointsT () | |
Public Attributes | |
float | m_feature |
Matched interest feature. More... | |
InterestPointT | m_point1 |
Interest point 1. More... | |
InterestPointT | m_point2 |
Interest point 2. More... | |
Matched Interest point type
Definition at line 152 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 162 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 164 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 169 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 174 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 176 of file TiePointsLocatorStrategy.h.
References m_feature.
|
inline |
Definition at line 181 of file TiePointsLocatorStrategy.h.
float te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_feature |
Matched interest feature.
Definition at line 160 of file TiePointsLocatorStrategy.h.
Referenced by operator<(), and operator=().
InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point1 |
Interest point 1.
Definition at line 156 of file TiePointsLocatorStrategy.h.
Referenced by operator=().
InterestPointT te::rp::TiePointsLocatorStrategy::MatchedInterestPointsT::m_point2 |
Interest point 2.
Definition at line 158 of file TiePointsLocatorStrategy.h.
Referenced by operator=().