hi_roundview_stitching_param
Description
Defines the surround-view stitching parameters.
Prototype
typedef struct {
hi_stiching_ipm_param imp_conf;
hi_stitching_gain_param gain_conf;
hi_u32 reserved[7];
hi_u32 stitch_table_type;
} hi_roundview_stitching_param;
Members
Member |
Description |
|---|---|
imp_conf |
Distortion correction parameters. |
gain_conf |
Gain compensation parameters. If gain compensation is not required, set the gain_type member in this data structure to GAIN_NONE. |
reserved |
Reserved. To ensure compatibility in later versions, use the memset struct for resetting and initialization. Do not explicitly access the reserved field in the code. |
stitch_table_type |
Stitching table type. The options are as follows:
|