---
title: hi_isp_cmos_dehaze
description: "定义dehaze的CMOS参数。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0127.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0127.html
indexId: b5bd02cb2c94afd53a976b6df0365078167d49114f4b44f479128865847a51f865
---
# hi_isp_cmos_dehaze

#### 说明

定义dehaze的CMOS参数。


#### 定义

```
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;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| enable | 使能Dehaze功能。 |
| user\_lut\_enable | 用户自定义去雾曲线使能。 |
| op\_type | DEHAZE工作类型。默认值为HI\_OP\_MODE\_AUTO。 |
| manual\_strength | 手动模式下去雾强度，取值范围：[0,255] |
| auto\_strength | 自动模式下去雾强度，取值范围：[0,255] |
