Searched refs:estimateRigidTransform (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/video/test/ |
D | test_estimaterigid.cpp | 110 Mat aff_est = estimateRigidTransform(fpts, tpts, true); in testNPoints() 154 Mat aff_est = estimateRigidTransform(img, rotated, true); in testImage()
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking.hpp | 250 CV_EXPORTS_W Mat estimateRigidTransform( InputArray src, InputArray dst, bool fullAffine );
|
/external/opencv3/modules/shape/src/ |
D | aff_trans.cpp | 220 estimateRigidTransform(shape1, shape2, fullAffine).convertTo(affine, CV_32F); in estimateTransformation()
|
/external/opencv3/modules/video/src/ |
D | compat_video.cpp | 310 cv::Mat matM = cv::estimateRigidTransform(matA, matB, full_affine != 0); in cvEstimateRigidTransform()
|
D | lkpyramid.cpp | 1350 cv::Mat cv::estimateRigidTransform( InputArray src1, InputArray src2, bool fullAffine ) in estimateRigidTransform() function in cv
|
/external/opencv3/modules/java/src/ |
D | video+Video.java | 149 public static Mat estimateRigidTransform(Mat src, Mat dst, boolean fullAffine) in estimateRigidTransform() method in Video
|
D | video.cpp | 474 ::Mat _retval_ = cv::estimateRigidTransform( src, dst, (bool)fullAffine ); in Java_org_opencv_video_Video_estimateRigidTransform_10()
|