Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dusac.hpp50 class ReprojectionErrorPmatrix : public Error { class
52 static Ptr<ReprojectionErrorPmatrix> create(const Mat &points);
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/
H A Destimator.cpp480 class ReprojectionErrorPmatrixImpl : public ReprojectionErrorPmatrix {
533 Ptr<ReprojectionErrorPmatrix> ReprojectionErrorPmatrix::create(const Mat &points) { in create()
H A Dransac_solvers.cpp887 error = ReprojectionErrorPmatrix::create(points); break; in run()