Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 387 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 387 Bytes

fft

Fairly-fast fourier transformations in TypeScript, vanilla JavaScript, C++, WASM, maybe even MatLab.

Motivation

Fourier transforms pose a variety of technical challenges which are fundamental to many image processing operations. This makes them an ideal start towards building primitives optimized for the web platform and that can be leveraged for other imaging operations.