Searched defs:dstMat (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A D_cvmatrix.h360 CvMat dstMat = cvMat( width, width, CV_64F, dst ); local
362 cvMulTransposed( &srcMat, &dstMat, 1 );
368 CvMat dstMat = cvMat( height, height, CV_64F, dst ); local
370 cvMulTransposed( &srcMat, &dstMat, 0 );
376 CvMat dstMat = cvMat( width, width, CV_32F, dst ); local
378 cvMulTransposed( &srcMat, &dstMat, 1 );
384 CvMat dstMat = cvMat( height, height, CV_32F, dst ); local
386 cvMulTransposed( &srcMat, &dstMat, 0 );

Completed in 109 milliseconds