dspfun icon indicating copy to clipboard operation
dspfun copied to clipboard

Set of *nix utilities for experimentation and learning about spectral analysis of images

DSP Funbox - Set of *nix utilities for experimentation and learning about spectral analysis of images.

dspfun

Overview

  • spec - Generate DCT spectrums for viewing or invertible spectrums for editing in a regular image editor.
  • motion - 3-dimensional frequency-space editor for video.
  • applybasis - Tools for working with basis functions of a variety of 2D transforms.
  • zoom - Interpolate images against a cosine basis.
  • scan - Progressively reconstruct images using various frequency space scans.

See subprojects for respective READMEs.

Dependencies

Most tools in this framework depend on FFTW, ImageMagick, and/or FFmpeg.

Building

Running

make

From the top level will build each project.

TODO

Lots and lots of documentation.