hi_isp_cmos_dehaze

Description

Defines the CMOS parameters for dehazing.

Definition

typedef struct {
    hi_bool        enable; 
    hi_bool        user_lut_enable;  
    hi_op_mode op_type;
    hi_u8          auto_strength;
    hi_u8          manual_strength;
} hi_isp_cmos_dehaze;

Members

Member

Description

enable

Dehazing enable

user_lut_enable

User-defined dehazing curve enable

op_type

Dehazing mode Default value: HI_OP_MODE_AUTO

manual_strength

Dehazing strength in manual mode. The value range is [0, 255].

auto_strength

Dehazing strength in automatic mode. The value range is [0, 255].