JuliaImages / HistogramThresholding.jl

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

Adds moments thresholding algorithm #9

Closed AbbeyMac closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 2%. The diff coverage is 71.11%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
+ Coverage   67.85%   69.86%   +2%     
=======================================
  Files           2        3    +1     
  Lines          28       73   +45     
=======================================
+ Hits           19       51   +32     
- Misses          9       22   +13
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/moments.jl 70.45% <70.45%> (ø)

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 382adfb...8195a13. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 2%. The diff coverage is 71.11%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
+ Coverage   67.85%   69.86%   +2%     
=======================================
  Files           2        3    +1     
  Lines          28       73   +45     
=======================================
+ Hits           19       51   +32     
- Misses          9       22   +13
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/moments.jl 70.45% <70.45%> (ø)

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 382adfb...8195a13. Read the comment docs.