point-cloud-utils
point-cloud-utils copied to clipboard
An easy-to-use Python library for processing and manipulating 3D point clouds and meshes.
It seems like `-m64` is an x86 tag. See (compilation error `cc: error: unrecognized command line option ‘-m64'` in #40 ). This appears to be breaking ARM builds.
I've tried `pip install -vvv point-cloud-utils` and building from source. Here's the error log: ```bash [2022-05-20 14:06:51] ~/Documents/repos/point-cloud-utils $ cmake --version cmake version 3.21.1 CMake suite maintained and supported by...
Hello! Thanks for your excellent library. I want to select points with high curvature in a point cloud, is there any function to accomplish it?
Thanks for sharing this wonderful library. If I want to detect corners and edges in point clouds, does this library support it?
I can't understand your algorithm that how to use the fast winding number to calculate the distance from the point cloud to the mesh, (I am not very familiar with...
It's actually a feature request! I was trying to use distance metrics like Hausdorff or Chamfer on N-dimensional point sets and as I expected, an exception was thrown. Are these...
Dear developer, Your poisson disk sampling and random sampling return f_idx and barycentric coordinate (bc), while the facial weight center coordinates could be further calculated to be `v[f[f_i]] * bc[:,...
We have almost all the internal API to do arbitrary dimensional voronoi diagrams as well as restricted voronoi diagrams. Need to expose a public API for this
Let's make a nice readthedocs.io documentation