Home
last modified time | relevance | path

Searched refs:ReprojectionErrorAffine (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dusac.hpp56 class ReprojectionErrorAffine : public Error { class
58 static Ptr<ReprojectionErrorAffine> create(const Mat &points);
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/
H A Destimator.cpp539 class ReprojectionDistanceAffineImpl : public ReprojectionErrorAffine {
588 Ptr<ReprojectionErrorAffine>
589 ReprojectionErrorAffine::create(const Mat &points) { in create()
H A Dransac_solvers.cpp879 error = ReprojectionErrorAffine::create(points); in run()