Home
last modified time | relevance | path

Searched defs:ransacThreshold (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java1099 …tic int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inliers, double ransacThreshold, double co… in estimateAffine3D()
1306 … long dst_nativeObj, long out_nativeObj, long inliers_nativeObj, double ransacThreshold, double co… in estimateAffine3D_0()
Dcalib3d.cpp3590 …ong dst_nativeObj, jlong out_nativeObj, jlong inliers_nativeObj, jdouble ransacThreshold, jdouble … in Java_org_opencv_calib3d_Calib3d_estimateAffine3D_10()