Skip to content

Releases: fwilliams/point-cloud-utils

v0.31.0

30 Aug 02:38
9c7c54b
Compare
Choose a tag to compare
  • Fix MacOS arm builds once and for all
  • Fix bug in remove_duplicate_vertices where the output mesh contained degenerate triangles
  • Export colors as uint8 in PLY save. This makes meshes viewable in meshlab.
  • Fix comments and documentation for chamfer/hausdorff/emd distances

v0.30.4

12 Dec 18:46
Compare
Choose a tag to compare

Add pcu.adjacency_list

v0.30.3

12 Dec 16:08
Compare
Choose a tag to compare

Add function to delete vertices from a mesh and update faces accordingly

v0.30.2

08 Dec 20:00
dac4e5e
Compare
Choose a tag to compare

Bump version in setup.py

v0.30.1

08 Dec 16:46
Compare
Choose a tag to compare

Fix ply export to work with meshlab. Update docs

v0.30.0

14 Sep 23:24
Compare
Choose a tag to compare

Remove all GPL dependencies and change to MIT license

v0.29.7

11 Sep 00:45
406aea6
Compare
Choose a tag to compare

Update NumpyEigen to latest version.
Functions for creating primitive meshes:

  • cube
  • sphere
  • cylinder

Change voxelize mesh to have the voxel center at the origin

Merge bugfix with downsampling with attributes. Thanks @davidcaron !

v0.29.6

10 Jul 20:57
378d365
Compare
Choose a tag to compare

Fix segfault in Manifold (thanks @AppledoreM)
Update documentation

v0.29.5

19 Apr 13:31
Compare
Choose a tag to compare

Flood fill dense grids
Voxelize triangle meshes
Generate geometry for point clouds and voxel grids for plotting

Geometry construction functions

18 Apr 14:07
Compare
Choose a tag to compare

Geometry generation functions:

pointcloud_sphere_geometry
pointcloud_surfel_geometry
voxel_grid_geometry