te::rp::TiePointsLocatorMoravecStrategy::Parameters Class Reference

TiePointsLocator Moravec strategy parameters. More...

#include <TiePointsLocatorMoravecStrategy.h>

Inheritance diagram for te::rp::TiePointsLocatorMoravecStrategy::Parameters:
te::rp::TiePointsLocatorStrategyParameters te::rp::AlgorithmInputParameters te::common::AbstractParameters

Public Member Functions

AbstractParametersclone () const
 Create a clone copy of this instance. More...
 
const Parametersoperator= (const Parameters &params)
 
 Parameters ()
 
 Parameters (const Parameters &)
 
void reset () throw ( te::rp::Exception )
 Clear all internal allocated resources and reset the parameters instance to its initial state. More...
 
 ~Parameters ()
 

Public Attributes

unsigned int m_moravecCorrelationWindowWidth
 The correlation window width used to correlate points between the images (minimum 3, default: 21, odd number). More...
 
double m_moravecMinAbsCorrelation
 The minimum acceptable absolute correlation value when matching features (when applicable), default:0.25, valid range: [0,1]. More...
 
unsigned int m_moravecNoiseFilterIterations
 The number of noise filter iterations, when applicable (used to remove image noise, zero will disable the noise Filter, default:1). More...
 
unsigned int m_moravecWindowWidth
 The Moravec window width used to locate canditate tie-points (minimum 3, default: 21, odd number ). More...
 

Detailed Description

TiePointsLocator Moravec strategy parameters.

Definition at line 55 of file TiePointsLocatorMoravecStrategy.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocatorMoravecStrategy::Parameters::Parameters ( )
te::rp::TiePointsLocatorMoravecStrategy::Parameters::Parameters ( const Parameters )
te::rp::TiePointsLocatorMoravecStrategy::Parameters::~Parameters ( )

Member Function Documentation

AbstractParameters* te::rp::TiePointsLocatorMoravecStrategy::Parameters::clone ( ) const
virtual

Create a clone copy of this instance.

Returns
A clone copy of this instance.
Note
The caller will take the ownership of the returned pointer.

Implements te::common::AbstractParameters.

const Parameters& te::rp::TiePointsLocatorMoravecStrategy::Parameters::operator= ( const Parameters params)
void te::rp::TiePointsLocatorMoravecStrategy::Parameters::reset ( )
throw (te::rp::Exception
)
virtual

Clear all internal allocated resources and reset the parameters instance to its initial state.

Implements te::common::AbstractParameters.

Member Data Documentation

unsigned int te::rp::TiePointsLocatorMoravecStrategy::Parameters::m_moravecCorrelationWindowWidth

The correlation window width used to correlate points between the images (minimum 3, default: 21, odd number).

Definition at line 59 of file TiePointsLocatorMoravecStrategy.h.

double te::rp::TiePointsLocatorMoravecStrategy::Parameters::m_moravecMinAbsCorrelation

The minimum acceptable absolute correlation value when matching features (when applicable), default:0.25, valid range: [0,1].

Definition at line 65 of file TiePointsLocatorMoravecStrategy.h.

unsigned int te::rp::TiePointsLocatorMoravecStrategy::Parameters::m_moravecNoiseFilterIterations

The number of noise filter iterations, when applicable (used to remove image noise, zero will disable the noise Filter, default:1).

Definition at line 63 of file TiePointsLocatorMoravecStrategy.h.

unsigned int te::rp::TiePointsLocatorMoravecStrategy::Parameters::m_moravecWindowWidth

The Moravec window width used to locate canditate tie-points (minimum 3, default: 21, odd number ).

Definition at line 61 of file TiePointsLocatorMoravecStrategy.h.


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