#include <TiePointsLocator.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 294 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 304 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 306 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 311 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 316 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 318 of file TiePointsLocator.h.
References m_feature.
      
  | 
  inline | 
Definition at line 323 of file TiePointsLocator.h.
| float te::rp::TiePointsLocator::MatchedInterestPointsT::m_feature | 
Matched interest feature.
Definition at line 302 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelation(), te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), operator<(), and operator=().
| InterestPointT te::rp::TiePointsLocator::MatchedInterestPointsT::m_point1 | 
Interest point 1.
Definition at line 298 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelation(), te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and operator=().
| InterestPointT te::rp::TiePointsLocator::MatchedInterestPointsT::m_point2 | 
Interest point 2.
Definition at line 300 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelation(), te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and operator=().