Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/test/
Dtest_affine3d_estimator.cpp108 estimateAffine3D(fpts, tpts, aff_est, outliers); in test4Points()
155 int res = estimateAffine3D(fpts, tpts, aff_est, outl); in testNPoints()
/external/opencv3/modules/python/test/
Dtest.py99 (retval, out, inliers) = cv2.estimateAffine3D(pattern_points, pattern_points)
/external/opencv3/modules/calib3d/include/opencv2/
Dcalib3d.hpp1420 CV_EXPORTS_W int estimateAffine3D(InputArray src, InputArray dst,
/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp506 int cv::estimateAffine3D(InputArray _from, InputArray _to, in estimateAffine3D() function in cv
/external/opencv3/modules/java/src/
Dcalib3d+Calib3d.java1099 …public static int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inliers, double ransacThreshold,… in estimateAffine3D() method in Calib3d
1108 public static int estimateAffine3D(Mat src, Mat dst, Mat out, Mat inliers) in estimateAffine3D() method in Calib3d
Dcalib3d.cpp3599 …int _retval_ = cv::estimateAffine3D( src, dst, out, inliers, (double)ransacThreshold, (double)conf… in Java_org_opencv_calib3d_Calib3d_estimateAffine3D_10()
3623 int _retval_ = cv::estimateAffine3D( src, dst, out, inliers ); in Java_org_opencv_calib3d_Calib3d_estimateAffine3D_11()