Searched refs:xmat (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp329 CvMat xstub, *xmat = (CvMat*)xarr; local
339 if( !CV_IS_MAT(xmat))
340 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
345 if( !CV_ARE_TYPES_EQ( xmat, ymat ) )
348 if( !CV_ARE_SIZES_EQ( xmat, ymat ) )
351 depth = CV_MAT_DEPTH( xmat->type );
359 if( !CV_ARE_TYPES_EQ( mag, xmat ) )
362 if( !CV_ARE_SIZES_EQ( mag, xmat ) )
371 if( !CV_ARE_TYPES_EQ( angle, xmat ) )
569 CvMat xstub, *xmat = (CvMat*)xarr; local
[all...]

Completed in 157 milliseconds