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 94 of file TiePointsLocatorSURFStrategy.h.
      
  | 
  inline | 
Definition at line 116 of file TiePointsLocatorSURFStrategy.h.
      
  | 
  inline | 
Definition at line 118 of file TiePointsLocatorSURFStrategy.h.
| FloatsMatrix* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr | 
Definition at line 108 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr | 
Definition at line 98 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr | 
Definition at line 100 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr | 
Definition at line 102 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr | 
Definition at line 104 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| unsigned int* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr | 
Definition at line 106 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| 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 | 
Optimization tree search radius (pixels).
Definition at line 114 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().
| boost::mutex* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr | 
Definition at line 110 of file TiePointsLocatorSURFStrategy.h.
Referenced by te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDist(), and te::rp::TiePointsLocatorSURFStrategy::executeMatchingByEuclideanDistThreadEntry().