JuliaImages / ImageFiltering.jl

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

Reexport FFTW #236

Closed johnnychen94 closed 2 years ago

johnnychen94 commented 2 years ago

fft/ifft and related utils might be something people would want to have when they using ImageFiltering.

However, I don't have a strong opinion here; actually, I'm trying to be conservative on exporting too many symbols.

Thoughts?

timholy commented 2 years ago

I'm unsure, but on balance maybe not necessary? Is there a reason that someone using this would have to have the same fft that ImageFiltering uses internally? What if a pure-Julia implementation comes along?

johnnychen94 commented 2 years ago

Okay, let's close this for now.