类的使用
com.wonxing.humanseg.WXException
-
com.wonxing.humanseg中WXException的使用
修饰符和类型方法说明检测证件照照片byte[]
作用同toEncodedDatastatic WXImage
WXImage.fromColor(int width, int height, int r, int g, int b)
创建一副纯色图,颜色值由r,g,b三个值指定static WXImage
WXImage.fromEncodedData(byte[] data)
从图片原数据(即图片编码数据)创建WXImage对象,支持jpg和png图片static WXImage
从图片文件创建WXImage对象,支持jpg和png图片boolean
WXIDPhotoDetectResult.getBooleanValue(String key)
读取参数float[]
WXIDPhotoDetectResult.getFloatArrayValue(String key)
读取参数float
WXIDPhotoDetectResult.getFloatValue(String key)
读取参数int[]
WXIDPhotoDetectResult.getIntArrayValue(String key)
读取参数int
WXIDPhotoDetectResult.getIntValue(String key)
读取参数WXIDPhotoDetectResult.getStringValue(String key)
读取参数static void
WXIDPhoto.init()
已过时。static void
WXHumanSegSDK.initWithLicenseData(String appKey, byte[] licenseData)
初始化SDKstatic void
WXHumanSegSDK.initWithLicensePath(String appKey, String licensePath)
初始化SDKWXIDPhoto.makeIDPhoto(WXImage inputImage, WXIDPhotoConfig config)
制作证件照WXIDPhoto.makeIDPhoto(WXImage inputImage, WXIDPhotoConfig config, WXIDPhotoPreDetectResult preResult)
制作证件照void
WXHumanMatting.matting(ByteBuffer rgbData, int width, int height, FloatBuffer alpha)
抠图并返回alpha数据预检测:检测将被用于制作证件照的原始图片,是否适合用来制作证件照WXHumanMatting.removeBackground(WXImage inputImage, WXImage bkImage)
抠图换背景(或去背景)void
作用同toFilestatic void
WXLicense.setLicense(byte[] licenseData)
static void
WXLicense.setLicense(String licPath)
void
WXIDPhotoDetector.setSettings(WXIDPhotoSettings settings)
检测证件照配置,暂不使用byte[]
WXImage.toEncodedData(String imgType)
将图片保存为编码后的数据void
将图片保存到文件,支持jpg和png图片static String
WXHumanSegSDK.version()
获取SDK版本号static String
WXIDPhoto.version()
已过时。限定符构造器说明实例化构造函数WXHumanMatting(int gpuEnabled)
实例化构造函数WXIDPhoto(int gpuEnabled)
实例化构造函数WXIDPhotoDetector(int gpuEnabled)
实例化构造函数WXIDPhotoSettings 构造函数
WXHumanSegSDK.initWithLicensePath(String, String)