hi_fisheye_correction_attr
说明
定义鱼眼矫正属性的相关配置。
定义
typedef struct {
    hi_bool enable;
    hi_fisheye_attr fisheye_attr;
    hi_size dst_size;
} hi_fisheye_correction_attr;
成员
成员名称  | 
描述  | 
|---|---|
enable  | 
控制鱼眼矫正是否开启。若开启鱼眼矫正,输入图像分辨率增加额外约束为:宽在[1920,8192]范围内,高在[1080,8192]范围内。 取值范围: 
  | 
fisheye_attr  | 
鱼眼属性。  | 
dst_size  | 
鱼眼矫正后的输出图像大小。范围:[640*360, 8192*8192]  | 
父主题: VPSS视频处理