The parameters passed to the executeMatchingByEuclideanDistThreadEntry method. More...
#include <TiePointsLocator.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_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 | 
The parameters passed to the executeMatchingByEuclideanDistThreadEntry method.
Definition at line 434 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 454 of file TiePointsLocator.h.
      
  | 
  inline | 
Definition at line 456 of file TiePointsLocator.h.
| FloatsMatrix* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr | 
Definition at line 448 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr | 
Definition at line 438 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| FloatsMatrix const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr | 
Definition at line 440 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr | 
Definition at line 442 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| InterestPointT const* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr | 
Definition at line 444 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| 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 452 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| unsigned int* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr | 
Definition at line 446 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().
| boost::mutex* te::rp::TiePointsLocator::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr | 
Definition at line 450 of file TiePointsLocator.h.
Referenced by te::rp::TiePointsLocator::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocator::executeMatchingByEuclideanDistThreadEntry().