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

  /external/opencv/cv/src/
cvfilter.cpp 154 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 == IPL_BORDER_CONSTANT ? const_row : rows[max_ky]
    [all...]
cvmorph.cpp 280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT )
342 if( border_mode != IPL_BORDER_CONSTANT )
    [all...]
  /external/opencv/cv/include/
cv.hpp 152 int max_ky, border_mode; member in class:CvBaseImageFilter

Completed in 225 milliseconds