We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
And speed benchmarks vs scipy / opencv / scikit-image for convex hull?
The text was updated successfully, but these errors were encountered:
No. This is mainly about concave hull. The convex hull implemented here is only for minimal dependency (we used to depend on scipy convex hull).
Sorry, something went wrong.
There's a bug in convex hull generation in version 0.0.6~0.0.8 (seems only on macOS and windows, I'm not quite sure).
So the https://github.com/cubao/concave_hull/blob/master/src/convex_hull.hpp (cp-algorithms/grahams-scan version is replaced by https://github.com/cubao/concave_hull/blob/master/src/convex_hull2.hpp (just like what mapbox/cancaveman did).
No branches or pull requests
And speed benchmarks vs scipy / opencv / scikit-image for convex hull?
The text was updated successfully, but these errors were encountered: