te::gm::GTFilter::ApplyRansacThreadEntryThreadParams Class Reference

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

Public Member Functions

 ApplyRansacThreadEntryThreadParams ()
 
 ApplyRansacThreadEntryThreadParams (const ApplyRansacThreadEntryThreadParams &other)
 
const ApplyRansacThreadEntryThreadParamsoperator= (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::unique_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

◆ ApplyRansacThreadEntryThreadParams() [1/2]

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

◆ ApplyRansacThreadEntryThreadParams() [2/2]

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

◆ ~ApplyRansacThreadEntryThreadParams()

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

Member Function Documentation

◆ operator=()

const ApplyRansacThreadEntryThreadParams& te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::operator= ( const ApplyRansacThreadEntryThreadParams other)

Member Data Documentation

◆ m_assurance

double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_assurance

Definition at line 113 of file GTFilter.h.

◆ m_bestParamsConvexHullAreaPtr

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

Definition at line 124 of file GTFilter.h.

◆ m_bestParamsMaxDMapErrorPtr

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

Definition at line 122 of file GTFilter.h.

◆ m_bestParamsMaxIMapErrorPtr

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

Definition at line 123 of file GTFilter.h.

◆ m_bestTiePoinsPtr

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

Definition at line 125 of file GTFilter.h.

◆ m_bestTransformationPtrPtr

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

Definition at line 121 of file GTFilter.h.

◆ m_dynamicMaxIterationsPtr

RansacIntegerCounterT* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_dynamicMaxIterationsPtr

Definition at line 115 of file GTFilter.h.

◆ m_inputGTParamsPtr

GTParameters const* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_inputGTParamsPtr

Definition at line 110 of file GTFilter.h.

◆ m_keepRunningFlagPtr

bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_keepRunningFlagPtr

Definition at line 119 of file GTFilter.h.

◆ m_maxDirectMapError

double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxDirectMapError

Definition at line 111 of file GTFilter.h.

◆ m_maxInverseMapError

double te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_maxInverseMapError

Definition at line 112 of file GTFilter.h.

◆ m_mutexPtr

boost::mutex* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_mutexPtr

Definition at line 118 of file GTFilter.h.

◆ m_procsNumber

RansacIntegerCounterT te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_procsNumber

Definition at line 116 of file GTFilter.h.

◆ m_returnValuePtr

bool* te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_returnValuePtr

Definition at line 117 of file GTFilter.h.

◆ m_tpsMapPtr

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.

◆ m_transfNamePtr

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

Definition at line 109 of file GTFilter.h.

◆ m_useDynamicIterationsNumber

bool te::gm::GTFilter::ApplyRansacThreadEntryThreadParams::m_useDynamicIterationsNumber

Definition at line 114 of file GTFilter.h.


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