I have a 2-dimensional array of bool like this
The shape won't have any holes -- even if it has -- I'll ignore them. Now I want to find the Polygon embracing my shape:
Is there any algorithm ready to use for this case? I couldn't find any, but I'm not sure whether I know the correct search-term for this task.