hi_isp_bnr_lsc_calib_table
Description
Defines the calibration LUT for Bayer NR LSC.
Definition
typedef struct {
hi_u16 r_gain[HI_ISP_RLSC_POINTS];
hi_u16 gr_gain[HI_ISP_RLSC_POINTS];
hi_u16 gb_gain[HI_ISP_RLSC_POINTS];
hi_u16 b_gain[HI_ISP_RLSC_POINTS];
} hi_isp_bnr_lsc_calib_table;
Members
Member |
Description |
|---|---|
r_gain |
Correction gain table of R channel. Value range: [0, 1023]. #define HI_ISP_RLSC_POINTS 129 |
gr_gain |
Correction gain table of Gr channel. Value range: [0, 1023]. |
gb_gain |
Correction gain table of Gb channel. Value range: [0, 1023]. |
b_gain |
Correction gain table of B channel. Value range: [0, 1023]. |
Parent topic: Data Types