JuliaImages / HistogramThresholding.jl

A Julia package for determining thresholds by analyzing one-dimensional histograms
MIT License
13 stars 9 forks source link

Adds balanced histogram and yen threshold #21

Closed betttris13 closed 5 years ago

zygmuntszpak commented 5 years ago

Thanks Tristan! There are a few spelling mistakes in the docstrings which I will fix as I expand the documentation for this and other methods.

codecov[bot] commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 0.24%. The diff coverage is 85.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   84.18%   84.42%   +0.24%     
==========================================
  Files           9       11       +2     
  Lines         196      244      +48     
==========================================
+ Hits          165      206      +41     
- Misses         31       38       +7
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/yen.jl 73.68% <73.68%> (ø)
src/balancedthreshold.jl 92.59% <92.59%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 82320f3...e751b92. Read the comment docs.