JuliaImages / ImageBinarization.jl

A Julia package of algorithms for analyzing images and automatically binarizing them into background and foreground.
MIT License
35 stars 8 forks source link

Refactors code and documentation #18

Closed zygmuntszpak closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 1.64%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   93.19%   94.83%   +1.64%     
==========================================
  Files          15       15              
  Lines         147      155       +8     
==========================================
+ Hits          137      147      +10     
+ Misses         10        8       -2
Impacted Files Coverage Δ
src/ImageBinarization.jl 100% <100%> (ø) :arrow_up:
src/sauvola.jl 88.23% <75%> (+2.52%) :arrow_up:
src/niblack.jl 93.75% <75%> (+1.44%) :arrow_up:
src/adaptive_threshold.jl 90.9% <92.3%> (+10.9%) :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 7f48a1e...23c0080. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will increase coverage by 1.64%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   93.19%   94.83%   +1.64%     
==========================================
  Files          15       15              
  Lines         147      155       +8     
==========================================
+ Hits          137      147      +10     
+ Misses         10        8       -2
Impacted Files Coverage Δ
src/ImageBinarization.jl 100% <100%> (ø) :arrow_up:
src/sauvola.jl 88.23% <75%> (+2.52%) :arrow_up:
src/niblack.jl 93.75% <75%> (+1.44%) :arrow_up:
src/adaptive_threshold.jl 90.9% <92.3%> (+10.9%) :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 7f48a1e...23c0080. Read the comment docs.