HomeSort by relevance Sort by last modified time
    Searched refs:srcroi (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvutils.cpp 111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
132 return ifunc( src, srcstep, srcroi, dstroi, top, left );
147 return func( src, srcstep, srcroi, dst, dststep, dstroi, top, left );
159 srcroi.width *= cn;
166 for( j = 0; j < srcroi.width; j++ )
170 for( j = left+srcroi.width; j < dstroi.width; j++ )
172 if( i >= top && i < top + srcroi.height - 1 )
178 srcroi.width *= cn;
185 for( j = 0; j < srcroi.width; j++ )
189 for( j = left+srcroi.width; j < dstroi.width; j++
    [all...]
_cvimgproc.h 79 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
_cvipp.h 201 (const void* src, CvSize srcsize, int srcstep, CvRect srcroi, \
222 (const void* src, CvSize srcsize, int srcstep, CvRect srcroi, \
239 (const void* src, CvSize srcsize, int srcstep, CvRect srcroi, \
257 (const void* src, CvSize srcsize, int srcstep, CvRect srcroi, \
274 ( const void* src, CvSize srcsize, int srcstep, CvRect srcroi, \
    [all...]
cvimgwarp.cpp 1150 CvRect srcroi = {0, 0, ssize.width, ssize.height}; local
1423 CvRect srcroi = {0, 0, ssize.width, ssize.height}; local
2065 CvRect srcroi = {0, 0, ssize.width, ssize.height}; local
    [all...]

Completed in 261 milliseconds