Home | History | Annotate | Download | only in src

Lines Matching refs:_src

262         CvMat _src;
264 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC1, src_image, src_step );
266 cvConvert( &_src, &_pyramida );
679 CvMat _src;
681 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC3, src_image, src_step );
683 cvConvert( &_src, &_pyramida );