Searched defs:roi_size (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.hpp133 CvSize roi_size() const function in class:CvImage
/external/opencv3/modules/core/test/
H A Dtest_umat.cpp66 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
438 Size roi_size; local
487 Size roi_size; local
[all...]

Completed in 33 milliseconds