OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottom_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
)
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;
[
all
...]
Completed in 116 milliseconds