Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp393 CvSeq* CurrContourSeq,
2261 CvSeq* CurrContourSeq, in _cvConstructIntSites() argument
2283 if(CurrContourSeq->total == 1) in _cvConstructIntSites()
2285 cvStartReadSeq(CurrContourSeq, &ContourReader,0); in _cvConstructIntSites()
2305 cvStartReadSeq(CurrContourSeq, &ContourReader,0); in _cvConstructIntSites()
2311 cvStartReadSeq(CurrContourSeq, &ContourReader,1); in _cvConstructIntSites()
2327 for( i = 0;i<CurrContourSeq->total;i++) in _cvConstructIntSites()
2358 … else if((_sin < -angl_eps) || (_sin < 0 && _cos > 0) || (_sin == 0 && CurrContourSeq->total == 2)) in _cvConstructIntSites()
2396 if(NReflexSite < 3 && CurrContourSeq->total > 2 || NReflexSite < 2) in _cvConstructIntSites()