hi_stitching_gain_param
Description
Defines the gain compensation parameters.
Prototype
typedef struct {
hi_stitching_histogram_type hist_type;
hi_stitching_gain_type gain_type;
hi_void *user_data;
hi_s32 (*calulate_gain_callback)(
hi_void *user_data,
hi_void *hist_config,
hi_u32 hist_count,
void *gain,
hi_u32 gain_size);
} hi_stitching_gain_param;
Members
Parent topic: VPC Image Processing