hi_isp_anti_false_color_auto_attr
说明
定义ISP Anti FalseColor自动属性。
定义
typedef struct { hi_u8 threshold[HI_ISP_AUTO_ISO_NUM]; hi_u8 strength[HI_ISP_AUTO_ISO_NUM]; } hi_isp_anti_false_color_auto_attr;
成员
成员名称 |
描述 |
---|---|
threshold[HI_ISP_AUTO_ISO_NUM] |
去伪彩阈值,值越大,伪彩去除的区域越多。 取值范围:[0, 0x20]。 #define HI_ISP_AUTO_ISO_NUM 16 |
strength |
去伪彩强度,值越大,去伪彩强度越大,伪彩现象消除越好,但可能导致正常颜色的改变。 取值范围:[0, 0x1F]。 |
父主题: 数据类型