Home | History | Annotate | Download | only in src

Lines Matching refs:CvMat

154 //static CvMat* debug_img = 0;
157 CvMemStorage *storage, CvMat *image, int flags );
161 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );*/
196 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans)
205 cv::Ptr<CvMat> xy = cvCreateMat( 2*real_count, 6, CV_32FC1 );
206 cv::Ptr<CvMat> uv = cvCreateMat( 2*real_count, 1, CV_32FC1 );
241 cv::Ptr<CvMat> norm_img, thresh_img;
249 CvMat stub, *img = (CvMat*)arr;
540 cv::Ptr<CvMat> gray;
1153 CvMat pointMat = cvMat(1, quad_count, CV_32FC2, centers);
1652 CvMemStorage *storage, CvMat *image, int flags )
1805 CvMat stub, *image;
1907 Mat image = _image.getMat(); CvMat c_image = image;
1937 Mat image = _image.getMat(); CvMat c_image = _image.getMat();