Lynkeos
Classes | Functions
corelation.h File Reference

Definitions related to the corelation operation. More...

#include "LynkeosCore/LynkeosFourierBuffer.h"
Include dependency graph for corelation.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  CORRELATION_PEAK
 Description of the peak in the correlation data. More...
 

Functions

void correlate (LynkeosFourierBuffer *s1, LynkeosFourierBuffer *s2, LynkeosFourierBuffer *r)
 Correlate two images. More...
 
void correlate_spectrums (LynkeosFourierBuffer *s1, LynkeosFourierBuffer *s2, LynkeosFourierBuffer *r)
 Correlate two spectrums. More...
 
void corelation_peak (LynkeosFourierBuffer *result, CORRELATION_PEAK *peak)
 Search the correlation peak in the correlation data. More...
 

Detailed Description

Definitions related to the corelation operation.