Lynkeos
1.2
|
#include <math.h>
#include <complex.h>
#include <fftw3.h>
Classes | |
struct | RGB |
struct | FFT_DATA |
Defines | |
#define | K_REFERENCE_ITEM_KEY @"reference" |
Typedefs | |
typedef double | REAL |
typedef fftw_complex | COMPLEX |
typedef fftw_complex * | SPECTRUM |
typedef fftw_plan | FFT_PLAN |
Functions | |
void | initializeProcessing () |
Variables | |
u_short | numberOfCpus |
#define K_REFERENCE_ITEM_KEY @"reference" |
typedef fftw_complex COMPLEX |
typedef fftw_plan FFT_PLAN |
typedef double REAL |
typedef fftw_complex * SPECTRUM |
void initializeProcessing | ( | ) |
References fftwDefaultFlag, fftwLock, and numberOfCpus.
Referenced by main().
u_short numberOfCpus |