Tagged Questions

2
votes
3answers
224 views

Create a polygon around a polyline like a buffer

I have looked around to find an example of how to take a polyline and create a buffer around it so I end up with a polygon. So far I found out I need Minkowskis Sums to do so, but I can't get my head ...
2
votes
4answers
193 views

Algorithms to normalize finger touch data (reduce the number of points)

I'm working on an app that lets users select regions by finger painting on top of a map. The points then get converted to a latitude/longitude and get uploaded to a server. The touch screen is ...
2
votes
3answers
1k views

Smooth polyline with minimal deformation

I've got a 2D closed polyline, which is reasonably smooth. The vertices that define the polyline however are not spaced equally. Sometimes two will be very close, sometimes as many as four will be ...