Searched refs:full_affine (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/video/src/ |
D | compat_video.cpp | 305 cvEstimateRigidTransform( const CvArr* arrA, const CvArr* arrB, CvMat* arrM, int full_affine ) in cvEstimateRigidTransform() argument 310 cv::Mat matM = cv::estimateRigidTransform(matA, matB, full_affine != 0); in cvEstimateRigidTransform()
|
/external/opencv3/modules/video/include/opencv2/video/ |
D | tracking_c.h | 99 CvMat* M, int full_affine );
|
/external/opencv/cv/src/ |
D | cvlkpyramid.cpp | 1036 int count, CvMat* M, int full_affine ) in icvGetRTMatrix() argument 1038 if( full_affine ) in icvGetRTMatrix() 1134 cvEstimateRigidTransform( const CvArr* _A, const CvArr* _B, CvMat* _M, int full_affine ) in cvEstimateRigidTransform() argument 1348 icvGetRTMatrix( a, b, 3, &M, full_affine ); in cvEstimateRigidTransform() 1374 icvGetRTMatrix( pA, pB, good_count, &M, full_affine ); in cvEstimateRigidTransform()
|
/external/opencv/cv/include/ |
D | cv.h | 514 CvMat* M, int full_affine ); in LOAD_CHDL()
|