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_phase.h File Reference

this class implement 2 functions: More...

#include "Ccorrelation_intercor_fftw.h"

Go to the source code of this file.

Classes

class  Ccorrelation_intercor_fftw_phase< T, Timg >
 

Detailed Description

this class implement 2 functions:

Author
SEGHIR R., COUDERT S., WITZ JF.
Version
1.0
Date
31 janvier 2013
  • interCor(correlogram, F, G) -> It implements a new sequence compared to the mother method "interCor". First, the norm of F and G are stored within correlogram buffer. Then F and G are normalized and then provided to the mother method Ccorrelation_blockMatch<T>::interCor. Thus correlation is performed only on the phase part of the f and g signal.
  • normalized(correlogram, F, G) -> phases are calculated from F = F/||F|| and G = G/||G||. Notice a filtering is performed for low value of ||...|| compared to maximal one. It avoids notably any zero division. !!!!!!!!! Currently the thresholding m_factor is totally arbitrary.