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

Add shared utility functions #3

Closed rjww closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@7d8850a). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #3   +/-   ##
=========================================
  Coverage          ?   36.66%           
=========================================
  Files             ?        4           
  Lines             ?       30           
  Branches          ?        0           
=========================================
  Hits              ?       11           
  Misses            ?       19           
  Partials          ?        0
Impacted Files Coverage Δ
src/ImageBinarization.jl 100% <ø> (ø)
src/util.jl 0% <0%> (ø)

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 7d8850a...9db232b. Read the comment docs.

rjww commented 5 years ago

These are included in the new PRs for Sauvola and Niblack. Maybe not the best way to structure it from a VCS perspective, but they match exactly, so they shouldn't result in merge conflicts.