Skip to content

Releases: fwilliams/point-cloud-utils

v0.21.3

31 Jan 18:42
Compare
Choose a tag to compare
  • Update pybind11
  • Fix pipy push
  • Update readme

v0.21.2

26 Jan 23:04
Compare
Choose a tag to compare

PyPi packaging

pypi packaging

26 Jan 20:29
Compare
Choose a tag to compare

Build system which pushes to pipy.
New code for estimating normals which can take into account view directions.

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