Home
last modified time | relevance | path

Searched refs:IPL_BORDER_CONSTANT (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cv/src/
Dcvfilter.cpp162 if( border_mode != IPL_BORDER_CONSTANT && border_mode != IPL_BORDER_REPLICATE && in init()
192 if( border_mode == IPL_BORDER_CONSTANT ) in init()
222 if( mode == IPL_BORDER_CONSTANT ) in start_process()
228 if( mode == IPL_BORDER_CONSTANT ) in start_process()
304 if( border_mode == IPL_BORDER_CONSTANT || in make_y_border()
307 uchar* row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[max_ky]; in make_y_border()
312 row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[row_count-1]; in make_y_border()
368 if( border_mode != IPL_BORDER_CONSTANT ) in fill_cyclic_buffer()
Dcvmorph.cpp280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT ) in init()
342 if( border_mode != IPL_BORDER_CONSTANT ) in fill_cyclic_buffer()
Dcvutils.cpp526 else if( bordertype == IPL_BORDER_CONSTANT ) in cvCopyMakeBorder()
/external/opencv/cxcore/include/
Dcxtypes.h360 #define IPL_BORDER_CONSTANT 0 macro