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 #12

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 #12 into master will increase coverage by 1.58%. The diff coverage is 88.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   78.19%   79.77%   +1.58%     
==========================================
  Files           9        9              
  Lines         188      178      -10     
==========================================
- Hits          147      142       -5     
+ Misses         41       36       -5
Impacted Files Coverage Δ
src/otsu.jl 65.38% <71.42%> (ø) :arrow_up:
src/minimum_error.jl 92.85% <92.85%> (+11.27%) :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 421a9e0...e0295c5. Read the comment docs.