THRESH_TOZERO 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 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 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 637 modules/cudafeatures2d/src/orb.cpp cuda::threshold(maskPyr_[level], maskPyr_[level], 254, 0, THRESH_TOZERO); THRESH_TOZERO 1053 modules/features2d/src/orb.cpp threshold(currMask, currMask, 254, 0, THRESH_TOZERO); THRESH_TOZERO 9 modules/imgproc/perf/perf_threshold.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV) THRESH_TOZERO 291 modules/imgproc/src/featureselect.cpp threshold( eig, eig, maxVal*qualityLevel, 0, THRESH_TOZERO ); THRESH_TOZERO 80 modules/imgproc/src/opencl/threshold.cl #elif defined THRESH_TOZERO THRESH_TOZERO 93 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 148 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 246 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 326 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 437 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 577 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 697 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 826 modules/imgproc/src/thresh.cpp case THRESH_TOZERO: THRESH_TOZERO 1146 modules/imgproc/src/thresh.cpp thresh_type == THRESH_TOZERO || thresh_type == THRESH_TOZERO_INV) || THRESH_TOZERO 1223 modules/imgproc/src/thresh.cpp (type == THRESH_TOZERO && ithresh >= 255) ) THRESH_TOZERO 1250 modules/imgproc/src/thresh.cpp (type == THRESH_TOZERO && ithresh >= SHRT_MAX) ) THRESH_TOZERO 479 modules/imgproc/test/ocl/test_imgproc.cpp ThreshOp(THRESH_TOZERO), ThreshOp(THRESH_TOZERO_INV)), THRESH_TOZERO 360 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(ThreshOp, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)