Releases: JuliaImages/HistogramThresholding.jl
Releases · JuliaImages/HistogramThresholding.jl
v0.3.1
HistogramThresholding v0.3.1
Merged pull requests:
- Updates deploydocs URL (#47) (@zygmuntszpak)
- Bumps minor version so that "stable docs" build (#48) (@zygmuntszpak)
v0.3.0
HistogramThresholding v0.3.0
Merged pull requests:
- Update links for JuliaImages hosting (#39) (@mkitti)
- Refactors code for Functor API (#40) (@zygmuntszpak)
- Refactors Yen implementation (#41) (@zygmuntszpak)
- Minimum error (#42) (@zygmuntszpak)
- Refactors Moments implementation (#43) (@zygmuntszpak)
- Refactors MinimumIntermodes implementation (#44) (@zygmuntszpak)
- Refactors Balanced and Intermodes implementation (#45) (@zygmuntszpak)
- Refactors Entropy implementation (#46) (@zygmuntszpak)
v0.2.5
HistogramThresholding v0.2.5
Closed issues:
- Log DomainError with Entropy (#35)
Merged pull requests:
- improve Entropy with numerical stability and performance (#36) (@johnnychen94)
v0.2.4
HistogramThresholding v0.2.4
Merged pull requests:
- fix a trivial-case bug when using Yen (#33) (@johnnychen94)
v0.2.3
HistogramThresholding v0.2.3
Closed issues:
- remove dependency on
Images
(#28)
Merged pull requests:
- Install TagBot as a GitHub Action (#30) (@JuliaTagBot)
- Changes equality to approximate equality in test set (#31) (@zygmuntszpak)
v0.2.2
v0.2.2 (2019-05-31)
Merged pull requests:
- Removes REQUIRE file and updates Project.toml (#29) (zygmuntszpak)
Fixes bug in Entropy which happens when a bin has zero probability mass
Merge pull request #27 from zygmuntszpak/fix_entropy Fixes bug in Entropy which happens when a bin has zero probability mass
Adds balanced, yen and entropy methods.
Adds three new threshold methods: balanced, yen and entropy. Also expands documentation with more details on the various threshold selection algorithms.
Initial registered version
A Julia package for determining thresholds by analyzing one-dimensional histograms.