JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 49 forks source link

Handle AxisArray and ImageMeta wrappers with `centered` #93

Closed timholy closed 5 years ago

timholy commented 5 years ago

This provides specializations for centered, where the conditional dependency on the relevant packages is handled via Requires.jl.

codecov[bot] commented 5 years ago

Codecov Report

Merging #93 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
+ Coverage   83.05%   83.13%   +0.07%     
==========================================
  Files           8        8              
  Lines        1086     1091       +5     
==========================================
+ Hits          902      907       +5     
  Misses        184      184
Impacted Files Coverage Δ
src/ImageFiltering.jl 84.21% <100%> (+5.63%) :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 51c608c...8aefac1. Read the comment docs.