Home
last modified time | relevance | path

Searched defs:ransacReprojThreshold (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dcompat_ptsetreg.cpp302 double ransacReprojThreshold, CvMat* _mask, int maxIters, in cvFindHomography()
Dfundam.cpp267 double ransacReprojThreshold, in createAndRunRHORegistrator()
343 int method, double ransacReprojThreshold, OutputArray _mask, in findHomography()
420 OutputArray _mask, int method, double ransacReprojThreshold ) in findHomography()
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java677 …y(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, double ransacReprojThreshold, Mat ma… in findHomography()
687 …omography(MatOfPoint2f srcPoints, MatOfPoint2f dstPoints, int method, double ransacReprojThreshold) in findHomography()
1233 …ints_mat_nativeObj, long dstPoints_mat_nativeObj, int method, double ransacReprojThreshold, long m… in findHomography_0()
1234 …g srcPoints_mat_nativeObj, long dstPoints_mat_nativeObj, int method, double ransacReprojThreshold); in findHomography_1()
Dcalib3d.cpp2621 …ts_mat_nativeObj, jlong dstPoints_mat_nativeObj, jint method, jdouble ransacReprojThreshold, jlong… 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()
/external/opencv/cv/src/
Dcvfundam.cpp577 CvMat* __H, int method, double ransacReprojThreshold, in cvFindHomography()