HomeSort by relevance Sort by last modified time
    Searched full:roi_size (Results 1 - 3 of 3) sorted by null

  /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/opencv/cxcore/include/
cxcore.hpp 133 CvSize roi_size() const function in class:CvImage
cxcore.h 434 CvSize* roi_size CV_DEFAULT(NULL));
    [all...]

Completed in 166 milliseconds