I have a set of points in 2D ( coordinates for x and y ), now I need to discard all the points that are not meaningful to me, and what I mean by that is that I'm only interested in the area that this points are tracing.
In short, this
it's supposed to produce this
question: what algorithm can do this kind of filtering on this points ?