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 | 
| RansacItCounterT * | m_dynamicMaxIterationsPtr | 
| GTParameters const * | m_inputGTParamsPtr | 
| bool * | m_keepRunningFlagPtr | 
| double | m_maxDirectMapError | 
| double | m_maxInverseMapError | 
| boost::mutex * | m_mutexPtr | 
| RansacItCounterT | 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 | 
Parameters used by the GTFilter::applyRansacThreadEntry method.
Definition at line 102 of file GTFilter.h.
| te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::ApplyRansacThreadEntryThreadParams | ( | ) | 
Definition at line 133 of file GTFilter.cpp.
References m_assurance, m_bestParamsConvexHullAreaPtr, m_bestParamsMaxDMapErrorPtr, m_bestParamsMaxIMapErrorPtr, m_bestTiePoinsPtr, m_bestTransformationPtrPtr, m_dynamicMaxIterationsPtr, m_inputGTParamsPtr, m_keepRunningFlagPtr, m_maxDirectMapError, m_maxInverseMapError, m_mutexPtr, m_procsNumber, m_returnValuePtr, m_tpsMapPtr, m_transfNamePtr, and m_useDynamicIterationsNumber.
| 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.
| const te::gm::GTFilter::ApplyRansacThreadEntryThreadParams & te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::operator= | ( | const ApplyRansacThreadEntryThreadParams & | other | ) | 
Definition at line 165 of file GTFilter.cpp.
References m_assurance, m_bestParamsConvexHullAreaPtr, m_bestParamsMaxDMapErrorPtr, m_bestParamsMaxIMapErrorPtr, m_bestTiePoinsPtr, m_bestTransformationPtrPtr, m_dynamicMaxIterationsPtr, m_inputGTParamsPtr, m_keepRunningFlagPtr, m_maxDirectMapError, m_maxInverseMapError, m_mutexPtr, m_procsNumber, m_returnValuePtr, m_tpsMapPtr, m_transfNamePtr, and m_useDynamicIterationsNumber.
| double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_assurance | 
Definition at line 110 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsConvexHullAreaPtr | 
Definition at line 121 of file GTFilter.h.
Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().
| double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxDMapErrorPtr | 
Definition at line 119 of file GTFilter.h.
Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().
| double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxIMapErrorPtr | 
Definition at line 120 of file GTFilter.h.
Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().
| std::vector< te::gm::GTParameters::TiePoint >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTiePoinsPtr | 
Definition at line 122 of file GTFilter.h.
Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().
| std::auto_ptr< GeometricTransformation >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTransformationPtrPtr | 
Definition at line 118 of file GTFilter.h.
Referenced by ApplyRansacThreadEntryThreadParams(), and operator=().
| RansacItCounterT* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_dynamicMaxIterationsPtr | 
Definition at line 112 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| GTParameters const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_inputGTParamsPtr | 
Definition at line 107 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_keepRunningFlagPtr | 
Definition at line 116 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxDirectMapError | 
Definition at line 108 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxInverseMapError | 
Definition at line 109 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| boost::mutex* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_mutexPtr | 
Definition at line 115 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| RansacItCounterT te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_procsNumber | 
Definition at line 113 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_returnValuePtr | 
Definition at line 114 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| 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 117 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| std::string const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_transfNamePtr | 
Definition at line 106 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansac(), te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().
| bool te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_useDynamicIterationsNumber | 
Definition at line 111 of file GTFilter.h.
Referenced by te::gm::GTFilter::applyRansacThreadEntry(), ApplyRansacThreadEntryThreadParams(), and operator=().