Searched refs:CV_SEQ_POLYGON (Results 1 – 3 of 3) sorted by relevance
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()
725 seq_flags = CV_SEQ_POLYGON; in cvContourFromContourTree()
1413 #define CV_SEQ_POLYGON (CV_SEQ_FLAG_CLOSED | CV_SEQ_POLYLINE ) macro1414 #define CV_SEQ_CONTOUR CV_SEQ_POLYGON1415 #define CV_SEQ_SIMPLE_POLYGON (CV_SEQ_FLAG_SIMPLE | CV_SEQ_POLYGON )