Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxutils.cpp796 CvMat stub, *dmat; in cvNormalize() local
797 CV_CALL( dmat = cvGetMat(dst, &stub)); in cvNormalize()
798 CV_CALL( tmp = cvCreateMat(dmat->rows, dmat->cols, dmat->type) ); in cvNormalize()