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 |
RansacIntegerCounterT * | m_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 |
Parameters used by the GTFilter::applyRansacThreadEntry method.
Definition at line 105 of file GTFilter.h.
te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::ApplyRansacThreadEntryThreadParams | ( | ) |
te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::ApplyRansacThreadEntryThreadParams | ( | const ApplyRansacThreadEntryThreadParams & | other | ) |
te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::~ApplyRansacThreadEntryThreadParams | ( | ) |
const ApplyRansacThreadEntryThreadParams& te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::operator= | ( | const ApplyRansacThreadEntryThreadParams & | other | ) |
double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_assurance |
Definition at line 113 of file GTFilter.h.
double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsConvexHullAreaPtr |
Definition at line 124 of file GTFilter.h.
double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxDMapErrorPtr |
Definition at line 122 of file GTFilter.h.
double* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestParamsMaxIMapErrorPtr |
Definition at line 123 of file GTFilter.h.
std::vector< te::gm::GTParameters::TiePoint >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTiePoinsPtr |
Definition at line 125 of file GTFilter.h.
std::auto_ptr< GeometricTransformation >* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_bestTransformationPtrPtr |
Definition at line 121 of file GTFilter.h.
RansacIntegerCounterT* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_dynamicMaxIterationsPtr |
Definition at line 115 of file GTFilter.h.
GTParameters const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_inputGTParamsPtr |
Definition at line 110 of file GTFilter.h.
bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_keepRunningFlagPtr |
Definition at line 119 of file GTFilter.h.
double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxDirectMapError |
Definition at line 111 of file GTFilter.h.
double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxInverseMapError |
Definition at line 112 of file GTFilter.h.
boost::mutex* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_mutexPtr |
Definition at line 118 of file GTFilter.h.
RansacIntegerCounterT te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_procsNumber |
Definition at line 116 of file GTFilter.h.
bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_returnValuePtr |
Definition at line 117 of file GTFilter.h.
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.
std::string const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_transfNamePtr |
Definition at line 109 of file GTFilter.h.
bool te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_useDynamicIterationsNumber |
Definition at line 114 of file GTFilter.h.