we've compiled the KissFFT library and it appears to be running fine, but we're not sure how we use it to get the frequency domain of a 2d image. Any help would be fantastic.
PS. We're running it in the After Effects SDK.
we've compiled the KissFFT library and it appears to be running fine, but we're not sure how we use it to get the frequency domain of a 2d image. Any help would be fantastic.
PS. We're running it in the After Effects SDK.
Copyright © 2021 Jogjafile Inc.
I haven't used
KissFFTwith images (only with audio) but here's my attempt based on what I've read in the docs. You should create 3 arrays for the individual colour components (i.e. create img1/img2/img3).Thank you Cris for letting me know that I should use
kiss_fftnd(I've deleted the old code and procedure)