#include <ErrorMinimizersImpl.h>
Public Member Functions | |
virtual TransformationParameters | compute (const DataPoints &filteredReading, const DataPoints &filteredReference, const OutlierWeights &outlierWeights, const Matches &matches) |
Find the transformation that minimizes the error. | |
virtual T | getOverlap () const |
If not redefined by child class, return the ratio of how many points were used (with weight) for error minimization. | |
Static Public Member Functions | |
static const std::string | description () |
Definition at line 68 of file ErrorMinimizersImpl.h.
PointMatcher< T >::TransformationParameters ErrorMinimizersImpl< T >::PointToPointErrorMinimizer::compute | ( | const DataPoints & | filteredReading, |
const DataPoints & | filteredReference, | ||
const OutlierWeights & | outlierWeights, | ||
const Matches & | matches | ||
) | [virtual] |
Find the transformation that minimizes the error.
Implements PointMatcher< T >::ErrorMinimizer.
Definition at line 64 of file ErrorMinimizersImpl.cpp.
static const std::string ErrorMinimizersImpl< T >::PointToPointErrorMinimizer::description | ( | ) | [inline, static] |
Definition at line 70 of file ErrorMinimizersImpl.h.
T ErrorMinimizersImpl< T >::PointToPointErrorMinimizer::getOverlap | ( | ) | const [virtual] |
If not redefined by child class, return the ratio of how many points were used (with weight) for error minimization.
Reimplemented from PointMatcher< T >::ErrorMinimizer.
Definition at line 100 of file ErrorMinimizersImpl.cpp.