TANG ZhiXiong
TANG ZhiXiong
> > This can be a good improvement but is currently not a priority on our roadmap. For lack of access to a Linux machine with aarch64, this would also...
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).
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](https://cp-algorithms.com/geometry/convex-hull.html#grahams-scan-algorithm) version is replaced by https://github.com/cubao/concave_hull/blob/master/src/convex_hull2.hpp (just...