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

  /external/opencv/cv/include/
cv.hpp 152 int max_ky, border_mode; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvfilter.cpp 99 int min_rows = max_ky*2 + 3, rows = MAX(min_rows,10), row_sz;
119 max_rows = (buf_size/row_sz)*3 + max_ky*2 + 8;
153 max_ky = MAX( anchor.y, ksize.height - anchor.y - 1 );
178 assert( max_rows > max_ky*2 );
225 buf_max_count = MIN( buf_max_count, max_rows - max_ky*2 );
307 uchar* row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[max_ky];
510 for( i = 0; i <= max_ky*2; i++ )
513 src_y1 -= max_ky;
528 src_y2 += max_ky;
569 if( rows[0] && row_count > max_ky*2
    [all...]
cvderiv.cpp 383 int min_rows = max_ky*2 + 3, rows = MAX(min_rows,10), row_sz;
393 max_rows = (buf_size/row_sz)*3 + max_ky*2 + 8;
    [all...]
cvmorph.cpp 311 int t = buf_max_count - max_ky*2;
    [all...]
cvsmooth.cpp 180 assert( buf_max_count >= max_ky*2 + 1 );
    [all...]

Completed in 53 milliseconds