Skip to content

Releases: fwilliams/point-cloud-utils

New features!

13 Dec 22:30
eab8fa2
Compare
Choose a tag to compare
  • Manifold
  • Embree ray intersection
  • Fast winding numbers

Lot's of new features

04 Jun 21:50
699b2bf
Compare
Choose a tag to compare
Merge pull request #34 from clbarnes/pep518

Pep518 build system specification

Update numpyeigen

11 Mar 16:25
Compare
Choose a tag to compare

No real updates to numpyeigen, but it now uses the ssh URL to clone the eigen dependency which should fix CI issues on conda forge.

Most mesh sampling functions return barycentric coordinates, and new function to downsample on a voxel grid

11 Mar 15:16
Compare
Choose a tag to compare
  • All the mesh sampling function (except lloyd which uses Geogram) return barycentric coordinates and vertex indices instead points. This lets us sample arbitrary per-vertex attributes using these functions.
  • Added downsample_point_cloud_voxel_grid function which downsamples a point cloud by averaging points within a voxel grid.
  • Renamed prune_point_cloud_poisson_disk to downsample_point_cloud_poisson_disk to have consistent naming convention for functions
  • Renamed estimate_normals to estimate_point_cloud_normals again for consistent naming convention

0.16.0

14 Oct 22:59
Compare
Choose a tag to compare

Fix version of numpyeigen so that build passes on all platforms and python versions.
Make API for prune_pointcloud_poisson_disk consistent with sample_mesh_poisson_disk.

  • In particular add random seed and option to sample by number or radius

Morton Code KNN parallel for optional

06 May 01:43
Compare
Choose a tag to compare
0.15.1

parallel for as an option

Morton Code KNN

05 May 20:11
Compare
Choose a tag to compare
0.15.0

morton knn

Unit cube voronoi centroids

05 Feb 00:55
Compare
Choose a tag to compare
0.13.0

voronoi centroids

Fix small bug

04 Feb 23:19
Compare
Choose a tag to compare
0.12.2

whoops

Utility function for meshing voxel grids

04 Feb 22:24
Compare
Choose a tag to compare
0.12.1

hacky function to construct meshes from voxel grids