All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::gm::GTFilter::ApplyRansacThreadEntryThreadParams Class Reference

Parameters used by the GTFilter::applyRansacThreadEntry method. More...

Public Member Functions

 ApplyRansacThreadEntryThreadParams ()
 
 ApplyRansacThreadEntryThreadParams (const ApplyRansacThreadEntryThreadParams &other)
 
const
ApplyRansacThreadEntryThreadParams
operator= (const ApplyRansacThreadEntryThreadParams &other)
 
 ~ApplyRansacThreadEntryThreadParams ()
 

Public Attributes

double m_assurance
 
double * m_bestParamsConvexHullAreaPtr
 
double * m_bestParamsMaxDMapErrorPtr
 
double * m_bestParamsMaxIMapErrorPtr
 
std::vector
< te::gm::GTParameters::TiePoint > * 
m_bestTiePoinsPtr
 
std::auto_ptr
< GeometricTransformation > * 
m_bestTransformationPtrPtr
 
RansacIntegerCounterTm_dynamicMaxIterationsPtr
 
GTParameters const * m_inputGTParamsPtr
 
bool * m_keepRunningFlagPtr
 
double m_maxDirectMapError
 
double m_maxInverseMapError
 
boost::mutex * m_mutexPtr
 
RansacIntegerCounterT m_procsNumber
 
bool * m_returnValuePtr
 
std::map< double,
GTParameters::TiePoint > const * 
m_tpsMapPtr
 A map from accumulated probabilities (normalized between 0 and 1) to tie-points data. More...
 
std::string const * m_transfNamePtr
 
bool m_useDynamicIterationsNumber
 

Detailed Description

Parameters used by the GTFilter::applyRansacThreadEntry method.

Definition at line 105 of file GTFilter.h.

Constructor & Destructor Documentation

te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::ApplyRansacThreadEntryThreadParams ( const ApplyRansacThreadEntryThreadParams other)

Definition at line 154 of file GTFilter.cpp.

te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::~ApplyRansacThreadEntryThreadParams ( )

Definition at line 160 of file GTFilter.cpp.

Member Function Documentation

Member Data Documentation

double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_assurance
double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsConvexHullAreaPtr

Definition at line 124 of file GTFilter.h.

Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().

double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxDMapErrorPtr

Definition at line 122 of file GTFilter.h.

Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().

double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxIMapErrorPtr

Definition at line 123 of file GTFilter.h.

Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().

std::vector< te::gm::GTParameters::TiePoint >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTiePoinsPtr

Definition at line 125 of file GTFilter.h.

Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().

std::auto_ptr< GeometricTransformation >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTransformationPtrPtr

Definition at line 121 of file GTFilter.h.

Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().

RansacIntegerCounterT* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_dynamicMaxIterationsPtr
GTParameters const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_inputGTParamsPtr
bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_keepRunningFlagPtr
double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxDirectMapError
double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxInverseMapError
boost::mutex* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_mutexPtr
RansacIntegerCounterT te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_procsNumber
bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_returnValuePtr
std::map< double, GTParameters::TiePoint > const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_tpsMapPtr

A map from accumulated probabilities (normalized between 0 and 1) to tie-points data.

Definition at line 120 of file GTFilter.h.

Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().

std::string const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_transfNamePtr
bool te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_useDynamicIterationsNumber

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