THRESH_TRUNC     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_TRUNC     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_TRUNC     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_TRUNC     1741 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.threshold(makeMask(gray0.clone(), 10), dst, 5, 255, Imgproc.THRESH_TRUNC);
THRESH_TRUNC      256 modules/imgproc/perf/opencl/perf_imgproc.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO_INV)
THRESH_TRUNC        9 modules/imgproc/perf/perf_threshold.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)
THRESH_TRUNC       78 modules/imgproc/src/opencl/threshold.cl                 #elif defined THRESH_TRUNC
THRESH_TRUNC       78 modules/imgproc/src/thresh.cpp         case THRESH_TRUNC:
THRESH_TRUNC      142 modules/imgproc/src/thresh.cpp     case THRESH_TRUNC:
THRESH_TRUNC      226 modules/imgproc/src/thresh.cpp             case THRESH_TRUNC:
THRESH_TRUNC      315 modules/imgproc/src/thresh.cpp     case THRESH_TRUNC:
THRESH_TRUNC      422 modules/imgproc/src/thresh.cpp         case THRESH_TRUNC:
THRESH_TRUNC      546 modules/imgproc/src/thresh.cpp     case THRESH_TRUNC:
THRESH_TRUNC      689 modules/imgproc/src/thresh.cpp         case THRESH_TRUNC:
THRESH_TRUNC      795 modules/imgproc/src/thresh.cpp         case THRESH_TRUNC:
THRESH_TRUNC     1145 modules/imgproc/src/thresh.cpp     if ( !(thresh_type == THRESH_BINARY || thresh_type == THRESH_BINARY_INV || thresh_type == THRESH_TRUNC ||
THRESH_TRUNC     1215 modules/imgproc/src/thresh.cpp         if( type == THRESH_TRUNC )
THRESH_TRUNC     1222 modules/imgproc/src/thresh.cpp                 ((type == THRESH_TRUNC || type == THRESH_TOZERO_INV) && ithresh < 0) ||
THRESH_TRUNC     1242 modules/imgproc/src/thresh.cpp         if( type == THRESH_TRUNC )
THRESH_TRUNC     1249 modules/imgproc/src/thresh.cpp                ((type == THRESH_TRUNC || type == THRESH_TOZERO_INV) && ithresh < SHRT_MIN) ||
THRESH_TRUNC      478 modules/imgproc/test/ocl/test_imgproc.cpp                                    ThreshOp(THRESH_BINARY_INV), ThreshOp(THRESH_TRUNC),
THRESH_TRUNC      547 modules/stitching/src/blenders.cpp     threshold(tmp, weight, 1.f, 1.f, THRESH_TRUNC);
THRESH_TRUNC      360 modules/ts/include/opencv2/ts/ocl_test.hpp CV_ENUM(ThreshOp, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV)
THRESH_TRUNC      795 samples/gpu/performance/tests.cpp         threshold(src, dst, 50.0, 0.0, THRESH_TRUNC);
THRESH_TRUNC      798 samples/gpu/performance/tests.cpp         threshold(src, dst, 50.0, 0.0, THRESH_TRUNC);
THRESH_TRUNC      803 samples/gpu/performance/tests.cpp         cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_TRUNC);
THRESH_TRUNC      806 samples/gpu/performance/tests.cpp         cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_TRUNC);