Top "Concave-hull" questions

Is there an efficient algorithm to generate a 2D concave hull?

Having a set of (2D) points from a GIS file (a city map), I need to generate the polygon that …

algorithm geometry 2d gis concave-hull
Python Concave Hull Polygon of a set of lines

I'm looking for a python implementation for the Concave Hull problem. My problem is a bit different since I don't …

python concave-hull
Boundary enclosing a given set of points

I am having a bit of a problem with an algorithm that I am currently using. I wanted it to …

geometry computational-geometry concave-hull
Translating concave hull algorithm to c#

So I am trying to translate the algorith found here for concave hulls: http://repositorium.sdum.uminho.pt/bitstream/1822/6429/1/ConcaveHull_…

c# geometry concave-hull