JuliaImages / ImageContrastAdjustment.jl

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

Adds deprecations for adjust_histogram(img, GammaCorrection()) variants #52

Open zygmuntszpak opened 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #52 (9842a5e) into linear_stretching (77c3b48) will increase coverage by 0.07%. The diff coverage is 50.00%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           linear_stretching      #52      +/-   ##
=====================================================
+ Coverage              92.15%   92.23%   +0.07%     
=====================================================
  Files                     14       14              
  Lines                    612      618       +6     
=====================================================
+ Hits                     564      570       +6     
  Misses                    48       48              
Impacted Files Coverage Δ
src/algorithms/gamma_correction.jl 92.30% <ø> (ø)
src/deprecations.jl 47.82% <50.00%> (+18.41%) :arrow_up:
src/ContrastAdjustmentAPI/histogram_adjustment.jl 75.00% <0.00%> (-1.20%) :arrow_down:
src/ContrastAdjustmentAPI/intensity_adjustment.jl 45.45% <0.00%> (+2.59%) :arrow_up:

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 77c3b48...9842a5e. Read the comment docs.