cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
xf_config_params.h
Go to the documentation of this file.
1 
17 
42 
53 #ifndef _XF_MEDIANBLUR_CONFIG_PARAMS_H_
54 #define _XF_MEDIANBLUR_CONFIG_PARAMS_H_
55 
56 #define NO 1 // Normal Operation
57 #define RO 0 // Resource Optimized
58 
59 #define RGB 0
60 #define GRAY 1
61 /* Filter window size*/
62 #define WINDOW_SIZE 9
63 
64 #endif // _XF_MEDIANBLUR_CONFIG_PARAMS_H_
65 
66 
67