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_HARRIS_CONFIG_PARAMS_H_
54 #define _XF_HARRIS_CONFIG_PARAMS_H_
55 
56 #define RO 0
57 #define NO 1
58 
59 #define FILTER_WIDTH 3
60 #define BLOCK_WIDTH 3
61 #define NMS_RADIUS 1
62 
63 #define MAXCORNERS 1024
64 
65 #define XF_USE_URAM false
66 
67 #endif // _XF_HARRIS_CONFIG_PARAMS_H_
68 
69 
70