Home | History | Annotate | Download | only in src

Lines Matching refs:cvSize

150         imgGray = cvCreateImage(cvSize(imgGray->width, imgGray->height), 8, 1);
151 imgThresh = cvCreateImage(cvSize(imgGray->width, imgGray->height), 8, 1);
161 CvSize sz = {img->width, img->height};