#ifndef PARAMETERS_H #define PARAMETERS_H /* define main macros and usefull parameters */ #define DEBUG_MODE 1 #define BIAS 1 #define NOBIAS (1-BIAS) #define CALCEMU 1 #define SCALE_PIXEL 1 #define DEMO 1 #endif