Package | Description |
---|---|
net.gdface.sdk.decorator |
Modifier and Type | Method and Description |
---|---|
CodeInfo |
FaceApiThriftDecorator.detectCenterFace(java.nio.ByteBuffer imgData) |
CodeInfo |
FaceApiThriftDecorator.detectMaxFace(java.nio.ByteBuffer imgData) |
CodeInfo |
FaceApiThriftDecorator.getCodeInfoSingle(java.nio.ByteBuffer imgData,
CodeInfo facePos) |
CodeInfo |
FaceApiThriftDecorator.matDetectMaxFace(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height) |
CodeInfo |
FaceApiThriftDecorator.matGetCodeInfoSingle(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
CodeInfo facePos) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeInfo> |
FaceApiThriftDecorator.detectAndGetCodeInfo(java.nio.ByteBuffer imgData,
int faceNum) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.detectFace(java.nio.ByteBuffer imgData) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.getCodeInfo(java.nio.ByteBuffer imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
java.util.List<CodeInfo> |
CompareResult.getCodes() |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.matDetectAndGetCodeInfo(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
int faceNum) |
java.util.List<CodeInfo> |
FaceApiThriftDecorator.matDetectFace(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) |
Modifier and Type | Method and Description |
---|---|
double |
FaceApiThriftDecorator.compare2Face(java.nio.ByteBuffer imgData1,
CodeInfo facePos1,
java.nio.ByteBuffer imgData2,
CodeInfo facePos2) |
CodeInfo |
FaceApiThriftDecorator.getCodeInfoSingle(java.nio.ByteBuffer imgData,
CodeInfo facePos) |
CodeInfo |
FaceApiThriftDecorator.matGetCodeInfoSingle(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
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.lang.Boolean |
FaceApiThriftDecorator.matWearMask(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
CodeInfo faceInfo) |
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) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
FaceApiThriftDecorator.compareCodes(java.nio.ByteBuffer code1,
java.util.List<CodeInfo> codes) |
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.matGetCodeInfo(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
void |
CompareResult.setCodes(java.util.List<CodeInfo> value) |
Copyright © 2020. All rights reserved.