Home | History | Annotate | Download | only in src

Lines Matching refs:cvGetMat

340         CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
343 CV_CALL( ymat = cvGetMat( ymat, &ystub, &coi2 ));
357 CV_CALL( mag = cvGetMat( mag, &magstub, &coi3 ));
369 CV_CALL( angle = cvGetMat( angle, &anglestub, &coi4 ));
580 CV_CALL( angle = cvGetMat( angle, &anglestub, &coi4 ));
590 CV_CALL( mag = cvGetMat( mag, &magstub, &coi3 ));
604 CV_CALL( xmat = cvGetMat( xmat, &xstub, &coi1 ));
618 CV_CALL( ymat = cvGetMat( ymat, &ystub, &coi2 ));
1033 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1036 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1592 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1595 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1719 CV_CALL( src = cvGetMat( src, &srcstub, &coi1 ));
1722 CV_CALL( dst = cvGetMat( dst, &dststub, &coi2 ));
1954 CV_CALL( mat = cvGetMat( mat, &stub, 0, 1 ));