#include <TiePointsLocatorStrategy.h>
Public Member Functions | |
InterestPointT () | |
InterestPointT (const InterestPointT &other) | |
bool | operator< (const InterestPointT &other) 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 101 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 114 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 120 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 125 of file TiePointsLocatorStrategy.h.
|
inline |
Definition at line 127 of file TiePointsLocatorStrategy.h.
References m_feature1.
|
inline |
Definition at line 132 of file TiePointsLocatorStrategy.h.
References m_feature1, m_feature2, m_feature3, m_x, and m_y.
float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature1 |
Interest point feature 1 value.
Definition at line 108 of file TiePointsLocatorStrategy.h.
Referenced by operator<(), and operator=().
float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature2 |
Interest point feature 2 value.
Definition at line 110 of file TiePointsLocatorStrategy.h.
Referenced by operator=().
float te::rp::TiePointsLocatorStrategy::InterestPointT::m_feature3 |
Interest point feature 3 value.
Definition at line 112 of file TiePointsLocatorStrategy.h.
Referenced by operator=().
unsigned int te::rp::TiePointsLocatorStrategy::InterestPointT::m_x |
Point X coord.
Definition at line 104 of file TiePointsLocatorStrategy.h.
Referenced by operator=().
unsigned int te::rp::TiePointsLocatorStrategy::InterestPointT::m_y |
Point Y coord.
Definition at line 106 of file TiePointsLocatorStrategy.h.
Referenced by operator=().