Searched defs:ransacReprojThreshold (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/calib3d/src/ |
D | compat_ptsetreg.cpp | 302 double ransacReprojThreshold, CvMat* _mask, int maxIters, in cvFindHomography()
|
D | fundam.cpp | 267 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/ |
D | calib3d+Calib3d.java | 677 …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()
|
D | calib3d.cpp | 2621 …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/ |
D | cvfundam.cpp | 577 CvMat* __H, int method, double ransacReprojThreshold, in cvFindHomography()
|