The parameters passed to the matchCorrelationEuclideanThreadEntry method. More...
#include <TiePointsLocatorMoravecStrategy.h>
Public Member Functions | |
ExecuteMatchingByCorrelationThreadEntryParams () | |
~ExecuteMatchingByCorrelationThreadEntryParams () | |
Public Attributes | |
FloatsMatrix * | m_corrMatrixPtr |
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 matchCorrelationEuclideanThreadEntry method.
Definition at line 134 of file TiePointsLocatorMoravecStrategy.h.
|
inline |
Definition at line 156 of file TiePointsLocatorMoravecStrategy.h.
|
inline |
Definition at line 158 of file TiePointsLocatorMoravecStrategy.h.
FloatsMatrix* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_corrMatrixPtr |
Definition at line 148 of file TiePointsLocatorMoravecStrategy.h.
FloatsMatrix const* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_featuresSet1Ptr |
Definition at line 138 of file TiePointsLocatorMoravecStrategy.h.
FloatsMatrix const* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_featuresSet2Ptr |
Definition at line 140 of file TiePointsLocatorMoravecStrategy.h.
InterestPointT const* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_interestPointsSet1Ptr |
Definition at line 142 of file TiePointsLocatorMoravecStrategy.h.
InterestPointT const* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_interestPointsSet2Ptr |
Definition at line 144 of file TiePointsLocatorMoravecStrategy.h.
unsigned int* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_nextFeatureIdx1ToProcessPtr |
Definition at line 146 of file TiePointsLocatorMoravecStrategy.h.
te::gm::GeometricTransformation const* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::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 152 of file TiePointsLocatorMoravecStrategy.h.
double te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_searchOptTreeSearchRadius |
Optimization tree search radius (pixels).
Definition at line 154 of file TiePointsLocatorMoravecStrategy.h.
boost::mutex* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_syncMutexPtr |
Definition at line 150 of file TiePointsLocatorMoravecStrategy.h.