JuliaImages / ImageFiltering.jl

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

use `OffsetArrays.centered` #214

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 3 years ago

requires:

Dependencies Requires and ImageMetadata are removed

codecov[bot] commented 3 years ago

Codecov Report

Merging #214 (8c6564b) into master (02407fa) will decrease coverage by 0.68%. The diff coverage is 14.28%.

:exclamation: Current head 8c6564b differs from pull request most recent head c4361a6. Consider uploading reports for the commit c4361a6 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
- Coverage   91.60%   90.92%   -0.69%     
==========================================
  Files          11        9       -2     
  Lines        1513     1377     -136     
==========================================
- Hits         1386     1252     -134     
+ Misses        127      125       -2     
Impacted Files Coverage Δ
src/utils.jl 82.35% <0.00%> (-6.22%) :arrow_down:
src/ImageFiltering.jl 57.89% <33.33%> (-19.38%) :arrow_down:
src/kernel.jl 98.30% <0.00%> (-0.87%) :arrow_down:
src/kernelfactors.jl 90.00% <0.00%> (-0.72%) :arrow_down:
src/mapwindow.jl 86.28% <0.00%> (-0.16%) :arrow_down:
src/border.jl 93.02% <0.00%> (-0.09%) :arrow_down:
src/specialty.jl 100.00% <0.00%> (ø)
src/extrema.jl
... and 2 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 02407fa...c4361a6. Read the comment docs.