Skip to content

Releases: JuliaImages/ImageMorphology.jl

v0.4.7

22 Sep 16:56
e495618

Choose a tag to compare

ImageMorphology v0.4.7

Diff since v0.4.6

Merged pull requests:

Closed issues:

  • Remove dependency on loopvectorization (#132)

v0.4.6

30 Mar 08:08
2ce397f

Choose a tag to compare

ImageMorphology v0.4.6

Diff since v0.4.5

Merged pull requests:

Closed issues:

  • How to Apply Weighted Distance Transform (#129)
  • Opening with structural elements not working properly (#133)

v0.4.5

20 Jul 19:01
67ee4e4

Choose a tag to compare

ImageMorphology v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

11 May 03:46
40b4f16

Choose a tag to compare

ImageMorphology v0.4.4

Diff since v0.4.3

Closed issues:

  • Erode Recursively (#120)
  • New feature request (option to account for periodic boundaries when using label_components) (#124)

Merged pull requests:

v0.4.3

26 Sep 22:52
f50c1a9

Choose a tag to compare

ImageMorphology v0.4.3

Diff since v0.4.2

Closed issues:

  • find_root_unsafe! does not support Int32 (#112)
  • Unable to use v0.4.x with Images.jl (#114)

Merged pull requests:

  • CompatHelper: bump compat for TiledIteration to 0.4, (keep existing compat) (#115) (@github-actions[bot])

v0.4.2

25 Aug 04:41
7f4c790

Choose a tag to compare

ImageMorphology v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

14 Jul 02:41
e5c5554

Choose a tag to compare

ImageMorphology v0.4.1

Diff since v0.4.0

Closed issues:

  • extreme_filter! wrong result when input and output array are of different eltype (#104)

Merged pull requests:

v0.4.0

16 Jun 03:50
2a3d011

Choose a tag to compare

ImageMorphology v0.4.0

Diff since v0.3.2

Closed issues:

  • Add ability to erode/dilate using structuring elements (#11)
  • Export in-place functions like closing! (#19)
  • Add in-place function variants to manual (#56)
  • incorrect extremefilt! implementation (#68)
  • CI: LoopVectorization failed to work on 32bit machine (#98)

Merged pull requests:

v0.3.2

12 May 08:10
fc08339

Choose a tag to compare

ImageMorphology v0.3.2

Diff since v0.3.1

Closed issues:

  • move clearborder from Images.jl to ImageMorphology.jl (#27)
  • [features] most wanted features for contributing? (#57)
  • set up documentation (#64)
  • incorrect extremefilt! implementation (#68)

Merged pull requests:

v0.3.1

23 Jan 06:00
d46f153

Choose a tag to compare

ImageMorphology v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Implement isboundary using extremefilt! (#52) (@mkitti)