#include "Component/ModelManager.H"
#include "GUI/ImageDisplayStream.H"
#include "Image/ColorOps.H"
#include "Image/Convolver.H"
#include "Image/Coords.H"
#include "Image/CutPaste.H"
#include "Image/DrawOps.H"
#include "Image/FilterOps.H"
#include "Image/FourierEngine.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Media/MPEGStream.H"
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
int | main (int argc, const char **argv) |
Simple application to display the frame-by-frame fft magnitude and phase of a movie.
Definition in file app-fft-movie.C.