Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 272 Bytes

2d Fourier Transforms

A javascript implementation for 2d fourier transforms implemented in pure html and js, with no dependencies.

Note

This is a n^4 algorithm, so be wary with large images. This implementation assumes the image will be square eg 128 x 128 pixels