HomeSort by relevance Sort by last modified time
    Searched full:dstmat (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
_cvmatrix.h 360 CvMat dstMat = cvMat( width, width, CV_64F, dst );
362 cvMulTransposed( &srcMat, &dstMat, 1 );
368 CvMat dstMat = cvMat( height, height, CV_64F, dst );
370 cvMulTransposed( &srcMat, &dstMat, 0 );
376 CvMat dstMat = cvMat( width, width, CV_32F, dst );
378 cvMulTransposed( &srcMat, &dstMat, 1 );
384 CvMat dstMat = cvMat( height, height, CV_32F, dst );
386 cvMulTransposed( &srcMat, &dstMat, 0 );
cvhistogram.cpp 2152 CvMat dststub, *dstmat; local
    [all...]

Completed in 419 milliseconds