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) |
CodeInfo |
FaceApiThriftDecorator.detectMaxFace(java.nio.ByteBuffer imgData) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.getCodeInfo(java.nio.ByteBuffer imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
java.nio.ByteBuffer |
FaceApiThriftDecorator.getFeature(java.util.Map<java.nio.ByteBuffer,CodeInfo> faces) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.matDetectAndGetCodeInfo(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
int faceNum) |
CodeInfo |
FaceApiThriftDecorator.matDetectMaxFace(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.matGetCodeInfo(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
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) |