Searched defs:dstMat (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | _cvmatrix.h | 360 CvMat dstMat = cvMat( width, width, CV_64F, dst ); in icvMulTransMatrixR_64d() local 368 CvMat dstMat = cvMat( height, height, CV_64F, dst ); in icvMulTransMatrixL_64d() local 376 CvMat dstMat = cvMat( width, width, CV_32F, dst ); in icvMulTransMatrixR_32f() local 384 CvMat dstMat = cvMat( height, height, CV_32F, dst ); in icvMulTransMatrixL_32f() local
|