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

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

#include <TiePointsLocator.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_maxPt1ToPt2Distance
 Zero (disabled) or the maximum distance between a point from set 1 to a point from set 1 (points beyond this distance will not be correlated and will have zero as correlation value). More...
 
unsigned int * m_nextFeatureIdx1ToProcessPtr
 
boost::mutex * m_syncMutexPtr
 

Detailed Description

The parameters passed to the executeMatchingByEuclideanDistThreadEntry method.

Definition at line 435 of file TiePointsLocator.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::ExecuteMatchingByEuclideanDistThreadEntryParams ( )
inline

Definition at line 455 of file TiePointsLocator.h.

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

Definition at line 457 of file TiePointsLocator.h.

Member Data Documentation

FloatsMatrix* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr
FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr
FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr
InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr
InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr
unsigned int te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_maxPt1ToPt2Distance

Zero (disabled) or the maximum distance between a point from set 1 to a point from set 1 (points beyond this distance will not be correlated and will have zero as correlation value).

Definition at line 453 of file TiePointsLocator.h.

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

unsigned int* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr
boost::mutex* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr

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