HomeSort by relevance Sort by last modified time
    Searched full:seq_type1 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 175 int seq_type1; /* type of fetched contours */ member in struct:_CvContourScanner
262 scanner->seq_type1 = CV_SEQ_CHAIN_CONTOUR;
269 scanner->seq_type1 = CV_SEQ_POLYGON;
279 scanner->seq_type2 = scanner->seq_type1;
288 scanner->seq_type1 = scanner->approx_method1 == CV_CHAIN_CODE ?
960 seq = cvCreateSeq( scanner->seq_type1, scanner->header_size1,
    [all...]

Completed in 196 milliseconds