Searched refs:EMEstimatorCallback (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/src/
H A Dfive-point.cpp37 class EMEstimatorCallback : public PointSetRegistrator::Callback class in namespace:cv
439 createRANSACPointSetRegistrator(makePtr<EMEstimatorCallback>(), 5, threshold, prob)->run(points1, points2, E, _mask);
441 createLMeDSPointSetRegistrator(makePtr<EMEstimatorCallback>(), 5, prob)->run(points1, points2, E, _mask);

Completed in 105 milliseconds