cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
xf_config_params.h
Go to the documentation of this file.
1
17
42
52
#ifndef _XF_WARPTRANSFORM_CONFIG_PARAMS_H_
53
#define _XF_WARPTRANSFORM_CONFIG_PARAMS_H_
54
55
56
#define RO 0
// Resource Optimized (8-pixel implementation)
57
#define NO 1
// Normal Operation (1-pixel implementation)
58
59
#define RGBA 0
60
#define GRAY 1
61
// // Number of rows in the input image
62
// #define HEIGHT 2160
63
// // Number of columns in in the input image
64
// #define WIDTH 3840
65
66
// // Number of rows of input image to be stored
67
// #define NUM_STORE_ROWS 100
68
69
// // Number of rows of input image after which output image processing must start
70
// #define START_PROC 50
71
// // transform type 0-NN 1-BILINEAR
72
// #define INTERPOLATION 0
73
74
// // transform type 0-AFFINE 1-PERSPECTIVE
75
// #define TRANSFORM_TYPE 0
76
// #define XF_USE_URAM false
77
78
#endif
// _XF_WARPTRANSFORM_CONFIG_PARAMS_H_
repos_for_Dox
cFp_Zoo
ROLE
vision
hls
warp_transform
include
xf_config_params.h
Generated on Sat Jul 15 2023 05:03:00 for cloudFPGA (cF) API by
1.9.1