25 #ifndef __TERRALIB_RP_INTERNAL_TIEPOINTSLOCATOR_H
26 #define __TERRALIB_RP_INTERNAL_TIEPOINTSLOCATOR_H
31 #include "../geometry/GeometricTransformation.h"
32 #include "../geometry/GTParameters.h"
84 AbstractParameters*
clone()
const;
116 std::vector< te::gm::GTParameters::TiePoint >& tiePoints,
117 std::vector< double >& tiePointsWeights );
Tie-Pointsr locator strategy.
Raster Processing algorithm output parameters base interface.
Raster Processing algorithm base interface.
std::multiset< MatchedInterestPointsT > MatchedInterestPointsSetT
TiePointsLocator output parameters.
AbstractParameters * clone() const
Create a clone copy of this instance.
void reset()
Clear all internal allocated resources and reset the parameters instance to its initial state.
std::vector< te::gm::GTParameters::TiePoint > m_tiePoints
The generated tie-points (te::gm::GTParameters::TiePoint::first are raster 1 line/column indexes,...
OutputParameters(const OutputParameters &)
std::vector< double > m_tiePointsWeights
The generated tie-points weights.
std::unique_ptr< te::gm::GeometricTransformation > m_transformationPtr
The generated geometric transformation with the base mininum required tie-points set ( depending on t...
const OutputParameters & operator=(const OutputParameters ¶ms)
void reset()
Clear all internal allocated objects and reset the algorithm to its initial state.
bool initialize(const AlgorithmInputParameters &inputParams)
Initialize the algorithm instance making it ready for execution.
void convertMatchedInterestPoints2TiePoints(const te::rp::TiePointsLocatorStrategy::MatchedInterestPointsSetT &matchedInterestPoints, std::vector< te::gm::GTParameters::TiePoint > &tiePoints, std::vector< double > &tiePointsWeights)
Convert matched interest points to tie-points.
bool m_isInitialized
Tells if this instance is initialized.
bool isInitialized() const
Returns true if the algorithm instance is initialized and ready for execution.
bool execute(AlgorithmOutputParameters &outputParams)
Executes the algorithm using the supplied parameters.
TiePointsLocator::InputParameters m_inputParameters
TiePointsLocator input execution parameters.
TiePointsLocatorInputParameters InputParameters
#define TERPEXPORT
You can use this macro in order to export/import classes and functions from this module.