The parameters passed to the executeMatchingByEuclideanDistThreadEntry method. More...
#include <TiePointsLocatorSURFStrategy.h>
Public Member Functions | |
ExecuteMatchingByEuclideanDistThreadEntryParams () | |
~ExecuteMatchingByEuclideanDistThreadEntryParams () | |
Public Attributes | |
FloatsMatrix * | m_distMatrixPtr |
FloatsMatrix const * | m_featuresSet1Ptr |
FloatsMatrix const * | m_featuresSet2Ptr |
InterestPointT const * | m_interestPointsSet1Ptr |
InterestPointT const * | m_interestPointsSet2Ptr |
unsigned int * | m_nextFeatureIdx1ToProcessPtr |
te::gm::GeometricTransformation const * | m_raster1ToRaster2TransfPtr |
A pointer to a transformation direct mapping raster 1 indexed coords into raster 2 indexed coords, of an empty pointer if there is no transformation avaliable. More... | |
double | m_searchOptTreeSearchRadius |
Optimization tree search radius (pixels). More... | |
boost::mutex * | m_syncMutexPtr |
The parameters passed to the executeMatchingByEuclideanDistThreadEntry method.
Definition at line 133 of file TiePointsLocatorSURFStrategy.h.
|
inline |
Definition at line 155 of file TiePointsLocatorSURFStrategy.h.
|
inline |
Definition at line 157 of file TiePointsLocatorSURFStrategy.h.
FloatsMatrix* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr |
Definition at line 147 of file TiePointsLocatorSURFStrategy.h.
FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr |
Definition at line 137 of file TiePointsLocatorSURFStrategy.h.
FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr |
Definition at line 139 of file TiePointsLocatorSURFStrategy.h.
InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr |
Definition at line 141 of file TiePointsLocatorSURFStrategy.h.
InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr |
Definition at line 143 of file TiePointsLocatorSURFStrategy.h.
unsigned int* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr |
Definition at line 145 of file TiePointsLocatorSURFStrategy.h.
te::gm::GeometricTransformation const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_raster1ToRaster2TransfPtr |
A pointer to a transformation direct mapping raster 1 indexed coords into raster 2 indexed coords, of an empty pointer if there is no transformation avaliable.
Definition at line 151 of file TiePointsLocatorSURFStrategy.h.
double te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_searchOptTreeSearchRadius |
Optimization tree search radius (pixels).
Definition at line 153 of file TiePointsLocatorSURFStrategy.h.
boost::mutex* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr |
Definition at line 149 of file TiePointsLocatorSURFStrategy.h.