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

  /external/opencv/cv/src/
cvcorner.cpp 226 CvSize el_size, size, stripe_size; local
306 stripe_size = size;
325 stripe_size.height = dy_filter.process( src, Dy, cvRect(0,y,-1,delta),
331 stripe_size.height = delta;
336 Dx->data.ptr, d_step, stripe_size,
339 Dy->data.ptr, d_step, stripe_size,
345 Dx->data.ptr, d_step, stripe_size ));
347 Dy->data.ptr, d_step, stripe_size ));
351 for( i = 0; i < stripe_size.height; i++ )
386 if( y + stripe_size.height >= size.height
523 CvSize el_size, size, stripe_size; local
    [all...]
_cvimgproc.h 83 CvMat* icvIPPFilterInit( const CvMat* src, int stripe_size, CvSize ksize );
cvfilter.cpp     [all...]
cvsmooth.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
undistort.cpp 203 int stripe_size = std::min( stripe_size0, src.rows - y ); local
205 Mat map1_part = map1.rowRange(0, stripe_size),
206 map2_part = map2.rowRange(0, stripe_size),
207 dst_part = dst.rowRange(y, y + stripe_size);
209 initUndistortRectifyMap( A, distCoeffs, I, Ar, Size(src.cols, stripe_size),

Completed in 160 milliseconds