createRANSACPointSetRegistrator  439 modules/calib3d/src/five-point.cpp         createRANSACPointSetRegistrator(makePtr<EMEstimatorCallback>(), 5, threshold, prob)->run(points1, points2, E, _mask);
createRANSACPointSetRegistrator  383 modules/calib3d/src/fundam.cpp         result = createRANSACPointSetRegistrator(cb, 4, ransacReprojThreshold, confidence, maxIters)->run(src, dst, H, tempMask);
createRANSACPointSetRegistrator  778 modules/calib3d/src/fundam.cpp             result = createRANSACPointSetRegistrator(cb, 7, param1, param2)->run(m1, m2, F, _mask);
createRANSACPointSetRegistrator   98 modules/calib3d/src/precomp.hpp CV_EXPORTS Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& cb,
createRANSACPointSetRegistrator  525 modules/calib3d/src/ptsetreg.cpp     return createRANSACPointSetRegistrator(makePtr<Affine3DEstimatorCallback>(), 4, param1, param2)->run(dFrom, dTo, _out, _inliers);
createRANSACPointSetRegistrator  266 modules/calib3d/src/solvepnp.cpp     int result = createRANSACPointSetRegistrator(cb, model_points,