Posts tagged: computational-geometry
All Posts
-
Efficient algorithm for minimum Euclidean distance between points in non-overlapping regions in a 2D array
-
How to compute a point on a line in CGAL
-
How to find the smallest ellipse covering a given fraction of a set of points?
-
Find Minimum area ellipse enclosing a set of points in c++
-
How do I find the minimum-area ellipse that encloses a set of points?
-
How do you get the medial axis of a multipolygon using CGAL?
-
What are some algorithms to calculate the width of an arbitrary polygon when a bounding box approximation is inaccurate
-
Choosing subset of farthest points in given set of points
-
Find shortest path around a cylinder represented by 3d triangular mesh
-
The point that minimizes the sum of euclidean distances to a set of n points
-
How can I find a line segment with the most intersections along with the coordinates of the intersection points?
-
Divide a region into parts efficiently Python
-
How to print the faces of a Voronoi diagram?
-
Optimize bruteforce solution of searching nearest point
-
The Maximum Volume of Trapped Rain Water in 3D
-
Algorithm to find the largest empty rectangle amid other polygons