Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp76 class RANSACPointSetRegistrator : public PointSetRegistrator class
79RANSACPointSetRegistrator(const Ptr<PointSetRegistrator::Callback>& _cb=Ptr<PointSetRegistrator::C… in RANSACPointSetRegistrator() function in cv::RANSACPointSetRegistrator
270 class LMeDSPointSetRegistrator : public RANSACPointSetRegistrator
275 : RANSACPointSetRegistrator(_cb, _modelPoints, 0, _confidence, _maxIters) {} in LMeDSPointSetRegistrator()
389 new RANSACPointSetRegistrator(_cb, _modelPoints, _threshold, _confidence, _maxIters)); in createRANSACPointSetRegistrator()