JuliaImages / ImageFiltering.jl

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

Add Butterworth Filter #242

Open ashwinn-v opened 2 years ago

ashwinn-v commented 2 years ago

In response to feature request #240 Please let me know if there are any fixes to be done on the code.

codecov[bot] commented 2 years ago

Codecov Report

Merging #242 (a848ed0) into master (424523c) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
+ Coverage   92.14%   92.17%   +0.02%     
==========================================
  Files          12       12              
  Lines        1642     1648       +6     
==========================================
+ Hits         1513     1519       +6     
  Misses        129      129              
Impacted Files Coverage Δ
src/ImageFiltering.jl 68.75% <ø> (ø)
src/kernel.jl 99.27% <100.00%> (+0.03%) :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 424523c...a848ed0. Read the comment docs.