Package | Description |
---|---|
net.gdface.sdk | |
net.gdface.sdk.decorator | |
net.gdface.sdk.decorator.client | |
net.gdface.sdk.fse | |
net.gdface.sdk.thrift |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<FseResult> |
FseResult.COMPARATOR
用于相似度排序的
Comparator 实例 |
Modifier and Type | Method and Description |
---|---|
FseResult[] |
FaceApiDecorator.matSearchFaces(net.gdface.image.MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
BaseFaceApi.matSearchFaces(net.gdface.image.MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
FaceApi.matSearchFaces(net.gdface.image.MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
1:N 人脸图像搜索
对 facePos 指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。返回包含相似度计算结果的FseResult数组 相似度值通过 FseResult.getSimilartys() 获取 对应的人脸特征ID由 FseResult.getFeatureIds()获取 |
FseResult[] |
FaceApiGenericDecorator.matSearchFaces(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.matSearchFaces(net.gdface.image.MatType matType,
T matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiDecorator.matSearchFacesUnchecked(net.gdface.image.MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
FaceApi.matSearchFaces(MatType,byte[],int,int,CodeInfo,double,int) 对应的unchecked方法,
所有显式申明的异常都被封装到RuntimeException 抛出 |
<T> FseResult[] |
FaceApiGenericDecorator.matSearchFacesUnchecked(net.gdface.image.MatType matType,
java.nio.ByteBuffer matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.matSearchFacesUnchecked(net.gdface.image.MatType matType,
T matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows)
FaceApi.matSearchFaces(MatType,byte[],int,int,CodeInfo,double,int) 泛型方法对应的unchecked方法,
所有显式申明的异常都被封装到RuntimeException 抛出 |
FseResult[] |
FaceApiDecorator.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
BaseFaceApi.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
FaceApi.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows)
1:N 人脸图像搜索
对 facePos 指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。返回包含相似度计算结果的FseResult数组 相似度值通过 FseResult.getSimilartys() 获取 对应的人脸特征ID由 FseResult.getFeatureIds()获取 |
FseResult[] |
FaceApiGenericDecorator.searchFaces(java.nio.ByteBuffer imgData,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiGenericDecorator.searchFaces(java.io.File imgData,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiGenericDecorator.searchFaces(java.io.InputStream imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFaces(T imgData,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiGenericDecorator.searchFaces(java.net.URL imgData,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiDecorator.searchFacesUnchecked(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFacesUnchecked(java.nio.ByteBuffer imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFacesUnchecked(java.io.File imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFacesUnchecked(java.io.InputStream imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFacesUnchecked(T imgData,
CodeInfo facePos,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFacesUnchecked(java.net.URL imgData,
CodeInfo facePos,
double similarty,
int rows)
|
FseResult[] |
FaceApiDecorator.searchFeatures(byte[] feature,
double similarty,
int rows) |
FseResult[] |
BaseFaceApiLocal.searchFeatures(byte[] feature,
double similarty,
int rows) |
FseResult[] |
FaceApi.searchFeatures(byte[] feature,
double similarty,
int rows)
1:N 人脸特征搜索
搜索与 code 相似度大于similarty 的记录(最多返回前rows 个结果)返回包含相似度计算结果的 FseResult 数组,返回结果以相似度降序排列相似度值通过 FseResult#getSimilartys() 获取对应的人脸特征ID由 FseResult#getFeatureIds() 获取 |
<T> FseResult[] |
FaceApiGenericDecorator.searchFeatures(T feature,
double similarty,
int rows)
|
<T> FseResult[] |
FaceApiGenericDecorator.searchFeaturesUnchecked(T feature,
double similarty,
int rows)
|
Modifier and Type | Method and Description |
---|---|
int |
FseResult.compareTo(FseResult o) |
Modifier and Type | Method and Description |
---|---|
FseResult |
FseResult.delegate()
返回被装饰的
FseResult 实例 |
Constructor and Description |
---|
FseResult(FseResult delegate) |
Modifier and Type | Method and Description |
---|---|
FseResult |
FseResult.delegate() |
Constructor and Description |
---|
FseResult(FseResult delegate) |
Modifier and Type | Method and Description |
---|---|
static FseResult[] |
CodeBean.toFseResult(CodeBean[] codeBeans) |
Modifier and Type | Method and Description |
---|---|
FseResult[] |
FaceApiThriftClient.matSearchFaces(net.gdface.image.MatType matType,
byte[] matData,
int width,
int height,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
FaceApiThriftClient.searchFaces(byte[] imgData,
CodeInfo facePos,
double similarty,
int rows) |
FseResult[] |
FaceApiThriftClient.searchFeatures(byte[] feature,
double similarty,
int rows) |
Copyright © 2020. All rights reserved.