MTF
MCSAD.h
1 #ifndef MTF_MC_SAD_H
2 #define MTF_MC_SAD_H
3 
4 #include "SAD.h"
5 
6 _MTF_BEGIN_NAMESPACE
7 
8 class MCSAD : public SAD{
9 public:
10  MCSAD(const ParamType *ssd_params = nullptr);
11 };
12 
13 _MTF_END_NAMESPACE
14 
15 #endif
Definition: AMParams.h:12
Sum of Absolute Differences or L1 norm of raw pixel values This is not differentiable so the derivati...
Definition: SAD.h:24
Definition: MCSAD.h:8