Is there any p5 function for 2d FFT?

Hi, All.

Is there any p5 function for 2d FFT?

The “FFT” means Fast Fourier Transform. and …
2d FFT is required for 2D image processing.

If not, I’ll try to make one for p5js for the first time in the world.

I’ve made 2d FFT code for Openframeworks before.
my github: bemoregt (Gromit Park) · GitHub

Thanks.

Best,
@bemoregt.

1 Like

Hi @wonwoo,

You may want to look at “2D FFT javascript” on the web. You can use external JavaScript libraries:

There’s also a similar unanswered topic:

2 Likes

Hi, @josephh.

I’ll try that library.

Thanks.
Best,
@bemoregt.

1 Like