corelation.h File Reference

Definitions related to the corelation operation. More...

#include "fourier.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 (MyFourierBuffer *s1, MyFourierBuffer *s2, MyFourierBuffer *r)
 Correlate two images.
void correlate_spectrums (MyFourierBuffer *s1, MyFourierBuffer *s2, MyFourierBuffer *r)
 Correlate two spectrums.
void corelation_peak (MyFourierBuffer *result, CORRELATION_PEAK *peak)
 Search the correlation peak in the correlation data.

Detailed Description

Definitions related to the corelation operation.


Function Documentation

void corelation_peak ( MyFourierBuffer result,
CORRELATION_PEAK peak 
)

Search the correlation peak in the correlation data.

Parameters:
result Correlation data (result from one correlate call)
peak Array of CORRELATION_PEAK (one entry per plane in result)

void correlate ( MyFourierBuffer s1,
MyFourierBuffer s2,
MyFourierBuffer r 
)

Correlate two images.

Parameters:
s1 First image
s2 Second image
r Image of the correlation data

void correlate_spectrums ( MyFourierBuffer s1,
MyFourierBuffer s2,
MyFourierBuffer r 
)

Correlate two spectrums.

Parameters:
s1 First spectrum
s2 Second spectrum
r Image of the correlation data


Generated on Sat Mar 22 17:44:47 2008 for Lynkeos by  doxygen 1.5.4