Lynkeos
|
Definitions related to the Fourier transform. More...
#include "LynkeosCore/LynkeosStandardImageBuffer.h"
Classes | |
class | LynkeosFourierBuffer |
Class used to wrap the Fourier transform with FFTW library. More... | |
Macros | |
#define | FOR_DIRECT 1 |
Prepare a buffer for direct transform. | |
#define | FOR_INVERSE 2 |
Prepare a buffer for inverse transform. | |
Typedefs | |
typedef void(* | SpectrumProcessOneLine_t )(LynkeosFourierBuffer *a, ArithmeticOperand_t *op, LynkeosFourierBuffer *res, u_short y) |
Internal method pointer to arithmetically process one line. | |
Functions | |
short | log_2 (short val) |
Base 2 logarithm. More... | |
Definitions related to the Fourier transform.
short log_2 | ( | short | val) |
Base 2 logarithm.
val | The source value |