I am looking for an OpenCV implementation of a function to find the concave hull of a set of points (as for the convexHull function). Does anyone know of it?
Here is an explanation: http://ubicomp.algoritmi.uminho.pt/local/concavehull.html
Thank you in advance.