Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcontours.cpp1172 CvSeqWriter writer_ext; in icvFindContoursInInterval() local
1208 cvStartWriteSeq( 0, sizeof(CvSeq), sizeof(CvLinkedRunPoint*), storage01, &writer_ext ); in icvFindContoursInInterval()
1242 CV_WRITE_SEQ_ELEM( tmp_prev, writer_ext ); in icvFindContoursInInterval()
1316 CV_WRITE_SEQ_ELEM( lower_run, writer_ext ); in icvFindContoursInInterval()
1392 CV_WRITE_SEQ_ELEM( lower_run, writer_ext ); in icvFindContoursInInterval()
1424 external_contours = cvEndWriteSeq( &writer_ext ); in icvFindContoursInInterval()