JuliaImages / ImageContrastAdjustment.jl

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

Adds `Matching()` constructor to facilitate deprecations in Images.jl #22

Closed zygmuntszpak closed 4 years ago

zygmuntszpak commented 4 years ago

The Matching() constructor will be removed once the deprecations in Images.jl are complete.

codecov[bot] commented 4 years ago

Codecov Report

Merging #22 into master will decrease coverage by 0.42%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   96.23%   95.81%   -0.43%     
==========================================
  Files          13       13              
  Lines         452      454       +2     
==========================================
  Hits          435      435              
- Misses         17       19       +2
Impacted Files Coverage Δ
src/algorithms/matching.jl 87.5% <0%> (-5.84%) :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 785140d...e990239. Read the comment docs.