JuliaImages / ImageFiltering.jl

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

Feature request: Moffat kernel #146

Closed gerrygralton closed 4 years ago

gerrygralton commented 4 years ago

If anyone gets a chance, the implementation of a kernel using the Moffat distribution would be extremely useful. Cheers!

timholy commented 4 years ago

If you want to give it a whirl yourself, try adding it to src/kernels.jl (plus a test in test/specialty.jl). A likely model to follow is LoG.