Skip to content

Releases: fwilliams/point-cloud-utils

Sinkhorn Distance, Chamfer Distance, and pairwise point distances

11 Jul 18:08
Compare
Choose a tag to compare

Add functions to compute the sinkhorn distance, the chamfer distance as well as a matrix of pairwise distances between points.

Windows Support

03 May 18:37
Compare
Choose a tag to compare

This release upgrades to the latest version of NumpyEigen which supports Windows.
This release also adds support for unsigned index types.

Another tentative OSX fix

20 Feb 16:56
Compare
Choose a tag to compare
0.5.2

fix more vcglib OSX compiler errors

Tentative compilation fix for OSX

20 Feb 16:36
Compare
Choose a tag to compare
Fix vcglib compilation on mac.

Make vcglib use doubles in sample to not throw away precision.

No more Linux only dependencies

15 Feb 23:02
Compare
Choose a tag to compare
0.5.0

no more Linux C dependency

Bump Version of Numpyeigen

02 Jan 15:58
Compare
Choose a tag to compare

Numpyeigen had a bug which caused range arguments (i.e. a[1:2:4]) to not work correctly. This is fixed in the lastest version which Point-Cloud-Utils now uses.

Dummy release

06 Dec 23:36
Compare
Choose a tag to compare

This is a dummy release to fix conda installations

Add new utility functions

06 Dec 23:16
Compare
Choose a tag to compare
  • write_ply to save PLY files
  • per_vertex_normals to compute vertex normals on a mesh

Utility functions for reading and writing common mesh formats

05 Dec 23:36
Compare
Choose a tag to compare
  • Utility functions for reading common mesh formats (OBJ, OFF, PLY)
  • Utility functions for writing common mesh formats (OBJ, OFF)

Add function to downsample point clouds with Poisson Disk Sampling

05 Dec 21:56
Compare
Choose a tag to compare
  • Add the function sample_point_cloud_poisson_disk which downsamples a dense point cloud with Poisson Disk Sampling