THRESH_BINARY 188 modules/calib3d/src/quadsubpix.cpp threshold(img, white_comp, white_thresh, 255.0, THRESH_BINARY); THRESH_BINARY 139 modules/core/test/ocl/test_matrix_operation.cpp cv::threshold(mask, mask, 0.5, 255., THRESH_BINARY); THRESH_BINARY 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_BINARY 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_BINARY 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_BINARY 224 modules/cudalegacy/src/gmg.cpp cuda::threshold(buf_, fgmask, thresh, 255.0, THRESH_BINARY, stream); THRESH_BINARY 175 modules/cudalegacy/test/test_labeling.cpp cv::threshold(image, image, 150, 255, cv::THRESH_BINARY); THRESH_BINARY 318 modules/features2d/src/blobdetector.cpp threshold(grayscaleImage, binarizedImage, thresh, 255, THRESH_BINARY); THRESH_BINARY 130 modules/features2d/test/test_mser.cpp threshold(src, src, thresh, 255, THRESH_BINARY); THRESH_BINARY 143 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.adaptiveThreshold(src, dst, 1, Imgproc.ADAPTIVE_THRESH_MEAN_C, Imgproc.THRESH_BINARY, 3, 0); THRESH_BINARY 1744 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.threshold(makeMask(gray2.clone(), 10), dst, 1, 255, Imgproc.THRESH_BINARY); THRESH_BINARY 256 modules/imgproc/perf/opencl/perf_imgproc.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO_INV) THRESH_BINARY 9 modules/imgproc/perf/perf_threshold.cpp CV_ENUM(ThreshType, THRESH_BINARY, THRESH_BINARY_INV, THRESH_TRUNC, THRESH_TOZERO, THRESH_TOZERO_INV) THRESH_BINARY 55 modules/imgproc/perf/perf_threshold.cpp TEST_CYCLE_MULTIRUN(runs) threshold(src, dst, 0, maxval, THRESH_BINARY|THRESH_OTSU); THRESH_BINARY 60 modules/imgproc/perf/perf_threshold.cpp CV_ENUM(AdaptThreshType, THRESH_BINARY, THRESH_BINARY_INV) THRESH_BINARY 74 modules/imgproc/src/opencl/threshold.cl #ifdef THRESH_BINARY THRESH_BINARY 130 modules/imgproc/src/thresh.cpp case THRESH_BINARY: THRESH_BINARY 180 modules/imgproc/src/thresh.cpp case THRESH_BINARY: THRESH_BINARY 293 modules/imgproc/src/thresh.cpp case THRESH_BINARY: THRESH_BINARY 474 modules/imgproc/src/thresh.cpp case THRESH_BINARY: THRESH_BINARY 719 modules/imgproc/src/thresh.cpp case THRESH_BINARY: THRESH_BINARY 1145 modules/imgproc/src/thresh.cpp if ( !(thresh_type == THRESH_BINARY || thresh_type == THRESH_BINARY_INV || thresh_type == THRESH_TRUNC || THRESH_BINARY 1221 modules/imgproc/src/thresh.cpp if( type == THRESH_BINARY || type == THRESH_BINARY_INV || THRESH_BINARY 1225 modules/imgproc/src/thresh.cpp int v = type == THRESH_BINARY ? (ithresh >= 255 ? 0 : imaxval) : THRESH_BINARY 1248 modules/imgproc/src/thresh.cpp if( type == THRESH_BINARY || type == THRESH_BINARY_INV || THRESH_BINARY 1252 modules/imgproc/src/thresh.cpp int v = type == THRESH_BINARY ? (ithresh >= SHRT_MAX ? 0 : imaxval) : THRESH_BINARY 1308 modules/imgproc/src/thresh.cpp int idelta = type == THRESH_BINARY ? cvCeil(delta) : cvFloor(delta); THRESH_BINARY 85 modules/imgproc/test/ocl/test_accumulate.cpp threshold(mask, mask, 80, 255, THRESH_BINARY); THRESH_BINARY 477 modules/imgproc/test/ocl/test_imgproc.cpp Values(ThreshOp(THRESH_BINARY), THRESH_BINARY 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_BINARY 422 modules/ts/src/cuda_test.cpp threshold(diff, diff, eps, 255.0, cv::THRESH_BINARY); THRESH_BINARY 305 modules/ts/src/ocl_test.cpp threshold(diff, diff_thresh, eps, 255.0, cv::THRESH_BINARY); THRESH_BINARY 409 modules/video/src/ecc.cpp threshold(inputMask, preMask, 0, 1, THRESH_BINARY); THRESH_BINARY 83 samples/cpp/bgfg_segm.cpp threshold(fgmask, fgmask, 10, 255, THRESH_BINARY); THRESH_BINARY 58 samples/cpp/ffilldemo.cpp threshold(mask, mask, 1, 128, THRESH_BINARY); THRESH_BINARY 47 samples/cpp/tutorial_code/ImgProc/Morphology_3.cpp adaptiveThreshold(~gray, bw, 255, CV_ADAPTIVE_THRESH_MEAN_C, THRESH_BINARY, 15, -2); THRESH_BINARY 103 samples/cpp/tutorial_code/ImgProc/Morphology_3.cpp adaptiveThreshold(vertical, edges, 255, CV_ADAPTIVE_THRESH_MEAN_C, THRESH_BINARY, 3, -2); THRESH_BINARY 59 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp threshold( src_gray, threshold_output, thresh, 255, THRESH_BINARY ); THRESH_BINARY 59 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp threshold( src_gray, threshold_output, thresh, 255, THRESH_BINARY ); THRESH_BINARY 60 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp threshold( src_gray, threshold_output, thresh, 255, THRESH_BINARY ); THRESH_BINARY 774 samples/gpu/performance/tests.cpp threshold(src, dst, 50.0, 0.0, THRESH_BINARY); THRESH_BINARY 777 samples/gpu/performance/tests.cpp threshold(src, dst, 50.0, 0.0, THRESH_BINARY); THRESH_BINARY 782 samples/gpu/performance/tests.cpp cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_BINARY); THRESH_BINARY 785 samples/gpu/performance/tests.cpp cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_BINARY); THRESH_BINARY 69 samples/tapi/squares.cpp cv::threshold(gray0, gray, (l+1)*255/N, 255, THRESH_BINARY);