Lines Matching refs:edges
672 Description : Function computes intersection of two edges. Intersection
676 pEdge1,pEdge2: in, two edges
683 : -1, if edges have no intersections
693 Description : Function computes intersection of two edges. Intersection
705 : -1, if edges have no intersections
715 Description : Function computes intersection of two edges. Intersection
727 : -1, if edges have no intersections
737 Description : Function computes intersection of two edges. Intersection
749 : -1, if edges have no intersections
759 Description : Function computes intersection of two edges. Intersection
771 : -1, if edges have no intersections
781 Description : Function computes intersection of two edges. Intersection
793 : -1, if edges have no intersections
802 Description : Function computes intersection of two edges. Intersection
814 : -1, if edges have no intersections
824 Description : Function computes intersection of two edges. Intersection
836 : -1, if edges have no intersections
846 Description : Function computes intersection of two edges. Intersection
858 : -1, if edges have no intersections
869 Description : Function computes intersection of two edges. Intersection
881 : -1, if edges have no intersections
891 Description : Function computes intersection of two edges. Intersection
903 : -1, if edges have no intersections
1301 (*VoronoiDiagram)->edges = cvCreateSet(0,sizeof(CvSet),sizeof(CvVoronoiEdge2D), storage);
1302 cvStartAppendToSeq((CvSeq*)(*VoronoiDiagram)->edges, &EdgeWriter);
1457 for(Seq = (CvSeq*)VoronoiDiagram->edges; Seq != NULL; Seq = Seq->h_next)