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 #5

Closed betttris13 closed 5 years ago

betttris13 commented 5 years ago

My implementation of minimum and intermodes.

codecov[bot] commented 5 years ago

Codecov Report

Merging #5 into master will increase coverage by 9.92%. The diff coverage is 81.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   67.85%   77.77%   +9.92%     
==========================================
  Files           2        5       +3     
  Lines          28       99      +71     
==========================================
+ Hits           19       77      +58     
- Misses          9       22      +13
Impacted Files Coverage Δ
src/HistogramThresholding.jl 100% <100%> (ø) :arrow_up:
src/minimum.jl 57.14% <57.14%> (ø)
src/intermodes.jl 80% <80%> (ø)
src/common.jl 94.73% <94.73%> (ø)

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