Skip to content

Releases: haesleinhuepf/napari-segment-blobs-and-things-with-membranes

0.2.22

08 May 11:22
Compare
Choose a tag to compare
0.2.22 Pre-release
Pre-release

Bug fixes:

  • Label image returned by remove_labels_on_edges() are now always sequentially labeled.

Miscellaneous

  • Menu entry Seeded watershed was moved to Tools > Segmentation post-processing

0.2.21

30 Mar 15:22
Compare
Choose a tag to compare
0.2.21 Pre-release
Pre-release

Bugfix:

  • Split/Merge labels manually didn't work with OpenCL-backed label images (thanks @chili-chiu for reporting)

0.2.19

03 Mar 07:12
Compare
Choose a tag to compare
0.2.19 Pre-release
Pre-release

Bug fixes:

  • thresholded_local_minima_seeded_watershed delivered 8-bit integer label images (thanks to Praveen for reporting and @jni for support in debugging)

0.2.18

27 Feb 20:05
Compare
Choose a tag to compare
0.2.18 Pre-release
Pre-release

New features

  • Skeletonization of label images

0.2.17

12 Feb 20:31
Compare
Choose a tag to compare
0.2.17 Pre-release
Pre-release

New features

  • Gauss-Otsu-labeling

0.2.16

06 Feb 20:27
Compare
Choose a tag to compare
0.2.16 Pre-release
Pre-release

Bugfixes

  • black/white top-hat and morphological-gradient didn't work when called from the assistant

0.2.15

30 Jan 15:31
Compare
Choose a tag to compare
0.2.15 Pre-release
Pre-release

New features

0.2.14

20 Jan 13:55
Compare
Choose a tag to compare
0.2.14 Pre-release
Pre-release

New features

  • skeletonize

0.2.12

01 Jan 16:07
Compare
Choose a tag to compare
0.2.12 Pre-release
Pre-release

This is a maintenance release

Improvements

  • Tests
  • Code coverage

0.2.11

14 Dec 08:30
Compare
Choose a tag to compare
0.2.11 Pre-release
Pre-release

New features

  • threshold_yen,
  • threshold_isodata,
  • threshold_li,
  • threshold_mean,
  • threshold_minimum,
  • threshold_triangle,