Skip to content

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

0.2.10

12 Dec 09:27
Compare
Choose a tag to compare
0.2.10 Pre-release
Pre-release

Added __common_alias__ for better code generation. Moved functions from private package to simplify API

0.2.9

04 Dec 14:19
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release

New features

  • sum_images
  • multiply_images
  • divide_images
  • invert_image

Backwards compatible features

  • Changed menu entries to cover finer differentiation between various filtering and segmentation techniquese

0.2.8

01 Dec 11:32
Compare
Choose a tag to compare
0.2.8 Pre-release
Pre-release

Bug fixes

  • Installation failed due to missing dependency (thanks to @Czaki for reporting and @lazigu for fixing)

New features

  • Connected component labeling has an "exclude_on_edges" option similar to the "exclude" option in ImageJ's Particle analyzer removing object that touch the image border
  • Remove labels on image edges (like clear_border in scikit-image)
  • Expand labels (like in scikit-image)

0.2.7

12 Nov 21:13
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release

New features

  • use napari-time-slicer for processing timelapse data

0.2.6

04 Nov 22:02
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

New features

  • Another variation of the seeded watershed segmentation algorithm including an intensity threshold

0.2.5

29 Oct 19:23
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Bugfix:

  • Initialization failed

0.2.4

28 Oct 12:54
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

New features

  • Gaussian Laplace filter
  • median filter
  • percentile filter
  • white top hat filter
  • black top hat filter
  • minimum filter
  • maximum filter
  • morphological gradient filter

0.2.3

24 Oct 15:59
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

New features

  • Seeded watershed using local minima as seeds

0.2.2

15 Oct 21:21
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

New features

  • Added most important tools to the Tools menu

0.2.1

26 Sep 08:39
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Updated installation instructions