Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp513 static int _cvFindOppositSiteCW(pCvVoronoiHole pHole, CvVoronoiDiagramInt* pVoronoiDiagram);
528 static int _cvFindOppositSiteCCW(pCvVoronoiHole pHole,CvVoronoiDiagramInt* pVoronoiDiagram);
541 static int _cvMergeVD(pCvVoronoiHole pHole,CvVoronoiDiagramInt* pVoronoiDiagram);
1071 void _cvSeqPushInOrder(CvVoronoiDiagramInt* pVoronoiDiagram, pCvVoronoiHole pHole);
1595 for(pCvVoronoiHole pHole = pVoronoiDiagram->top_hole;\ in _cvConstructChains() local
1596 pHole != NULL; \ in _cvConstructChains()
1597 pHole = pHole->next_hole) in _cvConstructChains()
1599 pHole->error = false; in _cvConstructChains()
1601 _cvConstructIntChains(pVoronoiDiagram,CurrChainSeq,pHole->SiteSeq,pHole->site_top); in _cvConstructChains()
1602 pHole->ChainSeq = CurrChainSeq; in _cvConstructChains()
[all …]