Home | History | Annotate | Download | only in src

Lines Matching refs:cvInitMatHeader

264         cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC1, src_image, src_step );
265 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC1, pyramida, step );
681 cvInitMatHeader( &_src, roi.height, roi.width, CV_8UC3, src_image, src_step );
682 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC3, pyramida, step );