Searched refs:pedge (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlcm.cpp75 CvVoronoiEdge2D* pedge; member in struct:CvLCMData
95 { (STRUCT)->psite = SITE ; (STRUCT)->pedge = EDGE; (STRUCT)->pnode = NODE;}
488 CvVoronoiEdge2D* pEdge = pLCMInputData->pedge;
497 pLCMInputData->pedge = LinkedEdges[1];
525 CvVoronoiEdge2D* pEdge = pLCMInputData->pedge;
555 pEdge = LCMData.pedge; pSite = LCMData.psite;
575 CvVoronoiEdge2D* pEdge = pLCMInputData->pedge;
664 pLCMCCNData->site_last = CV_TWIN_VORONOISITE2D(pLCMData->psite,pLCMData->pedge);
665 if(pLCMData->pedge == CV_LAST_VORONOIEDGE2D(pLCMData->psite))
667 pLCMCCNData->edge = CV_PREV_VORONOIEDGE2D(pLCMData->pedge,pLCMDat
[all...]

Completed in 93 milliseconds