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

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

#include <TiePointsLocatorMoravecStrategy.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_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
 

Detailed Description

The parameters passed to the matchCorrelationEuclideanThreadEntry method.

Definition at line 93 of file TiePointsLocatorMoravecStrategy.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::ExecuteMatchingByCorrelationThreadEntryParams ( )
inline

Definition at line 115 of file TiePointsLocatorMoravecStrategy.h.

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

Definition at line 117 of file TiePointsLocatorMoravecStrategy.h.

Member Data Documentation

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

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

double te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_searchOptTreeSearchRadius
boost::mutex* te::rp::TiePointsLocatorMoravecStrategy::ExecuteMatchingByCorrelationThreadEntryParams::m_syncMutexPtr

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