Package | Description |
---|---|
net.gdface.sdk.decorator.client | |
net.gdface.sdk.thrift.client |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeInfo> |
CompareResult.getCodes() |
Modifier and Type | Method and Description |
---|---|
void |
CompareResult.setCodes(java.util.List<CodeInfo> value) |
Modifier and Type | Method and Description |
---|---|
CodeInfo |
FaceApi.detectCenterFace(byte[] imgData) |
CodeInfo |
FaceApi.detectMaxFace(byte[] imgData) |
CodeInfo |
FaceApi.getCodeInfoSingle(byte[] imgData,
CodeInfo facePos) |
CodeInfo |
FaceApi.matDetectMaxFace(MatType matType,
byte[] matData,
int width,
int height) |
CodeInfo |
FaceApi.matGetCodeInfoSingle(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeInfo> |
FaceApi.detectAndGetCodeInfo(byte[] imgData,
int faceNum) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.detectAndGetCodeInfo(byte[] imgData,
int faceNum) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.detectCenterFace(byte[] imgData) |
java.util.List<CodeInfo> |
FaceApi.detectFace(byte[] imgData) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.detectFace(byte[] imgData) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.detectMaxFace(byte[] imgData) |
java.util.List<CodeInfo> |
FaceApi.getCodeInfo(byte[] imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.getCodeInfo(byte[] imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.getCodeInfoSingle(byte[] imgData,
CodeInfo facePos) |
java.util.List<CodeInfo> |
CompareResult.getCodes() |
java.util.List<CodeInfo> |
FaceApi.matDetectAndGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int faceNum) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.matDetectAndGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int faceNum) |
java.util.List<CodeInfo> |
FaceApi.matDetectFace(MatType matType,
byte[] matData,
int width,
int height) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.matDetectFace(MatType matType,
byte[] matData,
int width,
int height) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.matDetectMaxFace(MatType matType,
byte[] matData,
int width,
int height) |
java.util.List<CodeInfo> |
FaceApi.matGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.matGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.matGetCodeInfoSingle(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos) |
Modifier and Type | Method and Description |
---|---|
double |
FaceApi.compare2Face(byte[] imgData1,
CodeInfo facePos1,
byte[] imgData2,
CodeInfo facePos2) |
com.google.common.util.concurrent.ListenableFuture<java.lang.Double> |
FaceApi.Async.compare2Face(byte[] imgData1,
CodeInfo facePos1,
byte[] imgData2,
CodeInfo facePos2) |
void |
FaceApiClient.compare2Face(okio.ByteString imgData1,
CodeInfo facePos1,
okio.ByteString imgData2,
CodeInfo facePos2,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Double> callback) |
CodeInfo |
FaceApi.getCodeInfoSingle(byte[] imgData,
CodeInfo facePos) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.getCodeInfoSingle(byte[] imgData,
CodeInfo facePos) |
void |
FaceApiClient.getCodeInfoSingle(okio.ByteString imgData,
CodeInfo facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
CodeInfo |
FaceApi.matGetCodeInfoSingle(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos) |
com.google.common.util.concurrent.ListenableFuture<CodeInfo> |
FaceApi.Async.matGetCodeInfoSingle(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos) |
void |
FaceApiClient.matGetCodeInfoSingle(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
java.util.List<FseResult> |
FaceApi.matSearchFaces(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<FseResult>> |
FaceApi.Async.matSearchFaces(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
void |
FaceApiClient.matSearchFaces(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo facePos,
java.lang.Double similarty,
java.lang.Integer rows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FseResult>> callback) |
boolean |
FaceApi.matWearMask(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo faceInfo) |
com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> |
FaceApi.Async.matWearMask(MatType matType,
byte[] matData,
int width,
int height,
CodeInfo faceInfo) |
void |
FaceApiClient.matWearMask(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo faceInfo,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
java.util.List<FseResult> |
FaceApi.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<FseResult>> |
FaceApi.Async.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows) |
void |
FaceApiClient.searchFaces(okio.ByteString imgData,
CodeInfo facePos,
java.lang.Double similarty,
java.lang.Integer rows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FseResult>> callback) |
boolean |
FaceApi.wearMask(byte[] imgData,
CodeInfo faceInfo) |
com.google.common.util.concurrent.ListenableFuture<java.lang.Boolean> |
FaceApi.Async.wearMask(byte[] imgData,
CodeInfo faceInfo) |
void |
FaceApiClient.wearMask(okio.ByteString imgData,
CodeInfo faceInfo,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
FaceApi.compareCodes(byte[] code1,
java.util.List<CodeInfo> codes) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<java.lang.Double>> |
FaceApi.Async.compareCodes(byte[] code1,
java.util.List<CodeInfo> codes) |
void |
FaceApiClient.compareCodes(okio.ByteString code1,
java.util.List<CodeInfo> codes,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Double>> callback) |
void |
FaceApiClient.detectAndGetCodeInfo(okio.ByteString imgData,
java.lang.Integer faceNum,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.detectCenterFace(okio.ByteString imgData,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceApiClient.detectFace(okio.ByteString imgData,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.detectMaxFace(okio.ByteString imgData,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
java.util.List<CodeInfo> |
FaceApi.getCodeInfo(byte[] imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.getCodeInfo(byte[] imgData,
int faceNum,
java.util.List<CodeInfo> facePos) |
void |
FaceApiClient.getCodeInfo(okio.ByteString imgData,
java.lang.Integer faceNum,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.getCodeInfo(okio.ByteString imgData,
java.lang.Integer faceNum,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.getCodeInfoSingle(okio.ByteString imgData,
CodeInfo facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
byte[] |
FaceApi.getFeature(java.util.Map<byte[],CodeInfo> faces) |
com.google.common.util.concurrent.ListenableFuture<byte[]> |
FaceApi.Async.getFeature(java.util.Map<byte[],CodeInfo> faces) |
void |
FaceApiClient.getFeature(java.util.Map<okio.ByteString,CodeInfo> faces,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
FaceApiClient.matDetectAndGetCodeInfo(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer faceNum,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.matDetectFace(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.matDetectMaxFace(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
java.util.List<CodeInfo> |
FaceApi.matGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
com.google.common.util.concurrent.ListenableFuture<java.util.List<CodeInfo>> |
FaceApi.Async.matGetCodeInfo(MatType matType,
byte[] matData,
int width,
int height,
int facenum,
java.util.List<CodeInfo> facePos) |
void |
FaceApiClient.matGetCodeInfo(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer facenum,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.matGetCodeInfo(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
java.lang.Integer facenum,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceApiClient.matGetCodeInfoSingle(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
CompareResult.setCodes(java.util.List<CodeInfo> codes) |
Copyright © 2020. All rights reserved.