projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8cce3
)
nothing
author
edgarriba
<edgar.riba@gmail.com>
Tue, 8 Jul 2014 14:26:56 +0000
(16:26 +0200)
committer
edgarriba
<edgar.riba@gmail.com>
Tue, 8 Jul 2014 14:26:56 +0000
(16:26 +0200)
modules/calib3d/src/ptsetreg.cpp
patch
|
blob
|
history
diff --git
a/modules/calib3d/src/ptsetreg.cpp
b/modules/calib3d/src/ptsetreg.cpp
index
3c43624
..
efffb27
100644
(file)
--- 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<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb,
int _modelPoints, double _threshold,
double _confidence, int _maxIters)
@@
-409,6
+410,7
@@
Ptr<PointSetRegistrator> createLMeDSPointSetRegistrator(const Ptr<PointSetRegist
new LMeDSPointSetRegistrator(_cb, _modelPoints, _confidence, _maxIters));
}
+
class Affine3DEstimatorCallback : public PointSetRegistrator::Callback
{
public: