Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp423 CvSeq* CurrChainSeq,
1594 CvSeq* CurrChainSeq; in _cvConstructChains() local
1600CurrChainSeq = cvCreateSeq(0,sizeof(CvSeq),sizeof(CvVoronoiChainInt),pVoronoiDiagram->ChainSeq->st… in _cvConstructChains()
1601 _cvConstructIntChains(pVoronoiDiagram,CurrChainSeq,pHole->SiteSeq,pHole->site_top); in _cvConstructChains()
1602 pHole->ChainSeq = CurrChainSeq; in _cvConstructChains()
2462 CvSeq* CurrChainSeq, in _cvConstructIntChains() argument
2466 CvSeq* ChainSeq = CurrChainSeq; in _cvConstructIntChains()