TiePointsLocator SURF strategy parameters. More...
#include <TiePointsLocatorSURFStrategy.h>
Public Member Functions | |
| AbstractParameters * | clone () const |
| Create a clone copy of this instance. More... | |
| const Parameters & | operator= (const Parameters ¶ms) |
| Parameters () | |
| Parameters (const Parameters &) | |
| void | reset () |
| Clear all internal allocated resources and reset the parameters instance to its initial state. More... | |
| bool | serialize (AlgorithmParametersSerializer &serializer) const |
| Returns a parameter serialization object. 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... | |
TiePointsLocator SURF strategy parameters.
Definition at line 54 of file TiePointsLocatorSURFStrategy.h.
| te::rp::TiePointsLocatorSURFStrategy::Parameters::Parameters | ( | ) |
| te::rp::TiePointsLocatorSURFStrategy::Parameters::Parameters | ( | const Parameters & | ) |
| te::rp::TiePointsLocatorSURFStrategy::Parameters::~Parameters | ( | ) |
|
virtual |
Create a clone copy of this instance.
Implements te::common::AbstractParameters.
| const Parameters& te::rp::TiePointsLocatorSURFStrategy::Parameters::operator= | ( | const Parameters & | params | ) |
|
virtual |
Clear all internal allocated resources and reset the parameters instance to its initial state.
Implements te::common::AbstractParameters.
|
virtual |
Returns a parameter serialization object.
| serializer | The output serialization object. |
Reimplemented from te::rp::TiePointsLocatorStrategyParameters.
| 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.