hi_isp_cmos_sharpen
Description
Defines the CMOS parameters for sharpening.
Definition
typedef struct {
hi_u8 skin_umin;
hi_u8 skin_vmin;
hi_u8 skin_umax;
hi_u8 skin_vmax;
hi_isp_cmos_sharpen_manual manual_attr;
hi_isp_cmos_sharpen_auto auto_attr;
} hi_isp_cmos_sharpen;Members
Member |
Description |
|---|---|
skin_umin |
U value of the minimum coordinates in the lower left corner of the rectangular window of the skin tone region range. Value range: [0, 255]. |
skin_vmin |
V value of the minimum coordinates in the lower-left corner of the rectangular window of the skin tone region. Value range: [0, 255]. |
skin_umax |
U value of the maximum coordinates in the upper right corner of the rectangular window of the skin tone region. Value range: [0, 255]. |
skin_vmax |
V value of the maximum coordinates in the upper right corner of the rectangular window of the skin tone region. Value range: [0, 255]. |
manual_attr |
Parameter for manual sharpening. |
auto_attr |
Parameter for automatic sharpening. |
Parent topic: Data Types