/external/opencv3/modules/calib3d/src/ |
D | fundam.cpp | 267 double ransacReprojThreshold, in createAndRunRHORegistrator() argument 318 (float) ransacReprojThreshold, in createAndRunRHORegistrator() 343 int method, double ransacReprojThreshold, OutputArray _mask, in findHomography() argument 372 if( ransacReprojThreshold <= 0 ) in findHomography() 373 ransacReprojThreshold = defaultRANSACReprojThreshold; in findHomography() 383 …result = createRANSACPointSetRegistrator(cb, 4, ransacReprojThreshold, confidence, maxIters)->run(… in findHomography() 387 …result = createAndRunRHORegistrator(confidence, maxIters, ransacReprojThreshold, npoints, src, dst… in findHomography() 420 OutputArray _mask, int method, double ransacReprojThreshold ) in findHomography() argument 422 return cv::findHomography(_points1, _points2, method, ransacReprojThreshold, _mask); in findHomography()
|
D | compat_ptsetreg.cpp | 302 double ransacReprojThreshold, CvMat* _mask, int maxIters, in cvFindHomography() argument 323 cv::Mat H0 = cv::findHomography(src, dst, method, ransacReprojThreshold, in cvFindHomography()
|
/external/opencv3/doc/tutorials/features2d/detection_of_planar_objects/ |
D | detection_of_planar_objects.markdown | 45 Mat H = findHomography(Mat(points1), Mat(points2), RANSAC, ransacReprojThreshold);
|
/external/opencv3/modules/calib3d/include/opencv2/ |
D | calib3d.hpp | 324 int method = 0, double ransacReprojThreshold = 3, 330 OutputArray mask, int method = 0, double ransacReprojThreshold = 3 );
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 677 …atOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, double ransacReprojThreshold, Mat mask,… in findHomography() argument 681 …raphy_0(srcPoints_mat.nativeObj, dstPoints_mat.nativeObj, method, ransacReprojThreshold, mask.nati… in findHomography() 687 …omography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, double ransacReprojThreshold) in findHomography() argument 691 …findHomography_1(srcPoints_mat.nativeObj, dstPoints_mat.nativeObj, method, ransacReprojThreshold)); in findHomography() 1233 …s_mat_nativeObj, long dstPoints_mat_nativeObj, int method, double ransacReprojThreshold, long mask… in findHomography_0() argument 1234 …g srcPoints_mat_nativeObj, long dstPoints_mat_nativeObj, int method, double ransacReprojThreshold); in findHomography_1() argument
|
D | calib3d.cpp | 2621 …at_nativeObj, jlong dstPoints_mat_nativeObj, jint method, jdouble ransacReprojThreshold, jlong mas… in Java_org_opencv_calib3d_Calib3d_findHomography_10() argument 2633 … = cv::findHomography( srcPoints, dstPoints, (int)method, (double)ransacReprojThreshold, mask, (in… in Java_org_opencv_calib3d_Calib3d_findHomography_10() 2648 …srcPoints_mat_nativeObj, jlong dstPoints_mat_nativeObj, jint method, jdouble ransacReprojThreshold) in Java_org_opencv_calib3d_Calib3d_findHomography_11() argument 2659 … _retval_ = cv::findHomography( srcPoints, dstPoints, (int)method, (double)ransacReprojThreshold ); in Java_org_opencv_calib3d_Calib3d_findHomography_11()
|
/external/opencv3/modules/calib3d/include/opencv2/calib3d/ |
D | calib3d_c.h | 147 double ransacReprojThreshold CV_DEFAULT(3),
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 577 CvMat* __H, int method, double ransacReprojThreshold, in cvFindHomography() argument 622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence ); in cvFindHomography()
|
/external/opencv/cv/include/ |
D | cv.h | 1202 double ransacReprojThreshold CV_DEFAULT(0), in LOAD_CHDL()
|