Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dcompat_video.cpp305 cvEstimateRigidTransform( const CvArr* arrA, const CvArr* arrB, CvMat* arrM, int full_affine ) in cvEstimateRigidTransform() argument
308 const cv::Mat matM0 = cv::cvarrToMat(arrM); in cvEstimateRigidTransform()
313 matM = cv::cvarrToMat(arrM); in cvEstimateRigidTransform()