hi_median_blur_config
Description
Defines the median filtering parameters.
Prototype
typedef struct {
hi_u32 kernel_size;
} hi_median_blur_config;
Members
Member |
Description |
|---|---|
kernel_size |
Size of the median filtering convolution kernel. The value can only be 1, 3, or 5. |
Parent topic: VPC Image Processing