使用含活体检测的SDK进行人脸检测 设置完人脸模糊阀值 检测出来的图片还是模糊的 请问应该怎么解决?
阀值设置如下:
// 设置图像模糊阀值
[[FaceSDKManager sharedInstance] setBlurThreshold:0.8];
使用如下方法进行检测:
[[IDLFaceDetectionManager sharedInstance] detectStratrgyWithImage:image previewRect:self.previewRect detectRect:self.previewRect completionHandler:^(NSDictionary *images, DetectRemindCode remindCode) {}
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
具体方法 您参考这里