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

  /external/opencv3/modules/imgproc/src/opencl/
threshold.cl 82 #elif defined THRESH_TOZERO_INV
  /external/opencv3/modules/imgproc/perf/
perf_threshold.cpp 9 CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)
  /external/opencv3/modules/imgproc/src/
thresh.cpp 108 case THRESH_TOZERO_INV:
154 case THRESH_TOZERO_INV:
266 case THRESH_TOZERO_INV:
340 case THRESH_TOZERO_INV:
452 case THRESH_TOZERO_INV:
615 case THRESH_TOZERO_INV:
705 case THRESH_TOZERO_INV:
865 case THRESH_TOZERO_INV:
    [all...]
  /external/opencv3/modules/imgproc/perf/opencl/
perf_imgproc.cpp 256 CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO_INV)
  /external/opencv3/modules/imgproc/test/ocl/
test_imgproc.cpp 479 ThreshOp(THRESH_TOZERO), ThreshOp(THRESH_TOZERO_INV)),
  /external/opencv3/modules/ts/include/opencv2/ts/
ocl_test.hpp 360 CV_ENUM(ThreshOp, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp     [all...]
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 313 THRESH_TOZERO_INV = 4, //!< \f[\texttt{dst} (x,y) = \fork{0}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{\texttt{src}(x,y)}{otherwise}\f]
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 154 THRESH_TOZERO_INV = 4,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 185 milliseconds