JuliaImages / ImageFiltering.jl

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

Add Moffat Kernel #147

Closed gerrygralton closed 4 years ago

gerrygralton commented 4 years ago

In reference to feature request #146. Please let me know if anything isn't done how it should be. I'm keen to learn.

codecov[bot] commented 4 years ago

Codecov Report

Merging #147 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   91.59%   91.65%   +0.06%     
==========================================
  Files           9        9              
  Lines        1213     1222       +9     
==========================================
+ Hits         1111     1120       +9     
  Misses        102      102
Impacted Files Coverage Δ
src/ImageFiltering.jl 80% <ø> (ø) :arrow_up:
src/kernel.jl 100% <100%> (ø) :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 46c0445...36c0a8a. Read the comment docs.

timholy commented 4 years ago

Thanks for the contribution, @gerrygralton, and to @johnnychen94 for getting this in!