Searched refs:CV_SEQ_POLYGON (Results 1 – 8 of 8) sorted by relevance
/external/opencv/cv/src/ |
D | cvcontours.cpp | 269 scanner->seq_type1 = CV_SEQ_POLYGON; in cvStartFindContours() 284 scanner->seq_type2 = CV_SEQ_POLYGON; in cvStartFindContours() 289 CV_SEQ_CHAIN_CONTOUR : CV_SEQ_POLYGON; in cvStartFindContours() 292 CV_SEQ_CHAIN_CONTOUR : CV_SEQ_POLYGON; in cvStartFindContours()
|
D | cvcontourtree.cpp | 725 seq_flags = CV_SEQ_POLYGON; in cvContourFromContourTree()
|
/external/opencv3/modules/imgproc/src/ |
D | contours.cpp | 250 scanner->seq_type1 = CV_SEQ_POLYGON; in cvStartFindContours() 265 scanner->seq_type2 = CV_SEQ_POLYGON; in cvStartFindContours() 270 CV_SEQ_CHAIN_CONTOUR : CV_SEQ_POLYGON; in cvStartFindContours() 273 CV_SEQ_CHAIN_CONTOUR : CV_SEQ_POLYGON; in cvStartFindContours()
|
D | drawing.cpp | 2258 cvMakeSeqHeaderForArray(CV_SEQ_POLYGON, sizeof(CvSeq), sizeof(Point), in addChildContour() 2311 cvMakeSeqHeaderForArray( CV_SEQ_POLYGON, sizeof(CvSeq), sizeof(Point), in drawContours()
|
/external/opencv3/modules/imgproc/test/ |
D | test_approxpoly.cpp | 141 seq = cvCreateSeq( CV_SEQ_POLYGON, sizeof(CvContour), sizeof(CvPoint), storage ); in get_contour()
|
D | test_convhull.cpp | 1752 points1->flags = CV_SEQ_MAGIC_VAL + CV_SEQ_POLYGON; in generate_point_set() 1866 CvSeq* contour = cvCreateSeq(CV_SEQ_POLYGON, sizeof(CvSeq), sizeof(CvPoint), storage); in run()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1413 #define CV_SEQ_POLYGON (CV_SEQ_FLAG_CLOSED | CV_SEQ_POLYLINE ) macro 1414 #define CV_SEQ_CONTOUR CV_SEQ_POLYGON 1415 #define CV_SEQ_SIMPLE_POLYGON (CV_SEQ_FLAG_SIMPLE | CV_SEQ_POLYGON )
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1445 #define CV_SEQ_POLYGON (CV_SEQ_FLAG_CLOSED | CV_SEQ_POLYLINE ) macro 1446 #define CV_SEQ_CONTOUR CV_SEQ_POLYGON 1447 #define CV_SEQ_SIMPLE_POLYGON (CV_SEQ_FLAG_SIMPLE | CV_SEQ_POLYGON )
|