concave-hull Questions

5

Solved

I am having a bit of a problem with an algorithm that I am currently using. I wanted it to make a boundary. Here is an example of the current behavior: Here is an MSPaint example of wanted be...
Colfin asked 27/5, 2018 at 4:56

2

Solved

Is there an "alpha shape" function in 3 dimensions in python, other than the CGAL python bindings? Alternatively, is there a way to extend the example below into 3D? 2D example: draw a smooth po...
Estimate asked 10/10, 2014 at 16:23

2

Solved

I'm looking for a python implementation for the Concave Hull problem. My problem is a bit different since I don't have a set of points, but a set of lines, where the result Concave-Hull will roughl...
Ritornello asked 29/7, 2019 at 19:32

10

Solved

Having a set of (2D) points from a GIS file (a city map), I need to generate the polygon that defines the 'contour' for that map (its boundary). Its input parameters would be the points set and a '...
Kopp asked 17/9, 2008 at 14:4

4

Solved

I have a set of points in an example ASCII file showing a 2D image. I would like to estimate the total area that these points are filling. There are some places inside this plane that are not fil...
Tombouctou asked 21/12, 2016 at 17:27

4

Solved

So I am trying to translate the algorith found here for concave hulls: http://repositorium.sdum.uminho.pt/bitstream/1822/6429/1/ConcaveHull_ACM_MYS.pdf (Page 65) Ive read through the entire thin...
Malvina asked 6/5, 2013 at 21:24
1

© 2022 - 2024 — McMap. All rights reserved.