Home
last modified time | relevance | path

Searched refs:estimateRigidTransform (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/video/test/
Dtest_estimaterigid.cpp110 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/
Dtracking.hpp250 CV_EXPORTS_W Mat estimateRigidTransform( InputArray src, InputArray dst, bool fullAffine );
/external/opencv3/modules/shape/src/
Daff_trans.cpp220 estimateRigidTransform(shape1, shape2, fullAffine).convertTo(affine, CV_32F); in estimateTransformation()
/external/opencv3/modules/video/src/
Dcompat_video.cpp310 cv::Mat matM = cv::estimateRigidTransform(matA, matB, full_affine != 0); in cvEstimateRigidTransform()
Dlkpyramid.cpp1350 cv::Mat cv::estimateRigidTransform( InputArray src1, InputArray src2, bool fullAffine ) in estimateRigidTransform() function in cv
/external/opencv3/modules/java/src/
Dvideo+Video.java149 public static Mat estimateRigidTransform(Mat src, Mat dst, boolean fullAffine) in estimateRigidTransform() method in Video
Dvideo.cpp474 ::Mat _retval_ = cv::estimateRigidTransform( src, dst, (bool)fullAffine ); in Java_org_opencv_video_Video_estimateRigidTransform_10()