You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'd like to use your repo for a few projects. I need to get the FFT coefficients and phases for an arbitrary image. Is it possible? I browsed the repo but couldn't figure out.
The text was updated successfully, but these errors were encountered:
Hello, right now coefficients are internal to the algorithm i.e. you can't access them via public interfaces. If you want to use SimpleFFT to gather coefficients and phases, you'd have to fork it and write the code collecting them yourself. I don't intend to support such a feature, partly because I cannot put much effort into the maintenance of this project these days and partly because it's actually out of this project's intended scope - it's called SimpleFFT for a reason, it's meant for uses where you need to transform some data with FFT, but not for tinkering with FFT algorithm's internals.
Hello, I'd like to use your repo for a few projects. I need to get the FFT coefficients and phases for an arbitrary image. Is it possible? I browsed the repo but couldn't figure out.
The text was updated successfully, but these errors were encountered: