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

/external/opencv/cvaux/src/
H A Dcvlee.cpp673 must be the nearest to the marked point on pEdge1
674 (this marked point is pEdge1->node1->node).
676 pEdge1,pEdge2: in, two edges
677 pPoint: out, intersection of pEdge1 and pEdge2
679 with pEdge1 and pEdge2 (pPoint is situated on the equal
680 distance from site, assosiated with pEdge1 and from
682 Return : distance between pPoint and marked point on pEdge1 or
686 float _cvCalcEdgeIntersection(pCvVoronoiEdge pEdge1,
694 must be the nearest to the marked point on pEdge1
695 (this marked point is pEdge1
2527 pCvVoronoiEdge pEdge1,pEdge2; local
2647 pCvVoronoiEdge pEdge1,pEdge2; local
3208 pCvVoronoiEdge pEdge1,pEdge2,pEdge1_first, pEdge2_first; local
3501 _cvCalcEdgeIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, CvPointFloat* pPoint, float &Radius) argument
3518 _cvLine_LineIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3597 _cvLine_ParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3609 _cvLine_OpenParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3719 _cvLine_CloseParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3849 _cvPar_LineIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3861 _cvPar_OpenLineIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
3949 _cvPar_CloseLineIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
4047 _cvPar_ParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
4059 _cvPar_OpenParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
4200 _cvPar_CloseParIntersection(pCvVoronoiEdge pEdge1, pCvVoronoiEdge pEdge2, pCvPointFloat pPoint, float &Radius) argument
4355 _cvMakeTwinEdge(pCvVoronoiEdge pEdge2, pCvVoronoiEdge pEdge1) argument
4521 pCvVoronoiEdge pEdge1, pEdge2; local
4545 pCvVoronoiEdge pEdge1, pEdge2; local
[all...]
H A Dcvlcm.cpp354 CvVoronoiEdge2D* pEdge = 0, *pEdge1; local
379 pEdge1 = CV_PREV_VORONOIEDGE2D(pEdge,pSite);
380 pNode1 = CV_VORONOIEDGE2D_BEGINNODE(pEdge1,pSite);

Completed in 90 milliseconds