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

  /external/opencv/cv/include/
cv.hpp 127 virtual void make_y_border( int row_count, int top_rows, int bottom_rows );
145 int top_rows, bottom_rows, max_rows; member in class:CvBaseImageFilter
  /external/opencv/cv/src/
cvfilter.cpp 300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows )
309 for( i = 0; i < top_rows && rows[i] == 0; i++ )
320 for( i = top_rows-1, j = top_rows+shift; i >= 0; i-- )
514 top_rows = bottom_rows = 0;
518 top_rows = _src_y1 - src_y1;
554 rows[i+top_rows] = bptr;
560 row_count = top_rows + buf_count;
565 make_y_border( row_count, top_rows, br );
587 top_rows = MAX(top_rows - count, 0)
    [all...]

Completed in 33 milliseconds