Searched refs:roi_size (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp1180 cvGetRawData( const CvArr* arr, uchar** data, int* step, CvSize* roi_size )
1196 if( roi_size )
1197 *roi_size = cvGetMatSize( mat );
1209 if( roi_size )
1213 *roi_size = cvSize( img->roi->width, img->roi->height );
1217 *roi_size = cvSize( img->width, img->height );
1231 if( roi_size || step )
1241 if( roi_size )
1243 roi_size->width = size2;
1244 roi_size
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.hpp133 CvSize roi_size() const function in class:CvImage
H A Dcxcore.h434 CvSize* roi_size CV_DEFAULT(NULL));

Completed in 44 milliseconds