Skip to content

Releases: kugelrund/mesh_segmentation

v0.3

24 Jul 23:51
Compare
Choose a tag to compare

More performance improvements.

  • Improve computation of k-means initialization by Liu & Zhang
  • Allow using k-means++ initialization
  • Fix normalization of observations for k-means
  • Remove progress bar, it cannot represent the main performance bottleneck anymore
  • Remove save feature. Does not provide any value anymore due to performance improvements

v0.2

06 Jul 22:20
Compare
Choose a tag to compare

Significant performance improvements. Motivated by and ideas from commit amb@fd99396, thanks!

  • Using sparse eigenvector computation by default now. Old dense method can be chosen as fallback with a property
  • Much better implementation of affinity matrix scaling

v0.1

06 Jul 19:28
f078f10
Compare
Choose a tag to compare

Release for Blender 2.8.

v0.1 (Blender 2.7 and earlier)

06 Jul 18:49
87c250a
Compare
Choose a tag to compare

Last version before migration to Blender 2.8.