From b74cfe8c2cec9942ef267960f2b3ccbbbac1fca6 Mon Sep 17 00:00:00 2001 From: edgarriba Date: Tue, 8 Jul 2014 16:26:56 +0200 Subject: [PATCH] nothing --- modules/calib3d/src/ptsetreg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/calib3d/src/ptsetreg.cpp b/modules/calib3d/src/ptsetreg.cpp index 3c43624e79..efffb2703b 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