6 #define NSSD_NORM_MIN 0.0 7 #define NSSD_NORM_MAX 1.0 8 #define NSSD_DEBUG false 23 double _norm_pix_max,
double _norm_pix_min,
33 NSSD(
const ParamType *nssd_params =
nullptr);
Definition: AMParams.h:12
bool debug_mode
decides whether logging data will be printed for debugging purposes; only matters if logging is enabl...
Definition: NSSD.h:19
NSSDParams(const AMParams *am_params, double _norm_pix_max, double _norm_pix_min, bool _debug_mode)
value constructor
double norm_pix_min
minimum pix value after normalization
Definition: NSSD.h:14
double norm_pix_max
maximum pix value after normalization
Definition: NSSD.h:16