OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CC_STAT_LEFT
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgproc/src/
connectedcomponents.cpp
85
row[
CC_STAT_LEFT
] = INT_MAX;
95
row[
CC_STAT_LEFT
] = MIN(row[
CC_STAT_LEFT
], c);
107
row[CC_STAT_WIDTH] = row[CC_STAT_WIDTH] - row[
CC_STAT_LEFT
] + 1;
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
386
CC_STAT_LEFT
= 0, //!< The leftmost (x) coordinate which is the inclusive start of the bounding
[
all
...]
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
173
CC_STAT_LEFT
= 0,
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 433 milliseconds