hi_stitching_gain_type
Description
Defines the enumeration of gain compensation types.
Prototype
typedef enum {
GAIN_NONE = 0, // No gain compensation is required.
GAIN_LUT, // Gain compensation is implemented by configuring the remapping information of each image component.
} hi_stitching_gain_type;
Parent topic: VPC Image Processing