ImageFiltering.jl icon indicating copy to clipboard operation
ImageFiltering.jl copied to clipboard

Adds support for specifying kernels using StaticArrays

Open zygmuntszpak opened this issue 3 years ago • 3 comments

Fixes https://github.com/JuliaImages/ImageFiltering.jl/issues/252

zygmuntszpak avatar Dec 05 '22 10:12 zygmuntszpak

Codecov Report

Base: 78.62% // Head: 91.97% // Increases project coverage by +13.34% :tada:

Coverage data is based on head (7e2a965) compared to base (826df52). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #254       +/-   ##
===========================================
+ Coverage   78.62%   91.97%   +13.34%     
===========================================
  Files          12       12               
  Lines        1062     1657      +595     
===========================================
+ Hits          835     1524      +689     
+ Misses        227      133       -94     
Impacted Files Coverage Δ
src/imfilter.jl 92.13% <ø> (+9.96%) :arrow_up:
src/border.jl 92.46% <100.00%> (+27.83%) :arrow_up:
src/models.jl 100.00% <0.00%> (ø)
src/kernel.jl 100.00% <0.00%> (+2.24%) :arrow_up:
src/ImageFiltering.jl 68.75% <0.00%> (+4.46%) :arrow_up:
src/extrema.jl 100.00% <0.00%> (+5.55%) :arrow_up:
src/mapwindow.jl 86.45% <0.00%> (+12.84%) :arrow_up:
src/borderarray.jl 93.33% <0.00%> (+13.67%) :arrow_up:
src/specialty.jl 100.00% <0.00%> (+15.38%) :arrow_up:
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Dec 05 '22 11:12 codecov[bot]

@timholy Please could you take a look when you get a chance

zygmuntszpak avatar Dec 31 '22 01:12 zygmuntszpak

Sorry I missed this PR and the issue. Will check it ASAP.

johnnychen94 avatar Jan 03 '23 03:01 johnnychen94