#include "fourier.h"


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. | |
| void corelation_peak | ( | MyFourierBuffer * | result, | |
| CORRELATION_PEAK * | peak | |||
| ) |
Search the correlation peak in the correlation data.
| 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.
| s1 | First image | |
| s2 | Second image | |
| r | Image of the correlation data |
| void correlate_spectrums | ( | MyFourierBuffer * | s1, | |
| MyFourierBuffer * | s2, | |||
| MyFourierBuffer * | r | |||
| ) |
Correlate two spectrums.
| s1 | First spectrum | |
| s2 | Second spectrum | |
| r | Image of the correlation data |
1.5.4