JuliaImages / ImageContrastAdjustment.jl

A Julia package for enhancing and manipulating image contrast.
MIT License
11 stars 5 forks source link

Fix outdated reference to `adjust_gamma` #31

Closed timholy closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #31 into master will decrease coverage by 0.38%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   95.92%   95.53%   -0.39%     
==========================================
  Files          14       14              
  Lines         491      493       +2     
==========================================
  Hits          471      471              
- Misses         20       22       +2     
Impacted Files Coverage Δ
src/algorithms/matching.jl 93.33% <ø> (ø)
src/HistogramAdjustmentAPI/histogram_adjustment.jl 75.00% <0.00%> (-3.95%) :arrow_down:
src/build_histogram.jl 92.50% <0.00%> (-2.38%) :arrow_down:

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 baf964b...00f01a8. Read the comment docs.

zygmuntszpak commented 4 years ago

Thank you for spotting that!