All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams Class Reference

The parameters passed to the executeMatchingByEuclideanDistThreadEntry method. More...

#include <TiePointsLocatorSURFStrategy.h>

Public Member Functions

 ExecuteMatchingByEuclideanDistThreadEntryParams ()
 
 ~ExecuteMatchingByEuclideanDistThreadEntryParams ()
 

Public Attributes

FloatsMatrixm_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
 

Detailed Description

The parameters passed to the executeMatchingByEuclideanDistThreadEntry method.

Definition at line 94 of file TiePointsLocatorSURFStrategy.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::ExecuteMatchingByEuclideanDistThreadEntryParams ( )
inline

Definition at line 116 of file TiePointsLocatorSURFStrategy.h.

te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::~ExecuteMatchingByEuclideanDistThreadEntryParams ( )
inline

Definition at line 118 of file TiePointsLocatorSURFStrategy.h.

Member Data Documentation

FloatsMatrix* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr
FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr
FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr
InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr
InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr
unsigned int* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr
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 112 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().

double te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_searchOptTreeSearchRadius
boost::mutex* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr

The documentation for this class was generated from the following file: