#include <TiePointsLocator.h>
Public Member Functions | |
| InterestPointT () | |
| InterestPointT (const InterestPointT &other) | |
| bool | operator< (const InterestPointT &other) const | 
| const InterestPointT & | operator= (const InterestPointT &other) | 
| ~InterestPointT () | |
Public Attributes | |
| float | m_feature1 | 
| Interest point feature 1 value.  More... | |
| float | m_feature2 | 
| Interest point feature 2 value.  More... | |
| float | m_feature3 | 
| Interest point feature 3 value.  More... | |
| unsigned int | m_x | 
| Point X coord.  More... | |
| unsigned int | m_y | 
| Point Y coord.  More... | |
Interest point type
Definition at line 243 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 256 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 262 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 267 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 269 of file TiePointsLocator.h.
References m_feature1.
      
  | 
  inline | 
Definition at line 274 of file TiePointsLocator.h.
References m_feature1, m_feature2, m_feature3, m_x, and m_y.
| float te::rp::TiePointsLocator::InterestPointT::m_feature1 | 
Interest point feature 1 value.
Definition at line 250 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::locateMoravecInterestPointsThreadEntry(), te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), operator<(), and operator=().
| float te::rp::TiePointsLocator::InterestPointT::m_feature2 | 
Interest point feature 2 value.
Definition at line 252 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().
| float te::rp::TiePointsLocator::InterestPointT::m_feature3 | 
Interest point feature 3 value.
Definition at line 254 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().
| unsigned int te::rp::TiePointsLocator::InterestPointT::m_x | 
Point X coord.
Definition at line 246 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelationThreadEntry(), te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry(), te::rp::TiePointsLocator::locateMoravecInterestPointsThreadEntry(), te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().
| unsigned int te::rp::TiePointsLocator::InterestPointT::m_y | 
Point Y coord.
Definition at line 248 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelationThreadEntry(), te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry(), te::rp::TiePointsLocator::locateMoravecInterestPointsThreadEntry(), te::rp::TiePointsLocator::locateSurfInterestPointsThreadEntry(), and operator=().