Home | History | Annotate | Download | only in src

Lines Matching full:c_image

1907     Mat image = _image.getMat(); CvMat c_image = image;
1908 bool ok = cvFindChessboardCorners(&c_image, patternSize,
1937 Mat image = _image.getMat(); CvMat c_image = _image.getMat();
1940 cvDrawChessboardCorners( &c_image, patternSize, corners.ptr<CvPoint2D32f>(),