Searched refs:border_mode (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp154 border_mode = _border_mode;
162 if( border_mode != IPL_BORDER_CONSTANT && border_mode != IPL_BORDER_REPLICATE &&
163 border_mode != IPL_BORDER_REFLECT && border_mode != IPL_BORDER_REFLECT_101 )
192 if( border_mode == IPL_BORDER_CONSTANT )
201 int mode = border_mode;
304 if( border_mode == IPL_BORDER_CONSTANT ||
305 border_mode == IPL_BORDER_REPLICATE )
307 uchar* row1 = border_mode
[all...]
H A Dcvmorph.cpp280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT )
342 if( border_mode != IPL_BORDER_CONSTANT )
/external/opencv/cv/include/
H A Dcv.hpp152 int max_ky, border_mode; member in class:CvBaseImageFilter

Completed in 165 milliseconds