MTF
MCCCRE.h
1 #ifndef MTF_MC_CCRE_H
2 #define MTF_MC_CCRE_H
3 
4 #include "CCRE.h"
5 
6 _MTF_BEGIN_NAMESPACE
7 
9 class MCCCRE : public CCRE{
10 public:
11  MCCCRE(const ParamType *ccre_params = nullptr);
12 };
13 
14 _MTF_END_NAMESPACE
15 
16 #endif
Multi Channel Cross Cumulative Residual Entropy.
Definition: MCCCRE.h:9
Cross Cumulative Residual Entropy.
Definition: CCRE.h:63
Definition: CCRE.h:8