Searched refs:thresh_img (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcalibinit.cpp133 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );
209 CvMat* thresh_img = 0; local
245 CV_CALL( thresh_img = cvCreateMat( img->rows, img->cols, CV_8UC1 ));
287 CV_CALL( quad_count = icvGenerateQuadsEx( &quads, &corners, storage, img, thresh_img, dilations, flags ));
298 cvAdaptiveThreshold( img, thresh_img, 255,
301 cvDilate( thresh_img, thresh_img, 0, dilations-1 );
307 //cvDilate( img, thresh_img, 0, 1 );
314 cvThreshold( img, thresh_img, thresh_level, 255, CV_THRESH_BINARY );
315 cvDilate( thresh_img, thresh_im
1771 icvGenerateQuadsEx( CvCBQuad **out_quads, CvCBCorner **out_corners, CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilations, int flags ) argument
[all...]

Completed in 275 milliseconds