/external/opencv3/modules/core/test/ |
test_umat.cpp | 66 Size roi_size; local 80 roi_size = Size(size.width - roi_shift_x, size.height - roi_shift_y); 81 roi = Rect(roi_shift_x, roi_shift_y, roi_size.width, roi_size.height); 276 Size roi_size; local 295 roi_size = Size(size.width - roi_shift_x, size.height - roi_shift_y); 296 Rect roi(roi_shift_x, roi_shift_y, roi_size.width, roi_size.height); 363 Size roi_size; local 377 roi_size = Size(size.width - roi_shift_x, size.height - roi_shift_y) 438 Size roi_size; local 487 Size roi_size; local [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | 1180 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->height = size1 [all...] |
/external/opencv3/modules/core/src/ |
array.cpp | 1009 cvGetRawData( const CvArr* arr, uchar** data, int* step, CvSize* roi_size ) 1021 if( roi_size ) 1022 *roi_size = cvGetMatSize( mat ); 1034 if( roi_size ) 1038 *roi_size = cvSize( img->roi->width, img->roi->height ); 1042 *roi_size = cvSize( img->width, img->height ); 1056 if( roi_size || step ) 1058 if( roi_size ) 1071 roi_size->width = size2; 1072 roi_size->height = size1 [all...] |
/external/opencv/cxcore/include/ |
cxcore.hpp | 133 CvSize roi_size() const function in class:CvImage
|
cxcore.h | 434 CvSize* roi_size CV_DEFAULT(NULL)); [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
core_c.h | [all...] |