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

update test codes #47

Closed johnnychen94 closed 5 years ago

johnnychen94 commented 5 years ago

Tests are not passed in ReferenceTests v0.8 (a version that uses PSNR to compare two images)

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.61%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   94.94%   95.55%   +0.61%     
==========================================
  Files          20       20              
  Lines         178      180       +2     
==========================================
+ Hits          169      172       +3     
+ Misses          9        8       -1
Impacted Files Coverage Δ
src/algorithms/sauvola.jl 100% <100%> (+5.26%) :arrow_up:
src/algorithms/niblack.jl 100% <100%> (ø) :arrow_up:
src/BinarizationAPI/binarize.jl 100% <0%> (ø) :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 baa7977...72e8ca9. Read the comment docs.