Home
last modified time | relevance | path

Searched refs:CV_SEQ_POLYGON (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvcontours.cpp269 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()
Dcvcontourtree.cpp725 seq_flags = CV_SEQ_POLYGON; in cvContourFromContourTree()
/external/opencv/cxcore/include/
Dcxtypes.h1413 #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 )