Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/geometries/
Dboost_polygon_overlay.cpp54 double area_i = boost::polygon::area(out_i); in test_overlay_using_boost_polygon() local
57 double sum = area_p + area_q - area_u - area_i; in test_overlay_using_boost_polygon()
63 << " area i: " << area_i in test_overlay_using_boost_polygon()
92 double area_i = boost::geometry::area(out_i); in test_overlay_using_boost_geometry() local
95 double sum = area_p + area_q - area_u - area_i; in test_overlay_using_boost_geometry()
101 << " area i: " << area_i in test_overlay_using_boost_geometry()
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dtest_overlay_p_q.hpp132 CalculationType area_i = p_q_area(out_i); in test_overlay_p_q() local
137 double sum = (area_p + area_q) - area_u - area_i; in test_overlay_p_q()
199 if ((area_i > 0 && bg::touches(p, q)) in test_overlay_p_q()
200 || (area_i <= 0 && bg::intersects(p, q) && ! bg::touches(p, q))) in test_overlay_p_q()
203 << " Intersection area: " << area_i in test_overlay_p_q()
225 << " area i: " << area_i in test_overlay_p_q()
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dassemble.cpp61 type area_i = 0, area_u = 0, area_d1 = 0, area_d2 = 0; in test_assemble() local
69 area_i += bg::area(g); in test_assemble()
80 type diff = (area_p + area_q) - area_u - area_i; in test_assemble()
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dtransforms.py56 area_i = np.prod(br - tl + offset, axis=2) * (tl < br).all(axis=2)
59 return area_i / (area_a[:, None] + area_b - area_i)