Skip to content

Releases: haesleinhuepf/napari-process-points-and-surfaces

0.1.4

04 Apr 12:55
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

New features

0.1.3

20 Mar 15:43
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

New features

0.1.2

05 Feb 21:08
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

New features

  • add_quality (from the vedo library)

0.1.1

05 Feb 13:40
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Minor documentation update

0.1.0

05 Feb 13:37
a913dd7
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This first release contains a couple of functions that are implemented to be closely compatbile with the open3d API. Code snippets have been taken from the open3d documentation

New features

  • convex_hull,
  • filter_smooth_simple,
  • filter_smooth_laplacian,
  • filter_smooth_taubin,
  • simplify_vertex_clustering,
  • simplify_quadric_decimation,
  • subdivide_loop,
  • labels_to_centroids,
  • sample_points_uniformly,
  • sample_points_poisson_disk,
  • voxel_down_sample,
  • points_to_labels,
  • points_to_convex_hull_surface,
  • surface_from_point_cloud_alpha_shape,
  • surface_from_point_cloud_ball_pivoting,
  • label_to_surface,
  • largest_label_to_surface

New example data