simplify arraylist of points by distance between them //// maths question
in
Programming Questions
•
2 years ago
Hi
I have a point cloud stored as a ArrayList of vectors (Vec2D). I want to make a triangulation, but the points are too near.
How can i get all the points that have a separation of N pixels beetween them, so i get a simplified version of the first arraylist to do a triangulation
I have a point cloud stored as a ArrayList of vectors (Vec2D). I want to make a triangulation, but the points are too near.
How can i get all the points that have a separation of N pixels beetween them, so i get a simplified version of the first arraylist to do a triangulation
2