24 #ifndef CCORRELATION_INTERCOR_DIRECT
25 #define CCORRELATION_INTERCOR_DIRECT
35 #include "Ccorrelation_intercor.h"
37 template<
typename T,
typename Timg>
46 this->class_name =
"Correlation : Inter-correlation direct";
50 virtual void correl(CImgList<T> &correlogram, CImgList<T> &F, CImgList<T> &G)
53 this->mean(correlogram);
55 correlogram[1].correlate(correlogram[0]);
59 {correlogram[0] = correlogram[1].shift(1,1,1,0,0);}
61 {correlogram[0] = correlogram[1].shift(1,1,0,0,0);}
Definition: Ccorrelation_intercor_direct.h:38
this class implement 7 functions:
Definition: Ccorrelation_intercor.h:45