diff --git a/modules/calib3d/src/ptsetreg.cpp b/modules/calib3d/src/ptsetreg.cpp index 3c43624e7..efffb2703 100644 --- a/modules/calib3d/src/ptsetreg.cpp +++ b/modules/calib3d/src/ptsetreg.cpp @@ -391,6 +391,7 @@ CV_INIT_ALGORITHM(LMeDSPointSetRegistrator, "PointSetRegistrator.LMeDS", obj.info()->addParam(obj, "confidence", obj.confidence); obj.info()->addParam(obj, "maxIters", obj.maxIters)) + Ptr createRANSACPointSetRegistrator(const Ptr& _cb, int _modelPoints, double _threshold, double _confidence, int _maxIters) @@ -409,6 +410,7 @@ Ptr createLMeDSPointSetRegistrator(const Ptr