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. | |
| double | m_searchOptTreeSearchRadius |
| Optimization tree search radius (pixels). | |
| boost::mutex * | m_syncMutexPtr |
The parameters passed to the executeMatchingByEuclideanDistThreadEntry method.
Definition at line 136 of file TiePointsLocatorSURFStrategy.h.
|
inline |
Definition at line 158 of file TiePointsLocatorSURFStrategy.h.
|
inline |
Definition at line 160 of file TiePointsLocatorSURFStrategy.h.
| FloatsMatrix* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_distMatrixPtr |
Definition at line 150 of file TiePointsLocatorSURFStrategy.h.
| FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet1Ptr |
Definition at line 140 of file TiePointsLocatorSURFStrategy.h.
| FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_featuresSet2Ptr |
Definition at line 142 of file TiePointsLocatorSURFStrategy.h.
| InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet1Ptr |
Definition at line 144 of file TiePointsLocatorSURFStrategy.h.
| InterestPointT const* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_interestPointsSet2Ptr |
Definition at line 146 of file TiePointsLocatorSURFStrategy.h.
| unsigned int* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_nextFeatureIdx1ToProcessPtr |
Definition at line 148 of file TiePointsLocatorSURFStrategy.h.
| 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 154 of file TiePointsLocatorSURFStrategy.h.
| double te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_searchOptTreeSearchRadius |
Optimization tree search radius (pixels).
Definition at line 156 of file TiePointsLocatorSURFStrategy.h.
| boost::mutex* te::rp::TiePointsLocatorSURFStrategy::ExecuteMatchingByEuclideanDistThreadEntryParams::m_syncMutexPtr |
Definition at line 152 of file TiePointsLocatorSURFStrategy.h.