Package | Description |
---|---|
net.gdface.sdk |
Modifier and Type | Method and Description |
---|---|
FaceApiSpringController.Response |
FaceApiSpringController.detectAndCompare2Face(FaceApiSpringController.DetectAndCompare2FaceArgs args)
对两个图像指定范围(
FRect )进行人脸检测,找到并提取唯一的人脸特征码,然后比较相似度,返回相似度结果imgData1和imgData2相等或imgData2为 null 时,
即比较同一张图像中的两张人脸的相似度,这种情况下detectRect1和detectRect2都不能为null imgData1和imgData2不相等且都不为 null 时,detectRect1和detectRect2被忽略 |
Copyright © 2020. All rights reserved.