JuliaImages / ImageFiltering.jl

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

Get MappedArrays via ImageCore #192

Closed timholy closed 3 years ago

timholy commented 3 years ago

Avoids the need for a [compat] bound

codecov[bot] commented 3 years ago

Codecov Report

Merging #192 into master will increase coverage by 0.74%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
+ Coverage   91.14%   91.88%   +0.74%     
==========================================
  Files           9       18       +9     
  Lines        1231     2958    +1727     
==========================================
+ Hits         1122     2718    +1596     
- Misses        109      240     +131     
Impacted Files Coverage Δ
src/ImageFiltering.jl 81.25% <ø> (+5.05%) :arrow_up:
src/kernel.jl 100.00% <0.00%> (ø)
src/specialty.jl 100.00% <0.00%> (ø)
...ageFiltering.jl/ImageFiltering.jl/src/specialty.jl 100.00% <0.00%> (ø)
...iltering.jl/ImageFiltering.jl/src/kernelfactors.jl 93.66% <0.00%> (ø)
...ageFiltering.jl/ImageFiltering.jl/src/mapwindow.jl 86.66% <0.00%> (ø)
...ltering.jl/ImageFiltering.jl/src/ImageFiltering.jl 81.25% <0.00%> (ø)
...a/ImageFiltering.jl/ImageFiltering.jl/src/utils.jl 88.88% <0.00%> (ø)
.../ImageFiltering.jl/ImageFiltering.jl/src/kernel.jl 100.00% <0.00%> (ø)
...mageFiltering.jl/ImageFiltering.jl/src/imfilter.jl 90.95% <0.00%> (ø)
... and 9 more

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 5f4769e...9b241ed. Read the comment docs.