http://postimg.org/image/sgl1q3vf5/ http://postimg.org/image/787d8ogy9/
As the pics shown above, I tried to calculate the minkowski sum of a polyline and a circle and the resulting shape covers the area of the polygon Im trying to generate. I use the sample code from boost to implement the minkowski sum. My question would be what are some efficient ways to extract the nonconvex hull(for lack of a better term) of the minkowski sum result(the boundary), thanks.