Home | History | Annotate | Download | only in src

Lines Matching full:_pyramida

263         CvMat _pyramida;
265 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC1, pyramida, step );
266 cvConvert( &_src, &_pyramida );
680 CvMat _pyramida;
682 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC3, pyramida, step );
683 cvConvert( &_src, &_pyramida );