/external/opencv3/modules/imgproc/src/opencl/ |
threshold.cl | 78 #elif defined THRESH_TRUNC
|
/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 | 78 case THRESH_TRUNC: 142 case THRESH_TRUNC: 226 case THRESH_TRUNC: 315 case THRESH_TRUNC: 422 case THRESH_TRUNC: 546 case THRESH_TRUNC: 689 case THRESH_TRUNC: 795 case THRESH_TRUNC: [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/samples/gpu/performance/ |
tests.cpp | 791 SUBTEST << size << 'x' << size << ", 32FC1, THRESH_TRUNC [NPP]"; 795 threshold(src, dst, 50.0, 0.0, THRESH_TRUNC); 798 threshold(src, dst, 50.0, 0.0, THRESH_TRUNC); 803 cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_TRUNC); 806 cuda::threshold(d_src, d_dst, 50.0, 0.0, THRESH_TRUNC);
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_imgproc.cpp | 478 ThreshOp(THRESH_BINARY_INV), ThreshOp(THRESH_TRUNC),
|
/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/stitching/src/ |
blenders.cpp | 547 threshold(tmp, weight, 1.f, 1.f, THRESH_TRUNC);
|
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | 311 THRESH_TRUNC = 2, //!< \f[\texttt{dst} (x,y) = \fork{\texttt{threshold}}{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/imgproc/misc/java/test/ |
ImgprocTest.java | [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | 152 THRESH_TRUNC = 2, [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |