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

/external/opencv/cv/src/
H A Dcvpyramids.cpp438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType, argument
447 if( roiWidth < 0 )
452 bufStep = 2*roiWidth*channels;
465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType, argument
474 if( roiWidth < 0 || (roiWidth & 1) != 0 )
479 bufStep = 2*roiWidth*channels;

Completed in 51 milliseconds