Lines Matching refs:CvMat
126 //static CvMat* debug_img = 0;
129 CvMemStorage *storage, CvMat *image, int flags );
133 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );
166 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans)
175 CvMat* xy = cvCreateMat( 2*real_count, 6, CV_32FC1 );
176 CvMat* uv = cvCreateMat( 2*real_count, 1, CV_32FC1 );
208 CvMat* norm_img = 0;
209 CvMat* thresh_img = 0;
230 CvMat stub, *img = (CvMat*)arr;
1083 CvMat pointMat = cvMat(1, quad_count, CV_32FC2, centers);
1595 CvMemStorage *storage, CvMat *image, int flags )
1772 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilations, int flags )
1991 CvMat stub, *image;