Home | History | Annotate | Download | only in src

Lines Matching refs:img_sz

2321     CvSize img_sz;
2334 CV_CALL( img_sz = cvGetSize( src ));
2335 scale = 255.f/(img_sz.width*img_sz.height);