Searched refs:bottom_rows (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/include/
H A Dcv.hpp127 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/
H A Dcvfilter.cpp300 void CvBaseImageFilter::make_y_border( int row_count, int top_rows, int bottom_rows )
313 for( i = 0; i < bottom_rows; i++ )
327 if( !bottom_rows )
334 for( i = 0, j = row_count-1-shift; i < bottom_rows; i++, j-- )
514 top_rows = bottom_rows = 0;
532 bottom_rows = src_y2 - _src_y2;
564 int br = (phase & CV_END) && src_y == src_y2 ? bottom_rows : 0;

Completed in 446 milliseconds