类 WXIDPhotoDetector

java.lang.Object
com.wonxing.humanseg.WXIDPhotoDetector

public class WXIDPhotoDetector extends Object
证件照检测类 使用本类之前, 必须先调用WXLicense相关函数设置license, 同时先WXIDPhoto.init()函数进行SDK初始化。
版本:
1.0.0
作者:
wonxing
  • 构造器详细资料

    • WXIDPhotoDetector

      public WXIDPhotoDetector(int gpuEnabled) throws WXException
      实例化构造函数
      参数:
      gpuEnabled - GPU是否可用,0 表示禁用,1 表示可用
      抛出:
      WXException - 异常
  • 方法详细资料

    • finalize

      protected void finalize()
      覆盖:
      finalize 在类中 Object
    • release

      public void release()
      释放实例 如果实例不再使用,建议调用本函数显性释放实例
    • detect

      public WXIDPhotoDetectResult detect(WXImage inputImage) throws WXException
      检测证件照照片
      参数:
      inputImage - 待检测证件照图片,必须是使用fromFile或者fromEncodedData初始化的WXImage对象
      返回:
      检测结果对象 WXIDPhotoDetectResult
      抛出:
      WXException - 异常
    • setSettings

      public void setSettings(WXIDPhotoSettings settings) throws WXException
      检测证件照配置,暂不使用
      参数:
      settings - 配置
      抛出:
      WXException - 异常