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

Reconciles changes in HistogramThresholding.jl #88

Closed zygmuntszpak closed 2 years ago

zygmuntszpak commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (b963b9c) into master (cdd48fd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files          10       10           
  Lines         172      172           
=======================================
  Hits          162      162           
  Misses         10       10           
Impacted Files Coverage Δ
src/algorithms/adaptive_threshold.jl 96.66% <ø> (ø)
src/algorithms/niblack.jl 95.65% <ø> (ø)
src/algorithms/polysegment.jl 93.75% <ø> (ø)
src/algorithms/sauvola.jl 96.00% <ø> (ø)
src/algorithms/single_histogram_threshold.jl 95.00% <100.00%> (ø)

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 cdd48fd...b963b9c. Read the comment docs.