Skip to content

Releases: JuliaImages/ImageSegmentation.jl

v1.4.5

21 Jul 19:04
dd88106
Compare
Choose a tag to compare

ImageSegmentation v1.4.5

Diff since v1.4.4

Closed issues:

  • Deprecation warnings for CartesianIndex on Julia 1.5 beta (#49)

Merged pull requests:

v1.4.4

02 Jul 02:04
e4249fb
Compare
Choose a tag to compare

ImageSegmentation v1.4.4

Diff since v1.4.3

Closed issues:

  • Remove appveyor? (#50)

Merged pull requests:

v1.4.3

17 Jun 23:03
c93ce87
Compare
Choose a tag to compare

ImageSegmentation v1.4.3

Diff since v1.4.2

Closed issues:

  • Speed-up watershed segmentation using information from a binary image (#34)

Merged pull requests:

  • Add support for compact and masked watersheds (#33) (@tlnagy)
  • CompatHelper: bump compat for "Clustering" to "0.14" (#46) (@github-actions[bot])

v1.4.2

18 Feb 10:02
defa0fd
Compare
Choose a tag to compare

ImageSegmentation v1.4.2

Diff since v1.4.1

Merged pull requests:

  • CompatHelper: bump compat for "Images" to "0.22" (#45) (@github-actions[bot])

v1.4.1

05 Feb 02:33
v1.4.1
9bce55c
Compare
Choose a tag to compare

v1.4.1 (2020-02-05)

Diff since v1.4.0

Merged pull requests:

v1.4.0

05 Jan 11:34
v1.4.0
Compare
Choose a tag to compare

v1.4.0 (2020-01-05)

Diff since v1.3.0

Closed issues:

  • error using region_splitting (#38)

Merged pull requests:

v1.3.0

31 Oct 08:40
v1.3.0
bea52b7
Compare
Choose a tag to compare

v1.3.0 (2019-10-30)

Diff since v1.2.0

Closed issues:

  • Bug in seeded_region_growing causes crash (#36)
  • 3d watershed (#35)

Merged pull requests:

v1.2.0

23 Apr 11:44
Compare
Choose a tag to compare
switch to new registrator and drop support for julia 0.7 (#32)

* add Project.toml and delete REQUIRE

* drop CI test for julia v0.7

* drop julia 0.7 compatibility

Add RAG constructor

13 Nov 15:46
Compare
Choose a tag to compare
v1.1.0

Added method for constructing RAG from image (#31)

Segment eltype fixes and doc improvements

04 Oct 13:56
7cb2ab4
Compare
Choose a tag to compare
Merge pull request #30 from JuliaImages/teh/updates_docs

Updates in documentation, and fixes in mean eltype computation