angle_shift.h
Go to the documentation of this file.
00001 #ifndef _PM_FOURIER_ANGLE_SHIFT_H_
00002 #define _PM_FOURIER_ANGLE_SHIFT_H_
00003 
00004 #include <vector>
00005 
00006 int getAngleShiftFFT(const std::vector<double> &fft1, const std::vector<double> &ftd2, double &maxVal);
00007 int getAngleShiftFFT(const std::vector<double> &fft1, const std::vector<double> &ftd2);
00008 std::vector<double> fft2(const std::vector<double> &data);
00009 
00010 #endif // _PM_FOURIER_ANGLE_SHIFT_H_
00011 


pm_fourier
Author(s): Gaël Ecorchard , Karel Košnar , Vojtěch Vonásek
autogenerated on Mon Mar 2 2015 19:33:21