JuliaImages / HistogramThresholding.jl

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

Improves performance of MinError implementation #10

Closed zygmuntszpak closed 5 years ago

zygmuntszpak commented 5 years ago

Also fixes spelling mistake in Otsu code.

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 1.46%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   78.19%   79.66%   +1.46%     
==========================================
  Files           9        9              
  Lines         188      177      -11     
==========================================
- Hits          147      141       -6     
+ Misses         41       36       -5
Impacted Files Coverage Δ
src/otsu.jl 65.38% <71.42%> (ø) :arrow_up:
src/minimum_error.jl 92.59% <92.59%> (+11.01%) :arrow_up:

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 ee7bb51...db72df0. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will increase coverage by 2.88%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   78.19%   81.08%   +2.88%     
==========================================
  Files           9        9              
  Lines         188      185       -3     
==========================================
+ Hits          147      150       +3     
+ Misses         41       35       -6
Impacted Files Coverage Δ
src/otsu.jl 65.38% <71.42%> (ø) :arrow_up:
src/minimum_error.jl 97.14% <97.14%> (+15.56%) :arrow_up:

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 ee7bb51...1427d55. Read the comment docs.