Searched defs:Point1 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp2648 CvPointFloat Point1 = {0,0}, Point2 = {0,0}; local
2703 dist1 = _cvCalcEdgeIntersection(pEdge1, pEdge_left, &Point1,radius1);
2705 dist1 = _cvCalcEdgeIntersection(pEdge2, pEdge_left, &Point1,radius1);
2836 _cvInitVoronoiNode(pNode_begin, &Point1,radius1);
3086 CvPointFloat Point1 = {0,0}, Point2 = {0,0}; local
3098 dist1 = _cvCalcEdgeIntersection(pEdge, pEdge_left, &Point1,radius1);
3120 pNode->node = Point1;
3142 CvPointFloat Point1 = {0,0}, Point2 = {0,0}; local
3154 dist1 = _cvCalcEdgeIntersection(pEdge, pEdge_right, &Point1,radius2);
3176 pNode->node = Point1;
3209 CvPointFloat Point1 = {0,0}, Point2 = {0,0}; local
[all...]

Completed in 170 milliseconds