double |
FaceApiThriftDecorator.compare2Face(java.nio.ByteBuffer imgData1,
CodeInfo facePos1,
java.nio.ByteBuffer imgData2,
CodeInfo facePos2) |
CompareResult |
FaceApiThriftDecorator.compareFaces(java.nio.ByteBuffer code,
java.nio.ByteBuffer imgData,
int faceNum) |
double |
FaceApiThriftDecorator.detectAndCompare2Face(java.nio.ByteBuffer imgData1,
FRect detectRect1,
java.nio.ByteBuffer imgData2,
FRect detectRect2) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.detectAndGetCodeInfo(java.nio.ByteBuffer imgData,
int faceNum) |
CodeInfo |
FaceApiThriftDecorator.detectCenterFace(java.nio.ByteBuffer imgData) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.detectFace(java.nio.ByteBuffer imgData) |
CodeInfo |
FaceApiThriftDecorator.detectMaxFace(java.nio.ByteBuffer imgData) |
boolean |
FaceApiThriftDecorator.hasFace(java.nio.ByteBuffer imgData) |
java.util.List<FseResult> |
FaceApiThriftDecorator.matSearchFaces(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
java.util.List<FseResult> |
FaceApiThriftDecorator.searchFaces(java.nio.ByteBuffer imgData,
CodeInfo facePos,
double similarty,
int rows) |
java.lang.Boolean |
FaceApiThriftDecorator.wearMask(java.nio.ByteBuffer imgData,
CodeInfo faceInfo) |