cvGetMat          141 apps/createsamples/utility.cpp     mat = cvGetMat( sample, &stub );
cvGetMat          737 apps/createsamples/utility.cpp     bgimg = cvGetMat( background, &stub );
cvGetMat          261 modules/calib3d/src/calibinit.cpp     img = cvGetMat( img, &stub );
cvGetMat         1809 modules/calib3d/src/calibinit.cpp     image = cvGetMat( _image, &stub );
cvGetMat          779 modules/core/include/opencv2/core/core_c.h CVAPI(CvMat*) cvGetMat( const CvArr* arr, CvMat* header,
cvGetMat          349 modules/core/src/array.cpp             mat = cvGetMat( mat, &stub, coi );
cvGetMat         1262 modules/core/src/array.cpp         mat = cvGetMat( mat, &stub );
cvGetMat         1307 modules/core/src/array.cpp         mat = cvGetMat( mat, &stub );
cvGetMat         1359 modules/core/src/array.cpp         mat = cvGetMat( mat, &stub );
cvGetMat         1401 modules/core/src/array.cpp         mat = cvGetMat( mat, &stub );
cvGetMat         2554 modules/core/src/array.cpp             mat = cvGetMat( mat, &header, &coi, 1 );
cvGetMat         2725 modules/core/src/array.cpp         mat = cvGetMat( mat, header, &coi, 1 );
cvGetMat         4147 modules/core/src/matrix.cpp         mat = cvGetMat( mat, &stub);
cvGetMat          244 modules/core/test/test_io.cpp             cvGetMat(m_nd, &stub, 0, 1);
cvGetMat          245 modules/core/test/test_io.cpp             cvGetMat(&_test_mat_nd, &_test_stub, 0, 1);
cvGetMat          264 modules/core/test/test_io.cpp             cvGetMat(&m_nd2, &stub, 0, 1);
cvGetMat          965 modules/core/test/test_math.cpp     a = cvGetMat( _src, &astub, 0, 0 );
cvGetMat          966 modules/core/test/test_math.cpp     b = cvGetMat( _dst, &bstub, 0, 0 );
cvGetMat          811 modules/highgui/src/window_QT.cpp     mat = cvGetMat(arr, &stub);
cvGetMat         1000 modules/highgui/src/window_QT.cpp         mat = cvGetMat(arr, &stub);
cvGetMat         2403 modules/highgui/src/window_QT.cpp     mat = cvGetMat(arr, &stub);
cvGetMat          398 modules/highgui/src/window_carbon.cpp     CV_CALL( image = cvGetMat( arr, &stub ));
cvGetMat          120 modules/highgui/src/window_gtk.cpp     mat = cvGetMat(arr, &stub);
cvGetMat         1117 modules/highgui/src/window_w32.cpp     CV_CALL( image = cvGetMat( arr, &stub ));
cvGetMat         1194 modules/highgui/src/window_w32.cpp     CV_CALL( image = cvGetMat( arr, &stub ) );
cvGetMat          604 modules/imgcodecs/src/utils.cpp     CV_CALL( src = cvGetMat( srcarr, &srcstub ));
cvGetMat          605 modules/imgcodecs/src/utils.cpp     CV_CALL( dst = cvGetMat( dstarr, &dststub ));
cvGetMat          189 modules/imgproc/src/contours.cpp     CvMat stub, *mat = cvGetMat( _img, &stub );
cvGetMat         1349 modules/imgproc/src/contours.cpp     mat = cvGetMat( src, &stub );
cvGetMat          173 modules/imgproc/src/emd.cpp     signature1 = cvGetMat( signature1, &sign_stub1 );
cvGetMat          174 modules/imgproc/src/emd.cpp     signature2 = cvGetMat( signature2, &sign_stub2 );
cvGetMat          191 modules/imgproc/src/emd.cpp         flow = cvGetMat( flow, &flow_stub );
cvGetMat          216 modules/imgproc/src/emd.cpp             cost = cvGetMat( cost_matrix, &cost_stub );
cvGetMat         2701 modules/imgproc/src/histogram.cpp         cvGetMat( hist->bins, &mat, 0, 1 );
cvGetMat         2733 modules/imgproc/src/histogram.cpp         cvGetMat( hist->bins, &mat, 0, 1 );
cvGetMat         2784 modules/imgproc/src/histogram.cpp         cvGetMat( hist->bins, &mat, 0, 1 );
cvGetMat         3324 modules/imgproc/src/histogram.cpp         mat = cvGetMat( arr[i], &stub, 0, 0 );
cvGetMat         3329 modules/imgproc/src/histogram.cpp     dstmat = cvGetMat( dst, &dststub, 0, 0 );
cvGetMat         1237 modules/imgproc/src/hough.cpp     img = cvGetMat( img, &stub );
cvGetMat         6469 modules/imgproc/src/imgwarp.cpp     CvMat srcstub, *src = cvGetMat(srcarr, &srcstub);
cvGetMat         6470 modules/imgproc/src/imgwarp.cpp     CvMat dststub, *dst = cvGetMat(dstarr, &dststub);
cvGetMat         6597 modules/imgproc/src/imgwarp.cpp     src = cvGetMat( srcarr, &srcstub,0,0 );
cvGetMat         6598 modules/imgproc/src/imgwarp.cpp     dst = cvGetMat( dstarr, &dststub,0,0 );
cvGetMat         1478 modules/imgproc/src/pyramids.cpp     CvMat stub, *src = cvGetMat( srcarr, &stub );
cvGetMat         1491 modules/imgproc/src/pyramids.cpp         buf = cvGetMat( bufarr, &bstub );
cvGetMat         1070 modules/imgproc/src/shapedescr.cpp         mat = cvGetMat( array, &stub );
cvGetMat         1236 modules/imgproc/test/test_histograms.cpp         cvGetMat( _images[k], &images[k] );
cvGetMat         1241 modules/imgproc/test/test_histograms.cpp         cvGetMat( _mask, &mask );
cvGetMat         1695 modules/imgproc/test/test_histograms.cpp         mat = cvGetMat( images[i], &stub, 0, 0 );
cvGetMat          445 modules/objdetect/src/haar.cpp     sum = cvGetMat( sum, &sum_stub, &coi0 );
cvGetMat          446 modules/objdetect/src/haar.cpp     sqsum = cvGetMat( sqsum, &sqsum_stub, &coi1 );
cvGetMat          466 modules/objdetect/src/haar.cpp         tilted = cvGetMat( tilted, &tilted_stub, &coi1 );
cvGetMat         1521 modules/objdetect/src/haar.cpp     img = cvGetMat( img, &stub, &coi );
cvGetMat          740 modules/photo/src/inpaint.cpp     input_img = cvGetMat( _input_img, &input_hdr );
cvGetMat          741 modules/photo/src/inpaint.cpp     inpaint_mask = cvGetMat( _inpaint_mask, &mask_hdr );
cvGetMat          742 modules/photo/src/inpaint.cpp     output_img = cvGetMat( _output_img, &output_hdr );