wx_human_seg 3.0.0
Public Attributes | List of all members
WXIDPhotoConfig_t Struct Reference

#include <wx_idphoto_c_api.h>

Public Attributes

int version
 版本号,必须设置为:0
 
int width
 证件照宽度
 
int height
 证件照高度
 
float faceRatio
 脸部宽度占比, 浮点型,取值范围0-1.0 比如证件照宽度为200像素,这里值设定为0.5, 则表示人脸宽度为100像素
 
float eyesTop
 人眼位于Y轴的位置 证件照中,人眼位于Y轴的位置,取值范围0-1.0,这个值决定人像高度 比如证件照高度为300像素,这里值设定为0.45, 则表示证件照中,人眼在Y轴中的位置位于 300*0.45=135
 
float topEmpty [2]
 头顶空隙范围 人像头顶与证件照图片顶部的留空距离,取值范围0-1.0, 这是一个长度为2的数据,分别定义[最小值,最大值] 比如证件照高度为300像素,这里值设定为[0.05, 0.15], 则表示证件照中,头顶留空距离在范围15至45个像素之间
 
WXImage_tbgImage
 背景图 背景图,从WXImage创建, nullptr,表示使用透明背景
 
unsigned short dpi
 分辨率dpi 证件照分辨率dpi, 默认为300
 

Detailed Description

证件照制作参数配置 具体说明参考 wonxai::WXIDPhotoConfig

See also
wonxai::WXIDPhotoConfig

The documentation for this struct was generated from the following file: