concaveman-cpp icon indicating copy to clipboard operation
concaveman-cpp copied to clipboard

can return index of input data?

Open binfsuc opened this issue 2 years ago • 1 comments

hello ,I really like this algorithm, I want to return index of concave point in original data, What a good advice?

binfsuc avatar Apr 01 '23 01:04 binfsuc

I created a python binding for this: https://concave-hull.readthedocs.io/en/latest/

It can return index of hull points. impl: https://github.com/cubao/concave_hull/blob/b67c38ebc4869ac51513ae48b776f12312aa8e8f/src/concaveman.h#L719

district10 avatar Jan 05 '24 10:01 district10