te::rp::TiePointsLocatorSURFStrategy::Parameters Class Reference

TiePointsLocator SURF strategy parameters. More...

#include <TiePointsLocatorSURFStrategy.h>

Inheritance diagram for te::rp::TiePointsLocatorSURFStrategy::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

double m_surfMaxNormEuclideanDist
 The maximum acceptable euclidean distance when matching features (when applicable), default:0.75, valid range: [0,1]. More...
 
unsigned int m_surfOctavesNumber
 The number of octaves to generate, when applicable (default: 2, minimum:2). More...
 
unsigned int m_surfScalesNumber
 The number of sub-sampling scales to generate, when applicable (default:3, minimum:3). More...
 

Detailed Description

TiePointsLocator SURF strategy parameters.

Definition at line 54 of file TiePointsLocatorSURFStrategy.h.

Constructor & Destructor Documentation

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

Member Function Documentation

AbstractParameters* te::rp::TiePointsLocatorSURFStrategy::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::TiePointsLocatorSURFStrategy::Parameters::operator= ( const Parameters params)
void te::rp::TiePointsLocatorSURFStrategy::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

double te::rp::TiePointsLocatorSURFStrategy::Parameters::m_surfMaxNormEuclideanDist

The maximum acceptable euclidean distance when matching features (when applicable), default:0.75, valid range: [0,1].

Definition at line 62 of file TiePointsLocatorSURFStrategy.h.

unsigned int te::rp::TiePointsLocatorSURFStrategy::Parameters::m_surfOctavesNumber

The number of octaves to generate, when applicable (default: 2, minimum:2).

Definition at line 60 of file TiePointsLocatorSURFStrategy.h.

unsigned int te::rp::TiePointsLocatorSURFStrategy::Parameters::m_surfScalesNumber

The number of sub-sampling scales to generate, when applicable (default:3, minimum:3).

Definition at line 58 of file TiePointsLocatorSURFStrategy.h.


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