Searched refs:estimateAffine3D (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/calib3d/test/ |
D | test_affine3d_estimator.cpp | 108 estimateAffine3D(fpts, tpts, aff_est, outliers); in test4Points() 155 int res = estimateAffine3D(fpts, tpts, aff_est, outl); in testNPoints()
|
/external/opencv3/modules/python/test/ |
D | test.py | 99 (retval, out, inliers) = cv2.estimateAffine3D(pattern_points, pattern_points)
|
/external/opencv3/modules/calib3d/include/opencv2/ |
D | calib3d.hpp | 1420 CV_EXPORTS_W int estimateAffine3D(InputArray src, InputArray dst,
|
/external/opencv3/modules/calib3d/src/ |
D | ptsetreg.cpp | 506 int cv::estimateAffine3D(InputArray _from, InputArray _to, in estimateAffine3D() function in cv
|
/external/opencv3/modules/java/src/ |
D | calib3d+Calib3d.java | 1099 …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
|
D | calib3d.cpp | 3599 …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()
|