cvGetElemType     268 apps/createsamples/utility.cpp         cvGetElemType( src ) != CV_8UC1 ||
cvGetElemType     275 apps/createsamples/utility.cpp         cvGetElemType( dst ) != CV_8UC1 ||
cvGetElemType    1101 apps/traincascade/old_ml_inner_functions.cpp     if( cvGetElemType( sample ) != CV_32FC1 )
cvGetElemType    1485 apps/traincascade/old_ml_inner_functions.cpp     type = cvGetElemType( predict_input );
cvGetElemType     604 modules/core/include/opencv2/core/core_c.h CVAPI(int) cvGetElemType( const CvArr* arr );
cvGetElemType    3609 modules/core/src/persistence.cpp     cvWriteString( fs, "dt", icvEncodeFormat( cvGetElemType(mat), dt ), 0 );
cvGetElemType    1372 modules/core/test/test_math.cpp     return CV_MAT_DEPTH(cvGetElemType(test_array[INPUT][0])) == CV_32F ? 1e-2 : 1e-5;
cvGetElemType    1550 modules/core/test/test_math.cpp     return CV_MAT_DEPTH(cvGetElemType(test_array[OUTPUT][0])) == CV_32F ? 1e-2 : 1e-6;
cvGetElemType    1733 modules/core/test/test_math.cpp     return CV_MAT_DEPTH(cvGetElemType(test_array[OUTPUT][0])) == CV_32F ? 5e-2 : 1e-8;
cvGetElemType    1918 modules/core/test/test_math.cpp     int input_depth = CV_MAT_DEPTH(cvGetElemType( test_array[INPUT][0] ));
cvGetElemType    2134 modules/core/test/test_math.cpp     return CV_MAT_DEPTH(cvGetElemType(test_array[INPUT][0])) == CV_32F ? 1e-3 : 1e-7;
cvGetElemType     813 modules/highgui/src/window_QT.cpp     int nbChannelOriginImage = cvGetElemType(mat);
cvGetElemType    2420 modules/highgui/src/window_QT.cpp     nbChannelOriginImage = cvGetElemType(mat);
cvGetElemType     270 modules/ts/src/ts_arrtest.cpp     int elem_depth = CV_MAT_DEPTH(cvGetElemType(test_array[i][j]));