JS-Fourier-Image-Analysis
JS-Fourier-Image-Analysis copied to clipboard
Javascript implementation of a 2D FFT for images. Makes it easy to apply low pass/high pass/band filters.
I have a strong suspicion, that this is an implementation of a 1D fourier transform, not 2D. Meaning, instead of computing a 2D transform of NxN values, it computes a...
Hey there, I've been working on a quality image detection js thing and came across this library. I've been wanting to use an FFT transform to be able to determine...
I noticed that the bottom half of the Fourier Transform came out horizontally flipped and shifted by one pixel. This required a change in the overall shifting handler so I...