THRESH_TOZERO_INV 1464 modules/cudaarithm/perf/perf_element_operations.cpp CV_ENUM(ThreshOp, cv::THRESH_BINARY, cv::THRESH_BINARY_INV, cv::THRESH_TRUNC, cv::THRESH_TOZERO, cv::THRESH_TOZERO_INV) THRESH_TOZERO_INV 2532 modules/cudaarithm/test/test_element_operations.cpp CV_ENUM(ThreshOp, cv::THRESH_BINARY, cv::THRESH_BINARY_INV, cv::THRESH_TRUNC, cv::THRESH_TOZERO, cv::THRESH_TOZERO_INV) THRESH_TOZERO_INV 2533 modules/cudaarithm/test/test_element_operations.cpp #define ALL_THRESH_OPS testing::Values(ThreshOp(cv::THRESH_BINARY), ThreshOp(cv::THRESH_BINARY_INV), ThreshOp(cv::THRESH_TRUNC), ThreshOp(cv::THRESH_TOZERO), ThreshOp(cv::THRESH_TOZERO_INV)) THRESH_TOZERO_INV 256 modules/imgproc/perf/opencl/perf_imgproc.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO_INV) THRESH_TOZERO_INV 9 modules/imgproc/perf/perf_threshold.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV) THRESH_TOZERO_INV 108 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 154 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 266 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 340 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 452 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 615 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 705 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 865 modules/imgproc/src/thresh.cpp case THRESH_TOZERO_INV: THRESH_TOZERO_INV 1146 modules/imgproc/src/thresh.cpp thresh_type == THRESH_TOZERO || thresh_type == THRESH_TOZERO_INV) || THRESH_TOZERO_INV 1222 modules/imgproc/src/thresh.cpp ((type == THRESH_TRUNC || type == THRESH_TOZERO_INV) && ithresh < 0) || THRESH_TOZERO_INV 1249 modules/imgproc/src/thresh.cpp ((type == THRESH_TRUNC || type == THRESH_TOZERO_INV) && ithresh < SHRT_MIN) || THRESH_TOZERO_INV 479 modules/imgproc/test/ocl/test_imgproc.cpp ThreshOp(THRESH_TOZERO), ThreshOp(THRESH_TOZERO_INV)), THRESH_TOZERO_INV 360 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(ThreshOp, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)