Home | History | Annotate | Download | only in src

Lines Matching refs:norm_img

208     CvMat* norm_img = 0;
257 CV_CALL( norm_img = cvCreateMat( img->rows, img->cols, CV_8UC1 ));
261 CV_CALL( cvCvtColor( img, norm_img, CV_BGR2GRAY ));
262 img = norm_img;
267 cvEqualizeHist( img, norm_img );
268 img = norm_img;
459 cvReleaseMat( &norm_img );