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

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

#include <TiePointsLocator.h>

Public Member Functions

 ExecuteMatchingByCorrelationThreadEntryParams ()
 
 ~ExecuteMatchingByCorrelationThreadEntryParams ()
 

Public Attributes

FloatsMatrixm_corrMatrixPtr
 
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 matchCorrelationEuclideanThreadEntry method.

Definition at line 407 of file TiePointsLocator.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::ExecuteMatchingByCorrelationThreadEntryParams ( )
inline

Definition at line 427 of file TiePointsLocator.h.

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

Definition at line 429 of file TiePointsLocator.h.

Member Data Documentation

FloatsMatrix* te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::m_corrMatrixPtr
FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::m_featuresSet1Ptr
FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::m_featuresSet2Ptr
InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::m_interestPointsSet1Ptr
InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::m_interestPointsSet2Ptr
unsigned int te::rp::TiePointsLocator::ExecuteMatchingByCorrelationThreadEntryParams::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 425 of file TiePointsLocator.h.

Referenced by te::rp::TiePointsLocator::executeMatchingByCorrelation(), and te::rp::TiePointsLocator::executeMatchingByCorrelationThreadEntry().

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

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