YaDICs  V04.14.a
Yet another Digital Image Correlation software: platform dedicated to 2/3D Fluid and Solid kinematics field measurements.
 All Classes Files Functions Variables Pages
Classes
Ccorrelation_intercor_fftw.h File Reference

this branch doesn't requires image size equal to a power of 2 since it uses FFtw which already implements a solution to this problem. this class implement 1 functions: More...

#include "Ccorrelation_intercor.h"

Go to the source code of this file.

Classes

class  Ccorrelation_intercor_fftw< T, Timg >
 

Detailed Description

this branch doesn't requires image size equal to a power of 2 since it uses FFtw which already implements a solution to this problem. this class implement 1 functions:

Author
SEGHIR R., COUDERT S., WITZ JF.
Version
1.0
Date
15 novembre 2012
  • correl(correlogram, F, G) -> It implements correlation sequence: here one transfers imgs f and g from correlogram buffer to F and G, then one performes FFT in place. Then, convolution product is done in correlogram buffer. Finally ifft and shift methods are applied. The correlogram is Correlogram[0] = real(ifft(F.G*)) while Correlogram[1] = im(ifft(F.G*)).