/external/opencv3/modules/imgproc/src/opencl/ |
threshold.cl | 80 #elif defined THRESH_TOZERO
|
/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/samples/python2/ |
mouse_and_match.py | 35 val, result = cv2.threshold(result, 0.01, 0, cv2.THRESH_TOZERO)
|
/external/opencv3/modules/imgproc/src/ |
thresh.cpp | 93 case THRESH_TOZERO: 148 case THRESH_TOZERO: 246 case THRESH_TOZERO: 326 case THRESH_TOZERO: 437 case THRESH_TOZERO: 577 case THRESH_TOZERO: 697 case THRESH_TOZERO: 826 case THRESH_TOZERO: [all...] |
featureselect.cpp | 291 threshold( eig, eig, maxVal*qualityLevel, 0, THRESH_TOZERO );
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_imgproc.cpp | 479 ThreshOp(THRESH_TOZERO), ThreshOp(THRESH_TOZERO_INV)),
|
/external/opencv3/modules/cudafeatures2d/src/ |
orb.cpp | 637 cuda::threshold(maskPyr_[level], maskPyr_[level], 254, 0, THRESH_TOZERO); [all...] |
/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/cudaarithm/perf/ |
perf_element_operations.cpp | [all...] |
/external/opencv3/modules/features2d/src/ |
orb.cpp | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | 312 THRESH_TOZERO = 3, //!< \f[\texttt{dst} (x,y) = \fork{\texttt{src}(x,y)}{if \(\texttt{src}(x,y) > \texttt{thresh}\)}{0}{otherwise}\f] [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_element_operations.cpp | [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | 153 THRESH_TOZERO = 3, [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |