OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_SEQ_POLYGON
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/modules/imgproc/test/
test_approxpoly.cpp
141
seq = cvCreateSeq(
CV_SEQ_POLYGON
, sizeof(CvContour), sizeof(CvPoint), storage );
test_convhull.cpp
[
all
...]
/external/opencv/cv/src/
cvcontours.cpp
269
scanner->seq_type1 =
CV_SEQ_POLYGON
;
284
scanner->seq_type2 =
CV_SEQ_POLYGON
;
289
CV_SEQ_CHAIN_CONTOUR :
CV_SEQ_POLYGON
;
292
CV_SEQ_CHAIN_CONTOUR :
CV_SEQ_POLYGON
;
[
all
...]
cvcontourtree.cpp
725
seq_flags =
CV_SEQ_POLYGON
;
/external/opencv/cxcore/include/
cxtypes.h
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
[
all
...]
/external/opencv3/modules/imgproc/src/
contours.cpp
250
scanner->seq_type1 =
CV_SEQ_POLYGON
;
265
scanner->seq_type2 =
CV_SEQ_POLYGON
;
270
CV_SEQ_CHAIN_CONTOUR :
CV_SEQ_POLYGON
;
273
CV_SEQ_CHAIN_CONTOUR :
CV_SEQ_POLYGON
;
[
all
...]
drawing.cpp
[
all
...]
Completed in 210 milliseconds