7 namespace errorminimizers
12 py::class_<PointToPointSimilarityErrorMinimizer, std::shared_ptr<PointToPointSimilarityErrorMinimizer>,
ErrorMinimizer>(p_module,
"PointToPointSimilarityErrorMinimizer")
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.
virtual T getOverlap() const
If not redefined by child class, return the ratio of how many points were used (with weight) for erro...
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
virtual TransformationParameters compute(const ErrorElements &mPts)
Find the transformation that minimizes the error given matched pair of points. This function most be ...
static const std::string description()
::PointToPointSimilarityErrorMinimizer< T > PointToPointSimilarityErrorMinimizer
void pybindPointToPointSimilarity(py::module &p_module)