HomeSort by relevance Sort by last modified time
    Searched defs:CV_INTER_LINEAR (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/include/
cv.h 261 #define CV_INTER_LINEAR 1
270 int interpolation CV_DEFAULT( CV_INTER_LINEAR ));
274 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
288 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
299 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS),
309 int flags CV_DEFAULT(CV_INTER_LINEAR+CV_WARP_FILL_OUTLIERS));
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 360 CV_INTER_LINEAR =1,
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 34 CV_INTER_LINEAR = 1,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 63 milliseconds