Lynkeos
1.2
|
#include "fourier.h"
Classes | |
struct | CORRELATION_PEAK |
struct | CORRELATION_PEAK_RGB |
Functions | |
void | correlate (FFT_DATA s1, FFT_DATA s2, FFT_DATA r) |
void | correlate_spectrums (FFT_DATA s1, FFT_DATA s2, FFT_DATA r) |
void | corelation_peak (FFT_DATA result, CORRELATION_PEAK *peak) |
void corelation_peak | ( | FFT_DATA | result, |
CORRELATION_PEAK * | peak | ||
) |
References correlate_spectrums(), and fourier().
void correlate_spectrums | ( | FFT_DATA | s1, |
FFT_DATA | s2, | ||
FFT_DATA | r | ||
) |
References colorValue(), fourier_inverse(), FFT_DATA::h, FFT_DATA::nplanes, FFT_DATA::spectrum, and FFT_DATA::w.
Referenced by correlate().