Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontours.cpp175 int seq_type1; /* type of fetched contours */ member
262 scanner->seq_type1 = CV_SEQ_CHAIN_CONTOUR; in cvStartFindContours()
269 scanner->seq_type1 = CV_SEQ_POLYGON; in cvStartFindContours()
279 scanner->seq_type2 = scanner->seq_type1; in cvStartFindContours()
288 scanner->seq_type1 = scanner->approx_method1 == CV_CHAIN_CODE ? in cvStartFindContours()
960 seq = cvCreateSeq( scanner->seq_type1, scanner->header_size1, in cvFindNextContour()