JuliaImages / HistogramThresholding.jl

A Julia package for determining thresholds by analyzing one-dimensional histograms
MIT License
13 stars 9 forks source link

fix a trivial-case bug when using Yen #33

Closed johnnychen94 closed 4 years ago

johnnychen94 commented 4 years ago

When images are filled with only one value, the histogram becomes trivial.

codecov[bot] commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          244       244           
=========================================
  Hits           244       244           
Impacted Files Coverage Δ
src/yen.jl 100.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 4dca5c8...3a73bdf. Read the comment docs.

zygmuntszpak commented 4 years ago

Fantastic, thank you!