JuliaImages / HistogramThresholding.jl

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

Entropy threshold #15

Closed TheCosmicStorm closed 5 years ago

TheCosmicStorm commented 5 years ago

entropy thresholding algorithm complete for your inspection :)

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.27%. The diff coverage is 86.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage    83.9%   84.18%   +0.27%     
==========================================
  Files           8        9       +1     
  Lines         174      196      +22     
==========================================
+ Hits          146      165      +19     
- Misses         28       31       +3
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/entropy_thresholding.jl 85.71% <85.71%> (ø)

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 665040c...2fef54a. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.07%. The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage    81.6%   81.53%   -0.08%     
==========================================
  Files           8        9       +1     
  Lines         174      195      +21     
==========================================
+ Hits          142      159      +17     
- Misses         32       36       +4
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/entropy_thresholding.jl 80% <80%> (ø)

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 51448a2...616b223. Read the comment docs.