Home
last modified time | relevance | path

Searched refs:createRANSACPointSetRegistrator (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/calib3d/
Dprecomp.hpp98 CV_EXPORTS Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::…
/external/opencv3/modules/calib3d/src/
Dprecomp.hpp98 CV_EXPORTS Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::…
Dptsetreg.cpp384 Ptr<PointSetRegistrator> createRANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& … in createRANSACPointSetRegistrator() function
525 …return createRANSACPointSetRegistrator(makePtr<Affine3DEstimatorCallback>(), 4, param1, param2)->r… in estimateAffine3D()
Dsolvepnp.cpp266 int result = createRANSACPointSetRegistrator(cb, model_points, in solvePnPRansac()
Dfundam.cpp383 …result = createRANSACPointSetRegistrator(cb, 4, ransacReprojThreshold, confidence, maxIters)->run(… in findHomography()
778 result = createRANSACPointSetRegistrator(cb, 7, param1, param2)->run(m1, m2, F, _mask); in findFundamentalMat()
Dfive-point.cpp439createRANSACPointSetRegistrator(makePtr<EMEstimatorCallback>(), 5, threshold, prob)->run(points1, … in findEssentialMat()