OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETR_CCOMP
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/samples/cpp/
segment_objects.cpp
34
findContours( temp, contours, hierarchy,
RETR_CCOMP
, CHAIN_APPROX_SIMPLE );
watershed.cpp
89
findContours(markerMask, contours, hierarchy,
RETR_CCOMP
, CHAIN_APPROX_SIMPLE);
/external/opencv3/samples/python2/
digits_video.py
38
_, contours, heirs = cv2.findContours( bin.copy(), cv2.
RETR_CCOMP
, cv2.CHAIN_APPROX_SIMPLE)
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
407
RETR_CCOMP
= 2,
[
all
...]
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
181
RETR_CCOMP
= 2,
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 85 milliseconds