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

  /external/opencv/cv/src/
cvutils.cpp 520 else if( bordertype == IPL_BORDER_REFLECT_101 )
cvfilter.cpp 163 border_mode != IPL_BORDER_REFLECT && border_mode != IPL_BORDER_REFLECT_101 )
274 int shift = mode == IPL_BORDER_REFLECT_101 ? pix_sz : 0;
288 if( mode == IPL_BORDER_REFLECT_101 )
318 int j, dj = 1, shift = border_mode == IPL_BORDER_REFLECT_101;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 440 #define IPL_BORDER_REFLECT_101 4
    [all...]

Completed in 32 milliseconds