Searched refs:ContourReader (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlee.cpp | 2129 CvSeqReader ContourReader; in _cvConstructExtSites() local 2145 cvStartReadSeq(ContourSeq, &ContourReader,0); in _cvConstructExtSites() 2146 CV_READ_SEQ_ELEM(VertexT1,ContourReader); in _cvConstructExtSites() 2147 CV_READ_SEQ_ELEM(VertexT2,ContourReader); in _cvConstructExtSites() 2151 cvStartReadSeq(ContourSeq, &ContourReader,1); in _cvConstructExtSites() 2152 CV_REV_READ_SEQ_ELEM(VertexT1,ContourReader); in _cvConstructExtSites() 2153 CV_REV_READ_SEQ_ELEM(VertexT2,ContourReader); in _cvConstructExtSites() 2172 CV_READ_SEQ_ELEM(VertexT3,ContourReader); in _cvConstructExtSites() 2176 CV_REV_READ_SEQ_ELEM(VertexT3,ContourReader); in _cvConstructExtSites() 2274 CvSeqReader ContourReader; in _cvConstructIntSites() local [all …]
|