JuliaImages / HistogramThresholding.jl

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

Minimum and Intermodes corrected #6

Closed betttris13 closed 5 years ago

betttris13 commented 5 years ago

Corrected Minimum and Intermodes

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #6   +/-   ##
=========================================
  Coverage          ?   77.21%           
=========================================
  Files             ?        5           
  Lines             ?       79           
  Branches          ?        0           
=========================================
  Hits              ?       61           
  Misses            ?       18           
  Partials          ?        0
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø)
src/minimum.jl 75% <75%> (ø)
src/intermodes.jl 83.33% <83.33%> (ø)
src/common.jl 83.87% <83.87%> (ø)

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 9ada39f...ca06f39. Read the comment docs.