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

  /external/opencv/cv/src/
cvfilter.cpp 162 if( border_mode != IPL_BORDER_CONSTANT && border_mode != IPL_BORDER_REPLICATE &&
192 if( border_mode == IPL_BORDER_CONSTANT )
222 if( mode == IPL_BORDER_CONSTANT )
228 if( mode == IPL_BORDER_CONSTANT )
304 if( border_mode == IPL_BORDER_CONSTANT ||
307 uchar* row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[max_ky];
312 row1 = border_mode == IPL_BORDER_CONSTANT ? const_row : rows[row_count-1];
368 if( border_mode != IPL_BORDER_CONSTANT )
    [all...]
cvutils.cpp 526 else if( bordertype == IPL_BORDER_CONSTANT )
cvmorph.cpp 280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT )
342 if( border_mode != IPL_BORDER_CONSTANT )
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 360 #define IPL_BORDER_CONSTANT 0
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 283 #define IPL_BORDER_CONSTANT 0
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 27 IPL_BORDER_CONSTANT = 0,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 285 milliseconds