Home | History | Annotate | Download | only in src

Lines Matching full:norm_img

880     CvMat  *tilted = 0, *norm_img = 0, *sumcanny = 0, *img_small = 0;
970 // CV_CALL( norm_img = cvCreateMat( img->rows, img->cols, CV_32FC1 ));*/
1000 // norm1 = cvMat( sz1.height, sz1.width, CV_32FC1, norm_img ? norm_img->data.ptr : 0 );
1567 cvReleaseMat( &norm_img );