|
virtual TransformationParameters | compute (const ErrorElements &mPts) |
| Find the transformation that minimizes the error given matched pair of points. This function most be defined for all new instances of ErrorMinimizer. More...
|
|
| IdentityErrorMinimizer () |
|
virtual TransformationParameters | compute (const DataPoints &filteredReading, const DataPoints &filteredReference, const OutlierWeights &outlierWeights, const Matches &matches) |
| Find the transformation that minimizes the error. More...
|
|
| ErrorMinimizer () |
| Construct without parameter. More...
|
|
| ErrorMinimizer (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with parameters. More...
|
|
virtual Matrix | getCovariance () const |
| If not redefined by child class, return zero matrix. More...
|
|
ErrorElements | getErrorElements () const |
| Return the last the ErrorElements structure that was used for error minimization. More...
|
|
virtual T | getOverlap () const |
| If not redefined by child class, return the ratio of how many points were used (with weight) for error minimization. More...
|
|
T | getPointUsedRatio () const |
| Return the ratio of how many points were used for error minimization. More...
|
|
virtual T | getResidualError (const DataPoints &filteredReading, const DataPoints &filteredReference, const OutlierWeights &outlierWeights, const Matches &matches) const |
| If not redefined by child class, return max value for T. More...
|
|
T | getWeightedPointUsedRatio () const |
| Return the ratio of how many points were used (with weight) for error minimization. More...
|
|
virtual | ~ErrorMinimizer () |
| virtual destructor More...
|
|
template<typename S > |
S | get (const std::string ¶mName) |
| Return the value of paramName, lexically-casted to S. More...
|
|
std::string | getParamValueString (const std::string ¶mName) |
| Get the value of a parameter, as a string. More...
|
|
template<typename T > |
std::vector< T > | getVector (const std::string ¶mName) |
| Return the value of paramName, lexically-casted std::vector<S> More...
|
|
| Parametrizable () |
| Construct a documentation of parameters from a description in the source. More...
|
|
| Parametrizable (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with documented parameters. More...
|
|
virtual | ~Parametrizable () |
| Virtual destructor, do nothing. More...
|
|