OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:THRESH_TRUNC
(Results
1 - 4
of
4
) sorted by null
/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/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
Completed in 366 milliseconds