7 namespace errorminimizers
12 py::class_<IdentityErrorMinimizer, std::shared_ptr<IdentityErrorMinimizer>,
ErrorMinimizer>(p_module,
"IdentityErrorMinimizer")
void pybindIdentity(py::module &p_module)
static const std::string description()
virtual TransformationParameters compute(const ErrorElements &mPts)
Find the transformation that minimizes the error given matched pair of points. This function most be ...
An error minimizer will compute a transformation matrix such as to minimize the error between the rea...
::IdentityErrorMinimizer< T > IdentityErrorMinimizer