Skip navigation links
A B C D E F G H I J L M N O P R S T V W Z 

A

addFeature(byte[], byte[], String) - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
addFeature(byte[], byte[], long) - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
addFeature(byte[], byte[], String) - Method in interface net.gdface.sdk.fse.FeatureSe
添加一条特征码到内存表
addFeature(byte[], byte[], long) - Method in interface net.gdface.sdk.fse.FeatureSe
添加一条特征码到内存表
addFeature(byte[], byte[], String) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
addFeature(byte[], byte[], long) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
addFeature(byte[], byte[], String) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
addFeature(byte[], byte[], long) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
addFeature(T, T, String) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
addFeature(T, T, long) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
addFeature(FeatureSeSpringController.AddFeatureToFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
添加一条特征码到内存表
addFeature(FeatureSeSpringController.AddFeatureToFseWithAppIdArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
添加一条特征码到内存表
addFeature(byte[], byte[], String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
addFeature(byte[], byte[], long) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
addFeature(byte[], byte[], String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
addFeature(byte[], byte[], String, FutureCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
addFeature(byte[], byte[], long) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
addFeature(byte[], byte[], long, FutureCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
addFeatureBean(F) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
 
addFeatureToFse(ByteBuffer, ByteBuffer, String) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
addFeatureToFse(byte[], byte[], String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
addFeatureToFse(byte[], byte[], String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
addFeatureToFse(ByteString, ByteString, String, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
AddFeatureToFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseArgs
 
addFeatureToFseWithAppId(ByteBuffer, ByteBuffer, long) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
addFeatureToFseWithAppId(byte[], byte[], long) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
addFeatureToFseWithAppId(byte[], byte[], long) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
addFeatureToFseWithAppId(ByteString, ByteString, Long, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
AddFeatureToFseWithAppIdArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseWithAppIdArgs
 
addFeatureUnchecked(T, T, String) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.addFeature(byte[],byte[],java.lang.String)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
addFeatureUnchecked(T, T, long) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.addFeature(byte[],byte[],long)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
appid - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseWithAppIdArgs
 
appIntId() - Method in class net.gdface.sdk.fse.CodeBean
CodeBean.imgMD5转为应用id(Integer),如果CodeBean.imgMD5null则返回null
appIntId() - Method in class net.gdface.sdk.FseResult
FseResult.owner转为应用id(Integer),如果FseResult.ownernull则返回null
appLongId() - Method in class net.gdface.sdk.fse.CodeBean
CodeBean.imgMD5转为应用id(Long),如果CodeBean.imgMD5null则返回null
appLongId() - Method in class net.gdface.sdk.FseResult
FseResult.owner转为应用id(Long),如果FseResult.ownernull则返回null
asAppID(String) - Static method in class net.gdface.sdk.fse.CodeBean
CodeBean.imgMD5字段返回Long类型整数,
asAppID(String) - Static method in class net.gdface.sdk.FseResult
FseResult.owner字段返回Long类型整数,
asImgMD5(long) - Static method in class net.gdface.sdk.fse.CodeBean
将Long类型整数转为32位的字符串,用于 CodeBean.imgMD5字段
asMap() - Method in class net.gdface.sdk.CompareResult
将比较结果以 CodeInfo--similarity 值对的形式返回,顺序与
auxTool - Static variable in class net.gdface.sdk.BaseFaceApiLocal
 

B

BaseFaceApi - Class in net.gdface.sdk
FaceApi抽象实现,SDK接口类必须从此类派生
BaseFaceApi() - Constructor for class net.gdface.sdk.BaseFaceApi
 
BaseFaceApiLocal - Class in net.gdface.sdk
FaceApi本地实现
SDK接口类本地实现必须从此类派生
BaseFaceApiLocal() - Constructor for class net.gdface.sdk.BaseFaceApiLocal
 
BaseFeatureSearchEngine - Class in net.gdface.sdk.fse
特征码内存搜索引擎(FSE,feature search engine)java接口类(JNI)
FseJniBridge拆分开主要是为了便于生成c header文件
BaseFeatureSearchEngine() - Constructor for class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
BaseFeatureSearchEngine.FeatureSeImpl - Class in net.gdface.sdk.fse
实现FeatureSe
BaseFeatureSeImpl - Class in net.gdface.sdk.fse
 
BaseFeatureSeImpl() - Constructor for class net.gdface.sdk.fse.BaseFeatureSeImpl
 
BaseFseDbEngine<F extends gu.sql2java.BaseRow> - Class in net.gdface.sdk.fse
基于数据库的特征搜索引擎 依赖库: groupId: com.gitee.l0km artifactId: sql2java-manager
BaseFseDbEngine(FeatureSe) - Constructor for class net.gdface.sdk.fse.BaseFseDbEngine
 
BaseWrapperRunMojo - Class in net.gdface.service.sdk.mavenplugin
maven 插件基类
执行FaceApi RPC服务启动
BaseWrapperRunMojo() - Constructor for class net.gdface.service.sdk.mavenplugin.BaseWrapperRunMojo
 
beanFilter(F) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
数据库记录过滤器函数
buildHttpService() - Static method in class net.gdface.service.sdk.FaceApiService
创建HTTP服务实例(http,json)
buildService() - Static method in class net.gdface.service.sdk.FaceApiService
创建服务实例(frame,binary)

C

C_CODEINFO_RELOCATE - Static variable in interface net.gdface.sdk.CapacityFieldConstant
是否支持CodeInfo对象重定位
C_FDDATA_SIZE - Static variable in interface net.gdface.sdk.CapacityFieldConstant
人脸检测数据的(byte)长度
C_FDMAX_FACE_COUNT - Static variable in interface net.gdface.sdk.CapacityFieldConstant
最大检测人脸数目
C_FEATURE_SIZE - Static variable in interface net.gdface.sdk.CapacityFieldConstant
人脸特征数据(byte)长度
C_FSE_ENABLE - Static variable in interface net.gdface.sdk.CapacityFieldConstant
是否支持特征内存搜索引擎
C_LOCAL_DETECT - Static variable in interface net.gdface.sdk.CapacityFieldConstant
人脸检测是否为本地实现
C_MULTI_FACE_FEATURE - Static variable in interface net.gdface.sdk.CapacityFieldConstant
算法是否支持多人脸合成特征
C_SDK_VERSION - Static variable in interface net.gdface.sdk.CapacityFieldConstant
SDK 版本号
返回标识识别算法的版本号,要求长度<=32字节,内容要求字母,数字,'.','-',匹配正则表达式[\w\.\-]{1,32}
C_WEAR_MASK - Static variable in interface net.gdface.sdk.CapacityFieldConstant
是否支持口罩检测
capacity - Variable in class net.gdface.sdk.BaseFaceApiLocal
 
CapacityFieldConstant - Interface in net.gdface.sdk
FaceApi 能力描述字段名常量定义
clearAll() - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
clearAll() - Method in interface net.gdface.sdk.fse.FeatureSe
删除内存表中所有特征数据
clearAll() - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
clearAll() - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
clearAll() - Method in class net.gdface.sdk.fse.FeatureSeSpringController
删除内存表中所有特征数据
clearAll() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
clearAll() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
clearAll(FutureCallback<Void>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
clearAllOfFse() - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
clearAllOfFse() - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
clearAllOfFse() - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
clearAllOfFse(ServiceMethodCallback<Void>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
code - Variable in class net.gdface.sdk.FaceApiSpringController.CompareFacesArgs
 
code - Variable in class net.gdface.sdk.fse.CodeBean
人脸特征码(人脸模板)数据,数据长度与实际应用的算法相关
code - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.SearchCodeFromFseArgs
 
code1 - Variable in class net.gdface.sdk.FaceApiSpringController.CompareCodeArgs
 
code1 - Variable in class net.gdface.sdk.FaceApiSpringController.CompareCodesArgs
 
code1 - Variable in class net.gdface.sdk.FaceApiSpringController.CompareFeaturesArgs
 
code2 - Variable in class net.gdface.sdk.FaceApiSpringController.CompareCodeArgs
 
CodeBean - Class in net.gdface.sdk.fse
特征码内存对象
特征码内存JNI内存对象的Java层映射, 该类实现了Comparable接口,可以根据相似度结果字段(CodeBean.similarity)排序
CodeBean() - Constructor for class net.gdface.sdk.fse.CodeBean
 
CodeBean(byte[], byte[], String, Double) - Constructor for class net.gdface.sdk.fse.CodeBean
 
CodeBean - Class in net.gdface.sdk.fse.decorator.client
decorator pattern 装饰者模式client端代理CodeBean
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CodeBeanget/set方法到CodeBean.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CodeBean() - Constructor for class net.gdface.sdk.fse.decorator.client.CodeBean
 
CodeBean(CodeBean) - Constructor for class net.gdface.sdk.fse.decorator.client.CodeBean
 
CodeBean - Class in net.gdface.sdk.fse.decorator
decorator pattern 装饰者模式代理CodeBean
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CodeBeanget/set方法到CodeBean.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CodeBean() - Constructor for class net.gdface.sdk.fse.decorator.CodeBean
 
CodeBean(CodeBean) - Constructor for class net.gdface.sdk.fse.decorator.CodeBean
 
CodeBean - Class in net.gdface.sdk.fse.thrift.client
 
CodeBean() - Constructor for class net.gdface.sdk.fse.thrift.client.CodeBean
 
CodeInfo - Class in net.gdface.sdk
人脸特征码信息描述对象
包括人脸位置,眼睛、嘴巴,、鼻子位置,人脸角度,特征码数据
CodeInfo() - Constructor for class net.gdface.sdk.CodeInfo
 
CodeInfo(byte[], FRect, EyeInfo, FInt2, FInt2, FAngle, byte[]) - Constructor for class net.gdface.sdk.CodeInfo
 
CodeInfo - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理CodeInfo
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CodeInfoget/set方法到CodeInfo.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CodeInfo() - Constructor for class net.gdface.sdk.decorator.client.CodeInfo
 
CodeInfo(CodeInfo) - Constructor for class net.gdface.sdk.decorator.client.CodeInfo
 
CodeInfo - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理CodeInfo
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CodeInfoget/set方法到CodeInfo.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CodeInfo() - Constructor for class net.gdface.sdk.decorator.CodeInfo
 
CodeInfo(CodeInfo) - Constructor for class net.gdface.sdk.decorator.CodeInfo
 
CodeInfo - Class in net.gdface.sdk.thrift.client
 
CodeInfo() - Constructor for class net.gdface.sdk.thrift.client.CodeInfo
 
codes - Variable in class net.gdface.sdk.FaceApiSpringController.CompareCodesArgs
 
codes - Variable in class net.gdface.sdk.FaceApiSpringController.CompareFeaturesArgs
 
COMPARATOR - Static variable in class net.gdface.sdk.fse.CodeBean
用于相似度排序的Comparator实例
COMPARATOR - Static variable in class net.gdface.sdk.FseResult
用于相似度排序的Comparator实例
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in class net.gdface.sdk.BaseFaceApi
 
compare2Face(ByteBuffer, CodeInfo, ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in interface net.gdface.sdk.FaceApi
对人脸图像提取特征码,返回比较相似度结果
imgData1和imgData2相等或imgData2为null时,即比较同一张图像中的两张人脸的相似度 调用该方法时假设图像(imgData1imgData2)能正常解码,
所以当对图像解码出现异常时,将ImageErrorException异常对象封装到RuntimeException抛出
任何参数为null则抛出IllegalArgumentException
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
 
compare2Face(T1, CodeInfo, T2, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compare2Face(InputStream, CodeInfo, InputStream, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compare2Face(URL, CodeInfo, URL, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compare2Face(File, CodeInfo, File, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compare2Face(ByteBuffer, CodeInfo, ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compare2Face(FaceApiSpringController.Compare2FaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
对人脸图像提取特征码,返回比较相似度结果
imgData1和imgData2相等或imgData2为null时,即比较同一张图像中的两张人脸的相似度 调用该方法时假设图像(imgData1imgData2)能正常解码,
所以当对图像解码出现异常时,将ImageErrorException异常对象封装到RuntimeException抛出
任何参数为null则抛出IllegalArgumentException
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
compare2Face(ByteString, CodeInfo, ByteString, CodeInfo, ServiceMethodCallback<Double>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
compare2Face(byte[], CodeInfo, byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
compare2Face(byte[], CodeInfo, byte[], CodeInfo, FutureCallback<Double>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
Compare2FaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.Compare2FaceArgs
 
compare2FaceUnchecked(byte[], CodeInfo, byte[], CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.compare2Face(byte[],CodeInfo,byte[],CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compare2FaceUnchecked(T1, CodeInfo, T2, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.compare2Face(byte[],CodeInfo,byte[],CodeInfo)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compare2FaceUnchecked(InputStream, CodeInfo, InputStream, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,CodeInfo,InputStream,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compare2FaceUnchecked(URL, CodeInfo, URL, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,CodeInfo,URL,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compare2FaceUnchecked(File, CodeInfo, File, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,CodeInfo,File,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compare2FaceUnchecked(ByteBuffer, CodeInfo, ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,CodeInfo,ByteBuffer,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareCode(byte[], byte[]) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
compareCode(ByteBuffer, ByteBuffer) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
compareCode(byte[], byte[]) - Method in interface net.gdface.sdk.FaceApi
特征码比对
参数为null或长度不一致则抛出IllegalArgumentException异常,返回两个特征码之间的相似度(0.0~1)
compareCode(byte[], byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
compareCode(T1, T2) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareCode(FaceApiSpringController.CompareCodeArgs) - Method in class net.gdface.sdk.FaceApiSpringController
特征码比对
参数为null或长度不一致则抛出IllegalArgumentException异常,返回两个特征码之间的相似度(0.0~1)
compareCode(byte[], byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
compareCode(byte[], byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
compareCode(ByteString, ByteString, ServiceMethodCallback<Double>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
compareCode(byte[], byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
compareCode(byte[], byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
compareCode(byte[], byte[], FutureCallback<Double>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
CompareCodeArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.CompareCodeArgs
 
compareCodes(byte[], CodeInfo[]) - Method in class net.gdface.sdk.BaseFaceApi
 
compareCodes(ByteBuffer, List<CodeInfo>) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
compareCodes(byte[], CodeInfo[]) - Method in interface net.gdface.sdk.FaceApi
特征码比对1:N
返回对应的特征码相似度数组
compareCodes(byte[], CodeInfo[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
compareCodes(T, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareCodes(FaceApiSpringController.CompareCodesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
特征码比对1:N
返回对应的特征码相似度数组
compareCodes(byte[], List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
compareCodes(byte[], List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
compareCodes(ByteString, List<CodeInfo>, ServiceMethodCallback<List<Double>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
compareCodes(byte[], CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
compareCodes(byte[], CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
compareCodes(byte[], CodeInfo[], FutureCallback<double[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
CompareCodesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.CompareCodesArgs
 
compareCodesUnchecked(T, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.compareCodes(byte[],net.gdface.sdk.CodeInfo[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareCodeUnchecked(T1, T2) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.compareCode(byte[],byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFaces(byte[], byte[], int) - Method in class net.gdface.sdk.BaseFaceApi
 
compareFaces(ByteBuffer, ByteBuffer, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
compareFaces(byte[], byte[], int) - Method in interface net.gdface.sdk.FaceApi
特征码比对1:N
imgData图像数据检测人脸并提取特征,然后与code特征进行比对, 返回包含比对相似度结果的CompareResult实例
compareFaces(byte[], byte[], int) - Method in class net.gdface.sdk.FaceApiDecorator
 
compareFaces(T1, T2, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFaces(InputStream, InputStream, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFaces(URL, URL, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFaces(File, File, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFaces(ByteBuffer, ByteBuffer, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFaces(FaceApiSpringController.CompareFacesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
特征码比对1:N
imgData图像数据检测人脸并提取特征,然后与code特征进行比对, 返回包含比对相似度结果的CompareResult实例
compareFaces(byte[], byte[], int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
compareFaces(byte[], byte[], int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
compareFaces(ByteString, ByteString, Integer, ServiceMethodCallback<CompareResult>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
compareFaces(byte[], byte[], int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
compareFaces(byte[], byte[], int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
compareFaces(byte[], byte[], int, FutureCallback<CompareResult>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
CompareFacesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.CompareFacesArgs
 
compareFacesUnchecked(byte[], byte[], int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.compareFaces(byte[],byte[],int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFacesUnchecked(T1, T2, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.compareFaces(byte[],byte[],int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFacesUnchecked(InputStream, InputStream, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,InputStream,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFacesUnchecked(URL, URL, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,URL,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFacesUnchecked(File, File, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,File,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFacesUnchecked(ByteBuffer, ByteBuffer, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,ByteBuffer,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
compareFeatures(byte[], List<byte[]>) - Method in class net.gdface.sdk.BaseFaceApi
 
compareFeatures(ByteBuffer, List<ByteBuffer>) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
compareFeatures(byte[], List<byte[]>) - Method in interface net.gdface.sdk.FaceApi
特征码比对1:N
compareFeatures(byte[], List<byte[]>) - Method in class net.gdface.sdk.FaceApiDecorator
 
compareFeatures(T, List<byte[]>) - Method in class net.gdface.sdk.FaceApiGenericDecorator
compareFeatures(FaceApiSpringController.CompareFeaturesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
特征码比对1:N
compareFeatures(byte[], List<byte[]>) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
compareFeatures(byte[], List<byte[]>) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
compareFeatures(ByteString, List<ByteString>, ServiceMethodCallback<List<Double>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
compareFeatures(byte[], List<byte[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
compareFeatures(byte[], List<byte[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
compareFeatures(byte[], List<byte[]>, FutureCallback<List<Double>>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
CompareFeaturesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.CompareFeaturesArgs
 
compareFeaturesUnchecked(T, List<byte[]>) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.compareFeatures(byte[],List)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
CompareResult - Class in net.gdface.sdk
人脸特征1:N比较结果对象
用于保存FaceApi.compareFaces(byte[], byte[], int)方法调用的返回结果
CompareResult() - Constructor for class net.gdface.sdk.CompareResult
 
CompareResult(CodeInfo[], double[]) - Constructor for class net.gdface.sdk.CompareResult
 
CompareResult - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理CompareResult
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CompareResultget/set方法到CompareResult.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CompareResult() - Constructor for class net.gdface.sdk.decorator.client.CompareResult
 
CompareResult(CompareResult) - Constructor for class net.gdface.sdk.decorator.client.CompareResult
 
CompareResult - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理CompareResult
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有CompareResultget/set方法到CompareResult.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
CompareResult() - Constructor for class net.gdface.sdk.decorator.CompareResult
 
CompareResult(CompareResult) - Constructor for class net.gdface.sdk.decorator.CompareResult
 
CompareResult - Class in net.gdface.sdk.thrift.client
 
CompareResult() - Constructor for class net.gdface.sdk.thrift.client.CompareResult
 
compareTo(CodeBean) - Method in class net.gdface.sdk.fse.CodeBean
 
compareTo(FseResult) - Method in class net.gdface.sdk.FseResult
 
concurrentLock - Static variable in class net.gdface.sdk.BaseFaceApiLocal
并发锁,限制建模的并发线程数,默认为CPU核数
contains(FRect) - Method in class net.gdface.sdk.FRect
 
contains(int, int, int, int) - Method in class net.gdface.sdk.FRect
 
ContextLoader - Class in net.gdface.sdk
FaceApi应用上下文SPI加载工具类
ContextLoader.ContextField - Enum in net.gdface.sdk
上下文字段定义
ContextLoader.GlobalContextField - Enum in net.gdface.sdk
全局上下文字段定义
CONTEXTS - Variable in class net.gdface.sdk.ContextLoader
所有找到的 FaceApi 上下文实例
corsConfigurer() - Method in class net.gdface.service.sdk.spring.RestfulService
配置是否允许跨访问

D

DEFAULT_HTTP_PORT - Static variable in class net.gdface.service.sdk.spring.RestfulService
 
DEFAULT_PORT - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
默认服务端口号
DEFAULT_PORT_RESTFUL - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
默认RESTful服务端口号
DEFAULT_PORT_XHR - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
默认XHR(XML Http Request)服务端口号
DefaultCallback() - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync.DefaultCallback
 
DefaultCallback() - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
DefaultResponse() - Constructor for class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
DefaultResponse() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
DefaultResponseFactory() - Constructor for class net.gdface.sdk.FaceApiSpringController.DefaultResponseFactory
 
DefaultResponseFactory() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponseFactory
 
delegate() - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
delegate() - Method in exception net.gdface.image.decorator.ImageErrorException
 
delegate() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
delegate() - Method in class net.gdface.sdk.decorator.client.CompareResult
 
delegate() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
delegate() - Method in class net.gdface.sdk.decorator.client.FAngle
 
delegate() - Method in class net.gdface.sdk.decorator.client.FInt2
 
delegate() - Method in class net.gdface.sdk.decorator.client.FRect
 
delegate() - Method in class net.gdface.sdk.decorator.client.FseResult
 
delegate() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
delegate() - Method in class net.gdface.sdk.decorator.CodeInfo
返回被装饰的CodeInfo实例
delegate() - Method in class net.gdface.sdk.decorator.CompareResult
返回被装饰的CompareResult实例
delegate() - Method in class net.gdface.sdk.decorator.EyeInfo
返回被装饰的EyeInfo实例
delegate() - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
delegate() - Method in class net.gdface.sdk.decorator.FAngle
返回被装饰的FAngle实例
delegate() - Method in class net.gdface.sdk.decorator.FInt2
返回被装饰的FInt2实例
delegate() - Method in class net.gdface.sdk.decorator.FRect
返回被装饰的FRect实例
delegate() - Method in class net.gdface.sdk.decorator.FseResult
返回被装饰的FseResult实例
delegate() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
delegate() - Method in class net.gdface.sdk.FaceApiDecorator
 
delegate() - Method in class net.gdface.sdk.FaceApiSpringController
 
delegate() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
delegate() - Method in class net.gdface.sdk.fse.decorator.CodeBean
返回被装饰的CodeBean实例
delegate() - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
delegate() - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
delegate() - Method in class net.gdface.sdk.fse.FeatureSeSpringController
 
delegate() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
delegate() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
delegate() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
delegate() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DESCRIPTION - Static variable in class net.gdface.sdk.FaceApiSpringController
 
DESCRIPTION - Static variable in class net.gdface.sdk.fse.FeatureSeSpringController
 
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in class net.gdface.sdk.BaseFaceApi
 
detectAndCompare2Face(ByteBuffer, FRect, ByteBuffer, FRect) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in interface net.gdface.sdk.FaceApi
对两个图像指定范围(FRect)进行人脸检测,找到并提取唯一的人脸特征码,然后比较相似度,返回相似度结果
imgData1和imgData2相等或imgData2为null时, 即比较同一张图像中的两张人脸的相似度,这种情况下detectRect1和detectRect2都不能为null
imgData1和imgData2不相等且都不为null时,detectRect1和detectRect2被忽略
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in class net.gdface.sdk.FaceApiDecorator
 
detectAndCompare2Face(T1, FRect, T2, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndCompare2Face(InputStream, FRect, InputStream, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndCompare2Face(URL, FRect, URL, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndCompare2Face(File, FRect, File, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndCompare2Face(ByteBuffer, FRect, ByteBuffer, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndCompare2Face(FaceApiSpringController.DetectAndCompare2FaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
对两个图像指定范围(FRect)进行人脸检测,找到并提取唯一的人脸特征码,然后比较相似度,返回相似度结果
imgData1和imgData2相等或imgData2为null时, 即比较同一张图像中的两张人脸的相似度,这种情况下detectRect1和detectRect2都不能为null
imgData1和imgData2不相等且都不为null时,detectRect1和detectRect2被忽略
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
detectAndCompare2Face(ByteString, FRect, ByteString, FRect, ServiceMethodCallback<Double>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
detectAndCompare2Face(byte[], FRect, byte[], FRect) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
detectAndCompare2Face(byte[], FRect, byte[], FRect, FutureCallback<Double>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DetectAndCompare2FaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.DetectAndCompare2FaceArgs
 
detectAndCompare2FaceUnchecked(byte[], FRect, byte[], FRect) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.detectAndCompare2Face(byte[],FRect,byte[],FRect)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndCompare2FaceUnchecked(T1, FRect, T2, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectAndCompare2Face(byte[],FRect,byte[],FRect)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndCompare2FaceUnchecked(InputStream, FRect, InputStream, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,FRect,InputStream,FRect)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndCompare2FaceUnchecked(URL, FRect, URL, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,FRect,URL,FRect)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndCompare2FaceUnchecked(File, FRect, File, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,FRect,File,FRect)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndCompare2FaceUnchecked(ByteBuffer, FRect, ByteBuffer, FRect) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,FRect,ByteBuffer,FRect)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfo(byte[], int) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
detectAndGetCodeInfo(BaseLazyImage, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
先对图像数据imgData进行人脸检测,然后提取人脸特征码
detectAndGetCodeInfo(ByteBuffer, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
detectAndGetCodeInfo(byte[], int) - Method in interface net.gdface.sdk.FaceApi
先对图像数据imgData进行人脸检测,然后提取人脸特征码
返回所有成功提取特征码的CodeInfo数组, 与FaceApi.getCodeInfo(byte[], int, CodeInfo[])的返回结果有差别,返回结果中不包含检测到人脸但提取特征码失败的对象
detectAndGetCodeInfo(byte[], int) - Method in class net.gdface.sdk.FaceApiDecorator
 
detectAndGetCodeInfo(T, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndGetCodeInfo(InputStream, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndGetCodeInfo(URL, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndGetCodeInfo(File, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndGetCodeInfo(ByteBuffer, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectAndGetCodeInfo(FaceApiSpringController.DetectAndGetCodeInfoArgs) - Method in class net.gdface.sdk.FaceApiSpringController
先对图像数据imgData进行人脸检测,然后提取人脸特征码
返回所有成功提取特征码的CodeInfo数组, 与#getCodeInfo(byte[], int, CodeInfo[])的返回结果有差别,返回结果中不包含检测到人脸但提取特征码失败的对象
detectAndGetCodeInfo(byte[], int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
detectAndGetCodeInfo(byte[], int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
detectAndGetCodeInfo(ByteString, Integer, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
detectAndGetCodeInfo(byte[], int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
detectAndGetCodeInfo(byte[], int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
detectAndGetCodeInfo(byte[], int, FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DetectAndGetCodeInfoArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.DetectAndGetCodeInfoArgs
 
detectAndGetCodeInfoUnchecked(byte[], int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.detectAndGetCodeInfo(byte[],int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfoUnchecked(T, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectAndGetCodeInfo(byte[],int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfoUnchecked(InputStream, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfoUnchecked(URL, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfoUnchecked(File, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectAndGetCodeInfoUnchecked(ByteBuffer, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectCenterFace(byte[]) - Method in class net.gdface.sdk.BaseFaceApi
 
detectCenterFace(ByteBuffer) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
detectCenterFace(byte[]) - Method in interface net.gdface.sdk.FaceApi
检测最中心的人脸
返回人脸位置数据对象CodeInfo
detectCenterFace(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
detectCenterFace(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectCenterFace(FaceApiSpringController.DetectCenterFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
检测最中心的人脸
返回人脸位置数据对象CodeInfo
detectCenterFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
detectCenterFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
detectCenterFace(ByteString, ServiceMethodCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
detectCenterFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
detectCenterFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
detectCenterFace(byte[], FutureCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DetectCenterFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.DetectCenterFaceArgs
 
detectCenterFaceUnchecked(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.detectCenterFace(byte[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectCenterFaceUnchecked(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectCenterFace(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFace(byte[]) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
detectFace(BaseLazyImage) - Method in class net.gdface.sdk.BaseFaceApiLocal
对图像(lazyImg)进行人脸检测,返回人脸位置数据对象CodeInfo列表
detectFace(ByteBuffer) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
detectFace(byte[]) - Method in interface net.gdface.sdk.FaceApi
对图像(imgData)进行人脸检测,返回人脸位置数据对象CodeInfo数组
没有检测到人脸则返回空数组
detectFace(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
detectFace(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectFace(byte[])对应的泛型方法
detectFace(InputStream) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectFace(URL) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectFace(File) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectFace(ByteBuffer) - Method in class net.gdface.sdk.FaceApiGenericDecorator
detectFace(FaceApiSpringController.DetectFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
对图像(imgData)进行人脸检测,返回人脸位置数据对象CodeInfo数组
没有检测到人脸则返回空数组
detectFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
detectFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
detectFace(ByteString, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
detectFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
detectFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
detectFace(byte[], FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DetectFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.DetectFaceArgs
 
detectFaceUnchecked(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.detectFace(byte[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFaceUnchecked(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectFace(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFaceUnchecked(InputStream) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFaceUnchecked(URL) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFaceUnchecked(File) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectFaceUnchecked(ByteBuffer) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectMaxFace(byte[]) - Method in class net.gdface.sdk.BaseFaceApi
 
detectMaxFace(ByteBuffer) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
detectMaxFace(byte[]) - Method in interface net.gdface.sdk.FaceApi
检测最大的人脸
返回人脸位置数据对象CodeInfo
detectMaxFace(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
detectMaxFace(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectMaxFace(byte[])对应的泛型方法
detectMaxFace(FaceApiSpringController.DetectMaxFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
检测最大的人脸
返回人脸位置数据对象CodeInfo
detectMaxFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
detectMaxFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
detectMaxFace(ByteString, ServiceMethodCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
detectMaxFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
detectMaxFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
detectMaxFace(byte[], FutureCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
DetectMaxFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.DetectMaxFaceArgs
 
detectMaxFaceUnchecked(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.detectMaxFace(byte[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectMaxFaceUnchecked(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.detectMaxFace(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
detectRect1 - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndCompare2FaceArgs
 
detectRect2 - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndCompare2FaceArgs
 
distance(FInt2, FInt2) - Static method in class net.gdface.sdk.RectUtils
计算两点间距离
distance(FRect, FInt2) - Static method in class net.gdface.sdk.RectUtils
计算矩形r中心点到p的距离
doExecute() - Method in class net.gdface.service.sdk.mavenplugin.BaseWrapperRunMojo
 

E

enableStrackTrace() - Static method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
开启输出堆栈信息(默认为不开启)
开发时为了调试需要获取详细的异常堆栈信息可以开启
enableStrackTrace() - Static method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
开启输出堆栈信息(默认为不开启)
开发时为了调试需要获取详细的异常堆栈信息可以开启
ENV_FSE - Static variable in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
equals(Object) - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
equals(Object) - Method in exception net.gdface.image.decorator.ImageErrorException
 
equals(Object) - Method in class net.gdface.sdk.CodeInfo
 
equals(Object) - Method in class net.gdface.sdk.CompareResult
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.CompareResult
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.FAngle
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.FInt2
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.FRect
 
equals(Object) - Method in class net.gdface.sdk.decorator.client.FseResult
 
equals(Object) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
equals(Object) - Method in class net.gdface.sdk.decorator.CodeInfo
 
equals(Object) - Method in class net.gdface.sdk.decorator.CompareResult
 
equals(Object) - Method in class net.gdface.sdk.decorator.EyeInfo
 
equals(Object) - Method in class net.gdface.sdk.decorator.FAngle
 
equals(Object) - Method in class net.gdface.sdk.decorator.FInt2
 
equals(Object) - Method in class net.gdface.sdk.decorator.FRect
 
equals(Object) - Method in class net.gdface.sdk.decorator.FseResult
 
equals(Object) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
equals(Object) - Method in class net.gdface.sdk.EyeInfo
 
equals(Object) - Method in class net.gdface.sdk.FAngle
 
equals(Object) - Method in class net.gdface.sdk.FInt2
 
equals(Object) - Method in class net.gdface.sdk.FRect
 
equals(Object) - Method in class net.gdface.sdk.fse.CodeBean
 
equals(Object) - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
equals(Object) - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
equals(Object) - Method in class net.gdface.sdk.FseResult
 
execute() - Method in class net.gdface.service.sdk.mavenplugin.BaseWrapperRunMojo
 
EyeInfo - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理EyeInfo
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有EyeInfoget/set方法到EyeInfo.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
EyeInfo() - Constructor for class net.gdface.sdk.decorator.client.EyeInfo
 
EyeInfo(EyeInfo) - Constructor for class net.gdface.sdk.decorator.client.EyeInfo
 
EyeInfo - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理EyeInfo
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有EyeInfoget/set方法到EyeInfo.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
EyeInfo() - Constructor for class net.gdface.sdk.decorator.EyeInfo
 
EyeInfo(EyeInfo) - Constructor for class net.gdface.sdk.decorator.EyeInfo
 
EyeInfo - Class in net.gdface.sdk
眼睛位置描述对象
EyeInfo() - Constructor for class net.gdface.sdk.EyeInfo
 
EyeInfo(int, int, int, int) - Constructor for class net.gdface.sdk.EyeInfo
 
EyeInfo - Class in net.gdface.sdk.thrift.client
 
EyeInfo() - Constructor for class net.gdface.sdk.thrift.client.EyeInfo
 

F

FaceApi - Interface in net.gdface.sdk
人脸识别SDK核心接口
此接口中mat前缀的方法图像数据参数为图像矩阵(要求图像宽高必须为偶数), 其他方法中所有byte[]类型的图像参数都指未解码的图像格式(如jpg,bmp,png...),
目前支持的图像格式类型依赖于JDK的支持能力
FaceApi - Interface in net.gdface.sdk.thrift.client
 
FaceApi.Async - Interface in net.gdface.sdk.thrift.client
 
FACEAPI_CLASS_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CLASS_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CONCURRENCY_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CONCURRENCY_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CONCURRENCY_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CORS_ENABLE_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CORS_ENABLE_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_CORS_ENABLE_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_START_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_START_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_RESTFUL_START_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_STATIC_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_STATIC_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_SWAGGER_ENABLE_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_SWAGGER_ENABLE_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_SWAGGER_ENABLE_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_START_OPTION - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_START_OPTION_DESC - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FACEAPI_XHR_START_OPTION_LONG - Static variable in interface net.gdface.service.sdk.FaceApiServiceConstants
 
FaceApiClient - Class in net.gdface.sdk.thrift.client
 
FaceApiClient(Protocol, AsyncClientBase.Listener) - Constructor for class net.gdface.sdk.thrift.client.FaceApiClient
 
FaceApiContext - Interface in net.gdface.sdk
FaceApi应用上下文接口
每个算法应该实现此类,应用层以SPI方式加载此实例,参见ContextLoader
FaceApiDecorator - Class in net.gdface.sdk
decorator pattern 装饰者模式实现FaceApi接口
转发所有FaceApi接口方法到FaceApiDecorator.delegate()指定的实例,
unchecked后缀的方法将所有显式申明的异常封装到RuntimeException抛出
计算机生成代码(generated by automated tools DecoratorGenerator @author guyadong)
FaceApiDecorator(FaceApi) - Constructor for class net.gdface.sdk.FaceApiDecorator
 
FaceApiGenericDecorator - Class in net.gdface.sdk
decorator pattern 装饰者模式实现基于FaceApiDecorator的支持泛型方法参数FaceApi接口
所有 byte[] 类型的参数都支持泛型参数,参见 BinaryUtils.getBytesNotEmpty(Object)
注意:
参数为InputStream的方法返回时会自动执行InputStream.close()关闭流
参见 BinaryUtils.readBytes(java.io.InputStream)
unchecked后缀的方法将所有显式申明的异常封装到RuntimeException抛出
计算机生成代码(generated by automated tools DecoratorGenerator @author guyadong)
FaceApiGenericDecorator(FaceApi) - Constructor for class net.gdface.sdk.FaceApiGenericDecorator
 
FaceApiService - Class in net.gdface.service.sdk
FaceLogImpl服务封装
FaceApiService(List<?>, List<ThriftEventHandler>, ThriftServerConfig) - Constructor for class net.gdface.service.sdk.FaceApiService
 
FaceApiServiceConfig - Class in net.gdface.service.sdk
服务配置参数
FaceApiServiceConfig() - Constructor for class net.gdface.service.sdk.FaceApiServiceConfig
 
FaceApiServiceConstants - Interface in net.gdface.service.sdk
常量定义
FaceApiServiceMain - Class in net.gdface.service.sdk
启动 FaceApi thrift 服务
FaceApiServiceMain() - Constructor for class net.gdface.service.sdk.FaceApiServiceMain
 
FaceApiSpringController - Class in net.gdface.sdk
人脸识别SDK核心接口
此接口中mat前缀的方法图像数据参数为图像矩阵(要求图像宽高必须为偶数), 其他方法中所有byte[]类型的图像参数都指未解码的图像格式(如jpg,bmp,png...),
目前支持的图像格式类型依赖于JDK的支持能力
FaceApiSpringController() - Constructor for class net.gdface.sdk.FaceApiSpringController
 
FaceApiSpringController.Compare2FaceArgs - Class in net.gdface.sdk
argClass-1
wrap arguments for method FaceApiSpringController.compare2Face(Compare2FaceArgs)
FaceApiSpringController.CompareCodeArgs - Class in net.gdface.sdk
argClass-2
wrap arguments for method FaceApiSpringController.compareCode(CompareCodeArgs)
FaceApiSpringController.CompareCodesArgs - Class in net.gdface.sdk
argClass-3
wrap arguments for method FaceApiSpringController.compareCodes(CompareCodesArgs)
FaceApiSpringController.CompareFacesArgs - Class in net.gdface.sdk
argClass-4
wrap arguments for method FaceApiSpringController.compareFaces(CompareFacesArgs)
FaceApiSpringController.CompareFeaturesArgs - Class in net.gdface.sdk
FaceApiSpringController.DefaultResponse - Class in net.gdface.sdk
FaceApiSpringController.DefaultResponseFactory - Class in net.gdface.sdk
FaceApiSpringController.DetectAndCompare2FaceArgs - Class in net.gdface.sdk
FaceApiSpringController.DetectAndGetCodeInfoArgs - Class in net.gdface.sdk
FaceApiSpringController.DetectCenterFaceArgs - Class in net.gdface.sdk
FaceApiSpringController.DetectFaceArgs - Class in net.gdface.sdk
argClass-9
wrap arguments for method FaceApiSpringController.detectFace(DetectFaceArgs)
FaceApiSpringController.DetectMaxFaceArgs - Class in net.gdface.sdk
argClass-10
wrap arguments for method FaceApiSpringController.detectMaxFace(DetectMaxFaceArgs)
FaceApiSpringController.GetCodeInfoArgs - Class in net.gdface.sdk
argClass-11
wrap arguments for method FaceApiSpringController.getCodeInfo(GetCodeInfoArgs)
FaceApiSpringController.GetCodeInfoSingleArgs - Class in net.gdface.sdk
FaceApiSpringController.GetFeatureArgs - Class in net.gdface.sdk
argClass-13
wrap arguments for method FaceApiSpringController.getFeature(GetFeatureArgs)
FaceApiSpringController.HasFaceArgs - Class in net.gdface.sdk
argClass-14
wrap arguments for method FaceApiSpringController.hasFace(HasFaceArgs)
FaceApiSpringController.InstanceSupplier - Interface in net.gdface.sdk
获取FaceApi实例的接口, 用于应用层SPI方式提供FaceApi实例
FaceApiSpringController.MatDetectAndGetCodeInfoArgs - Class in net.gdface.sdk
FaceApiSpringController.MatDetectFaceArgs - Class in net.gdface.sdk
argClass-17
wrap arguments for method FaceApiSpringController.matDetectFace(MatDetectFaceArgs)
FaceApiSpringController.MatDetectMaxFaceArgs - Class in net.gdface.sdk
FaceApiSpringController.MatGetCodeInfoArgs - Class in net.gdface.sdk
FaceApiSpringController.MatGetCodeInfoSingleArgs - Class in net.gdface.sdk
FaceApiSpringController.MatHasFaceArgs - Class in net.gdface.sdk
argClass-21
wrap arguments for method FaceApiSpringController.matHasFace(MatHasFaceArgs)
FaceApiSpringController.MatSearchFacesArgs - Class in net.gdface.sdk
FaceApiSpringController.MatWearMaskArgs - Class in net.gdface.sdk
argClass-23
wrap arguments for method FaceApiSpringController.matWearMask(MatWearMaskArgs)
FaceApiSpringController.Response - Interface in net.gdface.sdk
web响应数据接口
FaceApiSpringController.ResponseFactory - Interface in net.gdface.sdk
获取FaceApiSpringController.Response接口实例的工厂类接口
FaceApiSpringController.SearchFacesArgs - Class in net.gdface.sdk
argClass-25
wrap arguments for method FaceApiSpringController.searchFaces(SearchFacesArgs)
FaceApiSpringController.SearchFeaturesArgs - Class in net.gdface.sdk
FaceApiSpringController.WearMaskArgs - Class in net.gdface.sdk
argClass-27
wrap arguments for method FaceApiSpringController.wearMask(WearMaskArgs)
FaceApiThriftClient - Class in net.gdface.sdk.thrift
基于thrift/swift框架生成的client端代码提供FaceApi接口的RPC实现(线程安全)
转发所有FaceApi接口方法到FaceApiThriftClient.delegate()指定的实例
所有服务端抛出的RuntimeException异常被封装到ServiceRuntimeException中抛出
Example:
FaceApiThriftClient(ClientFactory) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClient
 
FaceApiThriftClient(String, int) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClient
 
FaceApiThriftClient(HostAndPort) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClient
 
FaceApiThriftClientAsync - Class in net.gdface.sdk.thrift
基于thrift/swift框架生成的client端代码提供FaceApi接口的异步RPC实现(线程安全)
转发所有FaceApi接口方法到FaceApiThriftClientAsync.delegate()指定的实例
所有服务端抛出的RuntimeException异常被封装到ServiceRuntimeException中抛出
Example:
FaceApiThriftClientAsync(ClientFactory) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
FaceApiThriftClientAsync(String, int) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
FaceApiThriftClientAsync(HostAndPort) - Constructor for class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
FaceApiThriftClientAsync.DefaultCallback<V> - Class in net.gdface.sdk.thrift
默认的FutureCallback实现
FaceApiThriftDecorator - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理FaceApi接口
FaceApi实例封装为一个thrift服务
转发所有服务请求到FaceApiThriftDecorator.delegate()指定的实例
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FaceApiThriftDecorator(FaceApi) - Constructor for class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
faceInfo - Variable in class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 
faceInfo - Variable in class net.gdface.sdk.FaceApiSpringController.WearMaskArgs
 
faceNum - Variable in class net.gdface.sdk.FaceApiSpringController.CompareFacesArgs
 
faceNum - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndGetCodeInfoArgs
 
faceNum - Variable in class net.gdface.sdk.FaceApiSpringController.GetCodeInfoArgs
 
faceNum - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
facenum - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.GetCodeInfoArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.GetCodeInfoSingleArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
facePos - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFacesArgs
 
facePos1 - Variable in class net.gdface.sdk.FaceApiSpringController.Compare2FaceArgs
 
facePos2 - Variable in class net.gdface.sdk.FaceApiSpringController.Compare2FaceArgs
 
faces - Variable in class net.gdface.sdk.FaceApiSpringController.GetFeatureArgs
 
FAngle - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理FAngle
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FAngleget/set方法到FAngle.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FAngle() - Constructor for class net.gdface.sdk.decorator.client.FAngle
 
FAngle(FAngle) - Constructor for class net.gdface.sdk.decorator.client.FAngle
 
FAngle - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理FAngle
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FAngleget/set方法到FAngle.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FAngle() - Constructor for class net.gdface.sdk.decorator.FAngle
 
FAngle(FAngle) - Constructor for class net.gdface.sdk.decorator.FAngle
 
FAngle - Class in net.gdface.sdk
人脸角度描述对象
FAngle() - Constructor for class net.gdface.sdk.FAngle
 
FAngle(int, int, int, float) - Constructor for class net.gdface.sdk.FAngle
 
FAngle - Class in net.gdface.sdk.thrift.client
 
FAngle() - Constructor for class net.gdface.sdk.thrift.client.FAngle
 
feature - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFeaturesArgs
 
feature - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseArgs
 
feature - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseWithAppIdArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseWithAppIdArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.GetFeatureByHexFromFseArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.GetFeatureFromFseArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.RemoveFeatureByHexFromFseArgs
 
featureId - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.RemoveFeatureFromFseArgs
 
featureIdOf(F) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
从特征记录中返回特征数据的MD5
featureOf(F) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
从特征记录中返回特征数组
FeatureSe - Interface in net.gdface.sdk.fse
特征码内存搜索引擎(feature search engine)接口
提供高速的人脸特征相似度比对搜索/排序,支持多线程并行搜索,适用于百万级以上人脸库的快速搜索。
1.使用 FeatureSe.addFeature(byte[], byte[], String)方法将特征添加到搜索引擎
2.使用 FeatureSe.searchCode(byte[], double, int)在内存中搜索与指定特征相似的的特征返回搜索结果
FeatureSe - Interface in net.gdface.sdk.fse.thrift.client
 
FeatureSe.Async - Interface in net.gdface.sdk.fse.thrift.client
 
FeatureSeClient - Class in net.gdface.sdk.fse.thrift.client
 
FeatureSeClient(Protocol, AsyncClientBase.Listener) - Constructor for class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
FeatureSeDecorator - Class in net.gdface.sdk.fse
decorator pattern 装饰者模式实现FeatureSe接口
转发所有FeatureSe接口方法到FeatureSeDecorator.delegate()指定的实例,
unchecked后缀的方法将所有显式申明的异常封装到RuntimeException抛出
计算机生成代码(generated by automated tools DecoratorGenerator @author guyadong)
FeatureSeDecorator(FeatureSe) - Constructor for class net.gdface.sdk.fse.FeatureSeDecorator
 
FeatureSeDefaultImpl - Class in net.gdface.sdk.fse
 
FeatureSeDefaultImpl() - Constructor for class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
FeatureSeGenericDecorator - Class in net.gdface.sdk.fse
decorator pattern 装饰者模式实现基于FeatureSeDecorator的支持泛型方法参数FeatureSe接口
所有 byte[] 类型的参数都支持泛型参数,参见 BinaryUtils.getBytesNotEmpty(Object)
注意:
参数为InputStream的方法返回时会自动执行InputStream.close()关闭流
参见 BinaryUtils.readBytes(java.io.InputStream)
unchecked后缀的方法将所有显式申明的异常封装到RuntimeException抛出
计算机生成代码(generated by automated tools DecoratorGenerator @author guyadong)
FeatureSeGenericDecorator(FeatureSe) - Constructor for class net.gdface.sdk.fse.FeatureSeGenericDecorator
 
FeatureSeImpl(String) - Constructor for class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
FeatureSeSpringController - Class in net.gdface.sdk.fse
特征码内存搜索引擎(feature search engine)接口
提供高速的人脸特征相似度比对搜索/排序,支持多线程并行搜索,适用于百万级以上人脸库的快速搜索。
1.使用 #addFeature(byte[], byte[], String)方法将特征添加到搜索引擎
2.使用 #searchCode(byte[], double, int)在内存中搜索与指定特征相似的的特征返回搜索结果
FeatureSeSpringController() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController
 
FeatureSeSpringController.AddFeatureToFseArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.AddFeatureToFseWithAppIdArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.DefaultResponse - Class in net.gdface.sdk.fse
FeatureSeSpringController.DefaultResponseFactory - Class in net.gdface.sdk.fse
FeatureSeSpringController.GetFeatureByHexFromFseArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.GetFeatureFromFseArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.InstanceSupplier - Interface in net.gdface.sdk.fse
获取FeatureSe实例的接口, 用于应用层SPI方式提供FeatureSe实例
FeatureSeSpringController.RemoveFeatureByHexFromFseArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.RemoveFeatureFromFseArgs - Class in net.gdface.sdk.fse
FeatureSeSpringController.Response - Interface in net.gdface.sdk.fse
web响应数据接口
FeatureSeSpringController.ResponseFactory - Interface in net.gdface.sdk.fse
获取FeatureSeSpringController.Response接口实例的工厂类接口
FeatureSeSpringController.SearchCodeFromFseArgs - Class in net.gdface.sdk.fse
FeatureSeThriftClient - Class in net.gdface.sdk.fse.thrift
基于thrift/swift框架生成的client端代码提供FeatureSe接口的RPC实现(线程安全)
转发所有FeatureSe接口方法到FeatureSeThriftClient.delegate()指定的实例
所有服务端抛出的RuntimeException异常被封装到ServiceRuntimeException中抛出
Example:
FeatureSeThriftClient(ClientFactory) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
FeatureSeThriftClient(String, int) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
FeatureSeThriftClient(HostAndPort) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
FeatureSeThriftClientAsync - Class in net.gdface.sdk.fse.thrift
基于thrift/swift框架生成的client端代码提供FeatureSe接口的异步RPC实现(线程安全)
转发所有FeatureSe接口方法到FeatureSeThriftClientAsync.delegate()指定的实例
所有服务端抛出的RuntimeException异常被封装到ServiceRuntimeException中抛出
Example:
FeatureSeThriftClientAsync(ClientFactory) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
FeatureSeThriftClientAsync(String, int) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
FeatureSeThriftClientAsync(HostAndPort) - Constructor for class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
FeatureSeThriftClientAsync.DefaultCallback<V> - Class in net.gdface.sdk.fse.thrift
默认的FutureCallback实现
FeatureSeThriftDecorator - Class in net.gdface.sdk.fse.decorator
decorator pattern 装饰者模式代理FeatureSe接口
FeatureSe实例封装为一个thrift服务
转发所有服务请求到FeatureSeThriftDecorator.delegate()指定的实例
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FeatureSeThriftDecorator(FeatureSe) - Constructor for class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
findMaxFace(CodeInfo[]) - Method in class net.gdface.sdk.BaseFaceApi
 
FInt2 - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理FInt2
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FInt2get/set方法到FInt2.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FInt2() - Constructor for class net.gdface.sdk.decorator.client.FInt2
 
FInt2(FInt2) - Constructor for class net.gdface.sdk.decorator.client.FInt2
 
FInt2 - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理FInt2
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FInt2get/set方法到FInt2.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FInt2() - Constructor for class net.gdface.sdk.decorator.FInt2
 
FInt2(FInt2) - Constructor for class net.gdface.sdk.decorator.FInt2
 
FInt2 - Class in net.gdface.sdk
通用整数2维向量对象(表示坐标,尺寸)
FInt2() - Constructor for class net.gdface.sdk.FInt2
 
FInt2(int, int) - Constructor for class net.gdface.sdk.FInt2
 
FInt2 - Class in net.gdface.sdk.thrift.client
 
FInt2() - Constructor for class net.gdface.sdk.thrift.client.FInt2
 
FRect - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理FRect
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FRectget/set方法到FRect.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FRect() - Constructor for class net.gdface.sdk.decorator.client.FRect
 
FRect(FRect) - Constructor for class net.gdface.sdk.decorator.client.FRect
 
FRect - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理FRect
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FRectget/set方法到FRect.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FRect() - Constructor for class net.gdface.sdk.decorator.FRect
 
FRect(FRect) - Constructor for class net.gdface.sdk.decorator.FRect
 
FRect - Class in net.gdface.sdk
通用矩形定义对象
FRect() - Constructor for class net.gdface.sdk.FRect
 
FRect(int, int, int, int) - Constructor for class net.gdface.sdk.FRect
 
FRect - Class in net.gdface.sdk.thrift.client
 
FRect() - Constructor for class net.gdface.sdk.thrift.client.FRect
 
from(FaceApiContext) - Method in enum net.gdface.sdk.ContextLoader.ContextField
 
fromNv21(MatType, byte[], int, int) - Static method in class net.gdface.sdk.BaseFaceApiLocal
 
fse - Variable in class net.gdface.sdk.fse.BaseFseDbEngine
 
FSE_LIBNAME - Static variable in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
FseResult - Class in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式client端代理FseResult
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FseResultget/set方法到FseResult.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FseResult() - Constructor for class net.gdface.sdk.decorator.client.FseResult
 
FseResult(FseResult) - Constructor for class net.gdface.sdk.decorator.client.FseResult
 
FseResult - Class in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理FseResult
代理对象必须有默认构造方法,必须是普通类型,不可以有@ThriftStruct注释
转发所有FseResultget/set方法到FseResult.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
FseResult() - Constructor for class net.gdface.sdk.decorator.FseResult
 
FseResult(FseResult) - Constructor for class net.gdface.sdk.decorator.FseResult
 
FseResult - Class in net.gdface.sdk
FSE搜索结果对象
该类实现了Comparable接口,可以根据相似度结果字段(FseResult.similarity)排序
FseResult() - Constructor for class net.gdface.sdk.FseResult
 
FseResult(byte[], String, double) - Constructor for class net.gdface.sdk.FseResult
 
FseResult - Class in net.gdface.sdk.thrift.client
 
FseResult() - Constructor for class net.gdface.sdk.thrift.client.FseResult
 

G

getAngle() - Method in class net.gdface.sdk.CodeInfo
 
getAngle() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getAngle() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getAngle() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getAppName() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
getCauseClass() - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
getCauseClass() - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
getCauseClass() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getCauseClass() - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
getCauseFields() - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
getCauseFields() - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
getCauseFields() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getCauseFields() - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
getCode() - Method in class net.gdface.sdk.CodeInfo
 
getCode() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getCode() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getCode() - Method in class net.gdface.sdk.fse.CodeBean
 
getCode() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
getCode() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
getCode() - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
getCode() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getCodeInfo(BaseLazyImage, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
对图像(lazyImg)中指定的人脸位置facePos并提取特征码,返回生成人脸特征码数据数组对象(人脸可能不止一个)
调用该方法时假设图像(lazyImage)能正常解码,所以当对图像解码出现异常时,将异常对象封装到RuntimeException抛出
getCodeInfo(BaseLazyImage, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
提取单个人脸特征
getCodeInfo(byte[], CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
getCodeInfo(byte[], int, CodeInfo[]) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
getCodeInfo(ByteBuffer, int, List<CodeInfo>) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
getCodeInfo(byte[], int, CodeInfo[]) - Method in interface net.gdface.sdk.FaceApi
根据facePos提供的人脸信息位置, 在imgData图像中提取特征码
FaceApi.detectAndGetCodeInfo(byte[], int)不同, 本方法不对图像数据imgData进行人脸检测,
假设facePosFaceApi.detectFace(byte[])#detectFaceAgain(byte[], FRect[]) 的返回结果
返回facePos,如果没有提取到特征码,则对应元素CodeInfo.getCode()返回null
getCodeInfo(byte[], CodeInfo) - Method in interface net.gdface.sdk.FaceApi
根据facePos提供的人脸信息位置, 在imgData图像中提取特征码
返回包含人脸特征的CodeInfo对象,提取特征失败则返回null
getCodeInfo(byte[], int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
getCodeInfo(byte[], CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
 
getCodeInfo(T, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(InputStream, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(URL, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(File, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(ByteBuffer, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(T, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(InputStream, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(URL, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(File, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
getCodeInfo(FaceApiSpringController.GetCodeInfoArgs) - Method in class net.gdface.sdk.FaceApiSpringController
根据facePos提供的人脸信息位置, 在imgData图像中提取特征码
#detectAndGetCodeInfo(byte[], int)不同, 本方法不对图像数据imgData进行人脸检测,
假设facePos#detectFace(byte[])#detectFaceAgain(byte[], FRect[]) 的返回结果
返回facePos,如果没有提取到特征码,则对应元素CodeInfo.getCode()返回null
getCodeInfo(FaceApiSpringController.GetCodeInfoSingleArgs) - Method in class net.gdface.sdk.FaceApiSpringController
根据facePos提供的人脸信息位置, 在imgData图像中提取特征码
返回包含人脸特征的CodeInfo对象,提取特征失败则返回null
getCodeInfo(byte[], int, List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
getCodeInfo(byte[], int, List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
getCodeInfo(ByteString, Integer, List<CodeInfo>, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
getCodeInfo(byte[], int, CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
getCodeInfo(byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
getCodeInfo(byte[], int, CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
getCodeInfo(byte[], int, CodeInfo[], FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
getCodeInfo(byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
getCodeInfo(byte[], CodeInfo, FutureCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
GetCodeInfoArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.GetCodeInfoArgs
 
getCodeInfoSingle(ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
getCodeInfoSingle(byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
getCodeInfoSingle(byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
getCodeInfoSingle(ByteString, CodeInfo, ServiceMethodCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
GetCodeInfoSingleArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.GetCodeInfoSingleArgs
 
getCodeInfoUnchecked(byte[], int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.getCodeInfo(byte[],int,net.gdface.sdk.CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(T, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.getCodeInfo(byte[],int,net.gdface.sdk.CodeInfo[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(InputStream, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,int,CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(URL, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,int,CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(File, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,int,CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(ByteBuffer, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,int,CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(T, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.getCodeInfo(byte[],CodeInfo)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(InputStream, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(URL, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(File, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeInfoUnchecked(ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getCodeNum() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
getCodeNum() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
getCodeNum() - Method in exception net.gdface.sdk.NotFaceDetectedException
 
getCodeNum() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getCodes() - Method in class net.gdface.sdk.CompareResult
 
getCodes() - Method in class net.gdface.sdk.decorator.client.CompareResult
 
getCodes() - Method in class net.gdface.sdk.decorator.CompareResult
 
getCodes() - Method in class net.gdface.sdk.thrift.client.CompareResult
 
getConfidence() - Method in class net.gdface.sdk.decorator.client.FAngle
 
getConfidence() - Method in class net.gdface.sdk.decorator.FAngle
 
getConfidence() - Method in class net.gdface.sdk.FAngle
 
getConfidence() - Method in class net.gdface.sdk.thrift.client.FAngle
 
getContext() - Method in class net.gdface.sdk.ContextLoader
返回找到的第一个FaceApi应用上下文实例
getContext() - Method in interface net.gdface.sdk.FaceApiContext
返回应用上下文字段映射,不支持的字段返回null
getContextByInstnaceClass(String) - Method in class net.gdface.sdk.ContextLoader
返回包含指定FaceApi实例类名的应用上下文
getContextByInstnaceClassChecked(String) - Method in class net.gdface.sdk.ContextLoader
返回包含指定FaceApi实例类名的应用上下文
getContextBySdkVersion(String) - Method in class net.gdface.sdk.ContextLoader
返回支持指定SDK版本号的应用上下文
getContextBySdkVersionChecked(String) - Method in class net.gdface.sdk.ContextLoader
返回支持指定SDK版本号的应用上下文
getContextChecked() - Method in class net.gdface.sdk.ContextLoader
返回找到的第一个FaceApi应用上下文实例
getCustomizer() - Static method in class net.gdface.service.sdk.spring.RestfulService
返回tomcat参数定义接口实例
getEi() - Method in class net.gdface.sdk.CodeInfo
 
getEi() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getEi() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getEi() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getErrorMessage() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
getErrorMessage() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
getFaceapi() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
getFaceNum() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
getFaceNum() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
getFaceNum() - Method in exception net.gdface.sdk.NotFaceDetectedException
 
getFaceNum() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getFacialData() - Method in class net.gdface.sdk.CodeInfo
 
getFacialData() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getFacialData() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getFacialData() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getFactory() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
getFactory() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
getFactory() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
getFactory() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
getFeature(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApi
 
getFeature(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
getFeature(Map<ByteBuffer, CodeInfo>) - Method in interface net.gdface.sdk.FaceApi
多张人脸提取特征(用于多张人脸合成一个特征的算法)
返回人脸特征数据 #multiFaceFeature()返回false时代表此方法未被实现,执行会抛出异常
getFeature(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.FaceApiDecorator
 
getFeature(FaceApiSpringController.GetFeatureArgs) - Method in class net.gdface.sdk.FaceApiSpringController
多张人脸提取特征(用于多张人脸合成一个特征的算法)
返回人脸特征数据 #multiFaceFeature()返回false时代表此方法未被实现,执行会抛出异常
getFeature(byte[]) - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
getFeature(byte[]) - Method in interface net.gdface.sdk.fse.FeatureSe
根据特征码ID在表中查找指定的记录
getFeature(byte[]) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
getFeature(byte[]) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
getFeature(T) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.getFeature(byte[])对应的泛型方法
getFeature(FeatureSeSpringController.GetFeatureFromFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
根据特征码ID在表中查找指定的记录
getFeature(byte[]) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
getFeature(byte[]) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
getFeature(byte[], FutureCallback<CodeBean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
getFeature(Map<byte[], CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
getFeature(Map<byte[], CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
getFeature(Map<ByteString, CodeInfo>, ServiceMethodCallback<ByteString>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
getFeature(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
getFeature(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
getFeature(Map<ByteBuffer, CodeInfo>, FutureCallback<byte[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
GetFeatureArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.GetFeatureArgs
 
getFeatureByHex(String) - Method in class net.gdface.sdk.fse.BaseFeatureSeImpl
 
getFeatureByHex(String) - Method in interface net.gdface.sdk.fse.FeatureSe
根据特征码ID在表中查找指定的记录
getFeatureByHex(String) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
getFeatureByHex(String) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
getFeatureByHex(FeatureSeSpringController.GetFeatureByHexFromFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
根据特征码ID在表中查找指定的记录
getFeatureByHex(String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
getFeatureByHex(String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
getFeatureByHex(String, FutureCallback<CodeBean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
getFeatureByHexFromFse(String) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
getFeatureByHexFromFse(String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
getFeatureByHexFromFse(String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
getFeatureByHexFromFse(String, ServiceMethodCallback<CodeBean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
GetFeatureByHexFromFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.GetFeatureByHexFromFseArgs
 
getFeatureFromFse(ByteBuffer) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
getFeatureFromFse(byte[]) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
getFeatureFromFse(byte[]) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
getFeatureFromFse(ByteString, ServiceMethodCallback<CodeBean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
GetFeatureFromFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.GetFeatureFromFseArgs
 
getFeatureId() - Method in class net.gdface.sdk.decorator.client.FseResult
 
getFeatureId() - Method in class net.gdface.sdk.decorator.FseResult
 
getFeatureId() - Method in class net.gdface.sdk.FseResult
 
getFeatureId() - Method in class net.gdface.sdk.thrift.client.FseResult
 
getFeatureSe() - Method in class net.gdface.sdk.BaseFaceApiLocal
返回当前FaceApi接口实例对应的搜索引擎接口实例,如果没有则返回null
getFeatureSeInstance(FaceApi) - Static method in class net.gdface.sdk.BaseFaceApi
FaceApi实例获取内存搜索引擎接口实例
如果FaceApi不是BaseFaceApiLocal实例返回null
getFeatureUnchecked(Map<ByteBuffer, CodeInfo>) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.getFeature(Map)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getFeatureUnchecked(T) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.getFeature(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
getFseHome() - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
查找 fse_home变量
优先在系统变量定义中查找'fse_home',如果找不到,再在环境变量中查找'FSE_HOME'
如果都找不到则返回null
getFseLibname() - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
getGlobalcontext(ContextLoader.GlobalContextField) - Static method in class net.gdface.sdk.ContextLoader
 
getHeight() - Method in class net.gdface.sdk.decorator.client.FRect
 
getHeight() - Method in class net.gdface.sdk.decorator.FRect
 
getHeight() - Method in class net.gdface.sdk.FRect
 
getHeight() - Method in class net.gdface.sdk.thrift.client.FRect
 
getHttpPort() - Static method in class net.gdface.service.sdk.spring.RestfulService
返回HTTP端口
getHttpService() - Static method in class net.gdface.service.sdk.FaceApiService
 
getId() - Method in class net.gdface.sdk.fse.CodeBean
 
getId() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
getId() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
getId() - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
getImgMD5() - Method in class net.gdface.sdk.fse.CodeBean
 
getImgMD5() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
getImgMD5() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
getImgMD5() - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
getInstance() - Static method in class net.gdface.sdk.ContextLoader
 
getInstance() - Static method in class net.gdface.service.sdk.FaceApiServiceConfig
 
getLeft() - Method in class net.gdface.sdk.decorator.client.FRect
 
getLeft() - Method in class net.gdface.sdk.decorator.FRect
 
getLeft() - Method in class net.gdface.sdk.FRect
 
getLeft() - Method in class net.gdface.sdk.thrift.client.FRect
 
getLeftx() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
getLeftx() - Method in class net.gdface.sdk.decorator.EyeInfo
 
getLeftx() - Method in class net.gdface.sdk.EyeInfo
 
getLeftx() - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
getLefty() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
getLefty() - Method in class net.gdface.sdk.decorator.EyeInfo
 
getLefty() - Method in class net.gdface.sdk.EyeInfo
 
getLefty() - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
getMessage() - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
getMessage() - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
getMessage() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getMessage() - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
getMouth() - Method in class net.gdface.sdk.CodeInfo
 
getMouth() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getMouth() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getMouth() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getNativeMatrixType() - Method in class net.gdface.sdk.BaseFaceApi
返回用于图像检测和建模的图像矩阵的(色彩空间)类型
不可返回null
getNativeMatrixType() - Method in class net.gdface.sdk.BaseFaceApiLocal
 
getNose() - Method in class net.gdface.sdk.CodeInfo
 
getNose() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getNose() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getNose() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getOffset() - Method in class net.gdface.sdk.CodeInfo
人脸信息坐标偏移量
此字段属于状态描述字段,不是属于人脸信息部分, 此字段不为null时用于描述当前人脸信息对象中所有的坐标数据的原点相对实际原点的偏移量
getOffset() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getOffset() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getOffset() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getOwner() - Method in class net.gdface.sdk.decorator.client.FseResult
 
getOwner() - Method in class net.gdface.sdk.decorator.FseResult
 
getOwner() - Method in class net.gdface.sdk.FseResult
 
getOwner() - Method in class net.gdface.sdk.thrift.client.FseResult
 
getPitch() - Method in class net.gdface.sdk.decorator.client.FAngle
 
getPitch() - Method in class net.gdface.sdk.decorator.FAngle
 
getPitch() - Method in class net.gdface.sdk.FAngle
 
getPitch() - Method in class net.gdface.sdk.thrift.client.FAngle
 
getPos() - Method in class net.gdface.sdk.CodeInfo
 
getPos() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
getPos() - Method in class net.gdface.sdk.decorator.CodeInfo
 
getPos() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
getRestfulPort() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
getResult() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
getResult() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
getRightx() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
getRightx() - Method in class net.gdface.sdk.decorator.EyeInfo
 
getRightx() - Method in class net.gdface.sdk.EyeInfo
 
getRightx() - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
getRighty() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
getRighty() - Method in class net.gdface.sdk.decorator.EyeInfo
 
getRighty() - Method in class net.gdface.sdk.EyeInfo
 
getRighty() - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
getRoll() - Method in class net.gdface.sdk.decorator.client.FAngle
 
getRoll() - Method in class net.gdface.sdk.decorator.FAngle
 
getRoll() - Method in class net.gdface.sdk.FAngle
 
getRoll() - Method in class net.gdface.sdk.thrift.client.FAngle
 
getService() - Static method in class net.gdface.service.sdk.FaceApiService
 
getServiceStackTraceMessage() - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
getServiceStackTraceMessage() - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
getServiceStackTraceMessage() - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
getServiceStackTraceMessage() - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
getSimilarity() - Method in class net.gdface.sdk.decorator.client.FseResult
 
getSimilarity() - Method in class net.gdface.sdk.decorator.FseResult
 
getSimilarity() - Method in class net.gdface.sdk.fse.CodeBean
 
getSimilarity() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
getSimilarity() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
getSimilarity() - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
getSimilarity() - Method in class net.gdface.sdk.FseResult
 
getSimilarity() - Method in class net.gdface.sdk.thrift.client.FseResult
 
getSimilartys() - Method in class net.gdface.sdk.CompareResult
 
getSimilartys() - Method in class net.gdface.sdk.decorator.client.CompareResult
 
getSimilartys() - Method in class net.gdface.sdk.decorator.CompareResult
 
getSimilartys() - Method in class net.gdface.sdk.thrift.client.CompareResult
 
getStackTrace() - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
getStackTrace() - Method in exception net.gdface.image.decorator.ImageErrorException
 
getStackTrace() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
getStackTrace() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
getStackTrace() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
getStackTrace() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
getTomcatEmbeddedServletContainerFactory() - Method in class net.gdface.service.sdk.spring.RestfulService
 
getTop() - Method in class net.gdface.sdk.decorator.client.FRect
 
getTop() - Method in class net.gdface.sdk.decorator.FRect
 
getTop() - Method in class net.gdface.sdk.FRect
 
getTop() - Method in class net.gdface.sdk.thrift.client.FRect
 
getType() - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
getType() - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
getValue() - Method in enum net.gdface.sdk.thrift.client.MatType
 
getWidth() - Method in class net.gdface.sdk.decorator.client.FRect
 
getWidth() - Method in class net.gdface.sdk.decorator.FRect
 
getWidth() - Method in class net.gdface.sdk.FRect
 
getWidth() - Method in class net.gdface.sdk.thrift.client.FRect
 
getX() - Method in class net.gdface.sdk.decorator.client.FInt2
 
getX() - Method in class net.gdface.sdk.decorator.FInt2
 
getX() - Method in class net.gdface.sdk.FInt2
 
getX() - Method in class net.gdface.sdk.thrift.client.FInt2
 
getXhrPort() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
getY() - Method in class net.gdface.sdk.decorator.client.FInt2
 
getY() - Method in class net.gdface.sdk.decorator.FInt2
 
getY() - Method in class net.gdface.sdk.FInt2
 
getY() - Method in class net.gdface.sdk.thrift.client.FInt2
 
getYaw() - Method in class net.gdface.sdk.decorator.client.FAngle
 
getYaw() - Method in class net.gdface.sdk.decorator.FAngle
 
getYaw() - Method in class net.gdface.sdk.FAngle
 
getYaw() - Method in class net.gdface.sdk.thrift.client.FAngle
 
grow(int, int, float) - Method in class net.gdface.sdk.FRect
将指定的矩形对象以中心向外长宽扩展指定的比例
grow(int, int, int, int, int, int) - Method in class net.gdface.sdk.FRect
将矩形frect对象上下左右扩充指定的像素,如果超出图像尺寸,则以图像尺寸为边界

H

hasFace(byte[]) - Method in class net.gdface.sdk.BaseFaceApi
 
hasFace(ByteBuffer) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
hasFace(byte[]) - Method in interface net.gdface.sdk.FaceApi
判断图像是否能提取到人脸特征码
true则能检测到人脸并能提取特征码
hasFace(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
hasFace(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.hasFace(byte[])对应的泛型方法
hasFace(InputStream) - Method in class net.gdface.sdk.FaceApiGenericDecorator
hasFace(URL) - Method in class net.gdface.sdk.FaceApiGenericDecorator
hasFace(File) - Method in class net.gdface.sdk.FaceApiGenericDecorator
hasFace(ByteBuffer) - Method in class net.gdface.sdk.FaceApiGenericDecorator
hasFace(FaceApiSpringController.HasFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
判断图像是否能提取到人脸特征码
true则能检测到人脸并能提取特征码
hasFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
hasFace(byte[]) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
hasFace(ByteString, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
hasFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
hasFace(byte[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
hasFace(byte[], FutureCallback<Boolean>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
HasFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.HasFaceArgs
 
hasFaceUnchecked(byte[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.hasFace(byte[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hasFaceUnchecked(T) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.hasFace(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hasFaceUnchecked(InputStream) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hasFaceUnchecked(URL) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hasFaceUnchecked(File) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hasFaceUnchecked(ByteBuffer) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
hashCode() - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
hashCode() - Method in exception net.gdface.image.decorator.ImageErrorException
 
hashCode() - Method in class net.gdface.sdk.CodeInfo
 
hashCode() - Method in class net.gdface.sdk.CompareResult
 
hashCode() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
hashCode() - Method in class net.gdface.sdk.decorator.client.CompareResult
 
hashCode() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
hashCode() - Method in class net.gdface.sdk.decorator.client.FAngle
 
hashCode() - Method in class net.gdface.sdk.decorator.client.FInt2
 
hashCode() - Method in class net.gdface.sdk.decorator.client.FRect
 
hashCode() - Method in class net.gdface.sdk.decorator.client.FseResult
 
hashCode() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
hashCode() - Method in class net.gdface.sdk.decorator.CodeInfo
 
hashCode() - Method in class net.gdface.sdk.decorator.CompareResult
 
hashCode() - Method in class net.gdface.sdk.decorator.EyeInfo
 
hashCode() - Method in class net.gdface.sdk.decorator.FAngle
 
hashCode() - Method in class net.gdface.sdk.decorator.FInt2
 
hashCode() - Method in class net.gdface.sdk.decorator.FRect
 
hashCode() - Method in class net.gdface.sdk.decorator.FseResult
 
hashCode() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
hashCode() - Method in class net.gdface.sdk.EyeInfo
 
hashCode() - Method in class net.gdface.sdk.FAngle
 
hashCode() - Method in class net.gdface.sdk.FInt2
 
hashCode() - Method in class net.gdface.sdk.FRect
 
hashCode() - Method in class net.gdface.sdk.fse.CodeBean
 
hashCode() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
hashCode() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
hashCode() - Method in class net.gdface.sdk.FseResult
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectFaceArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectMaxFaceArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatHasFaceArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
height - Variable in class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 

I

IAuxTool - Interface in net.gdface.sdk
用于研究的辅助工具接口
id - Variable in class net.gdface.sdk.fse.CodeBean
特征码ID, 特征码的MD5校验值(使用MD5保证特征码ID的唯一性)
ImageErrorException - Exception in net.gdface.image.decorator.client
decorator pattern 装饰者模式代理ImageErrorException
代理对象必须有默认构造方法,String参数构造方法可选,必须是普通类型,不可以有@ThriftStruct注释
转发所有ImageErrorExceptionget/set方法到ImageErrorException.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
ImageErrorException() - Constructor for exception net.gdface.image.decorator.client.ImageErrorException
 
ImageErrorException(String) - Constructor for exception net.gdface.image.decorator.client.ImageErrorException
 
ImageErrorException(ImageErrorException) - Constructor for exception net.gdface.image.decorator.client.ImageErrorException
 
ImageErrorException - Exception in net.gdface.image.decorator
decorator pattern 装饰者模式代理ImageErrorException
代理对象必须有默认构造方法,String参数构造方法可选,必须是普通类型,不可以有@ThriftStruct注释
转发所有ImageErrorExceptionget/set方法到ImageErrorException.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
ImageErrorException() - Constructor for exception net.gdface.image.decorator.ImageErrorException
 
ImageErrorException(String) - Constructor for exception net.gdface.image.decorator.ImageErrorException
 
ImageErrorException(ImageErrorException) - Constructor for exception net.gdface.image.decorator.ImageErrorException
 
ImageErrorException - Exception in net.gdface.sdk.thrift.client
 
ImageErrorException() - Constructor for exception net.gdface.sdk.thrift.client.ImageErrorException
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.CompareFacesArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndGetCodeInfoArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.DetectCenterFaceArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.DetectFaceArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.DetectMaxFaceArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.GetCodeInfoArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.GetCodeInfoSingleArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.HasFaceArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFacesArgs
 
imgData - Variable in class net.gdface.sdk.FaceApiSpringController.WearMaskArgs
 
imgData1 - Variable in class net.gdface.sdk.FaceApiSpringController.Compare2FaceArgs
 
imgData1 - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndCompare2FaceArgs
 
imgData2 - Variable in class net.gdface.sdk.FaceApiSpringController.Compare2FaceArgs
 
imgData2 - Variable in class net.gdface.sdk.FaceApiSpringController.DetectAndCompare2FaceArgs
 
imgMD5 - Variable in class net.gdface.sdk.fse.CodeBean
当前特征码所属的图像的MD5校验值(图像ID),可为null, 应用层也可将此字段根据业务需要解释为其他含义
imgMD5 - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.AddFeatureToFseArgs
 
init() - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
用缺省值初始化
init() - Method in class net.gdface.sdk.fse.BaseFseDbEngine
搜索引擎初始化
initCause(Throwable) - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
initCause(Throwable) - Method in exception net.gdface.image.decorator.ImageErrorException
 
initCause(Throwable) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
initCause(Throwable) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
instanceOfFaceApi() - Method in interface net.gdface.sdk.FaceApiSpringController.InstanceSupplier
 
instanceOfFeatureSe() - Method in interface net.gdface.sdk.fse.FeatureSeSpringController.InstanceSupplier
 
isCorsEnable() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
isCorsEnable() - Static method in class net.gdface.service.sdk.spring.RestfulService
 
isLibraryLoaded() - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
isLocal() - Method in class net.gdface.sdk.BaseFaceApiLocal
 
isLocal() - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
isLocal() - Method in interface net.gdface.sdk.FaceApi
返回当前接口实现方式
false WebService类型
true 本地实现
isLocal() - Method in class net.gdface.sdk.FaceApiDecorator
 
isLocal() - Method in class net.gdface.sdk.FaceApiSpringController
返回当前接口实现方式
false WebService类型
true 本地实现
isLocal() - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
isLocal() - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
isLocal(ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
isLocal() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
isLocal() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
isNull(FRect) - Static method in class net.gdface.sdk.FRect
rectnull或所有字段为0时返回true
isRestfulStart() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
isSuccess() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
isSuccess() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
isSwaggerEnable() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
isSwaggerEnable() - Static method in class net.gdface.service.sdk.spring.RestfulService
 
isXhrStart() - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
isZeroAll() - Method in class net.gdface.sdk.FRect
 

J

JNIException - Exception in net.gdface.sdk.fse
 
JNIException() - Constructor for exception net.gdface.sdk.fse.JNIException
 
JNIException(String) - Constructor for exception net.gdface.sdk.fse.JNIException
 

L

loadConfig(Options, CommandLine) - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
loaddb() - Method in class net.gdface.sdk.fse.BaseFseDbEngine
加载数据库中所有特征到FSE内存表
loadLibrary(String, String) - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
加载名为libname的动态库, 如果libdirnull则调用System.loadLibrary(String)在系统搜索路径下查找动态库, 否则调用System.load(String)加载libdir指定路径下的动态库
Logo - Class in net.gdface.service.sdk
文本LOGO输出
Logo() - Constructor for class net.gdface.service.sdk.Logo
 

M

main(String...) - Static method in class net.gdface.service.sdk.FaceApiServiceMain
 
main(String[]) - Static method in class net.gdface.service.sdk.spring.RestfulService
test only
makeArgs() - Method in class net.gdface.service.sdk.mavenplugin.BaseWrapperRunMojo
 
makeDecorator(FaceApi) - Static method in class net.gdface.sdk.FaceApiDecorator
FaceApi 对象封装为 FaceApiDecorator 实例
如果 FaceApi 已经是 FaceApiDecorator 则返回 FaceApi}
makeDecorator(FeatureSe) - Static method in class net.gdface.sdk.fse.FeatureSeDecorator
FeatureSe 对象封装为 FeatureSeDecorator 实例
如果 FeatureSe 已经是 FeatureSeDecorator 则返回 FeatureSe}
makeOpenedLazyImage(byte[]) - Method in class net.gdface.sdk.BaseFaceApi
通过图像数据字节流(byte[])创建FaceImage对象
调用BaseLazyImage.setAutoClose(boolean)设置 autClose为false
如果有特殊要求,子类可以重写此方法
makeThriftServerConfig() - Static method in class net.gdface.service.sdk.FaceApiService
从配置文件中读取参数创建ThriftServerConfig实例
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectFaceArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectMaxFaceArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatHasFaceArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
matData - Variable in class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
matDetectAndGetCodeInfo(MatType, ByteBuffer, int, int, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in interface net.gdface.sdk.FaceApi
先对图像矩阵数据imgData进行人脸检测,然后提取人脸特征码
返回包含人脸特征数据的CodeInfo数组
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
matDetectAndGetCodeInfo(MatType, T, int, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectAndGetCodeInfo(MatType, ByteBuffer, int, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectAndGetCodeInfo(FaceApiSpringController.MatDetectAndGetCodeInfoArgs) - Method in class net.gdface.sdk.FaceApiSpringController
先对图像矩阵数据imgData进行人脸检测,然后提取人脸特征码
返回包含人脸特征数据的CodeInfo数组
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matDetectAndGetCodeInfo(MatType, ByteString, Integer, Integer, Integer, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matDetectAndGetCodeInfo(MatType, byte[], int, int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matDetectAndGetCodeInfo(MatType, byte[], int, int, int, FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatDetectAndGetCodeInfoArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
matDetectAndGetCodeInfoUnchecked(MatType, byte[], int, int, int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.matDetectAndGetCodeInfo(MatType,byte[],int,int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectAndGetCodeInfoUnchecked(MatType, T, int, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matDetectAndGetCodeInfo(MatType,byte[],int,int,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectAndGetCodeInfoUnchecked(MatType, ByteBuffer, int, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
matDetectFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matDetectFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.FaceApi
对图像矩阵进行人脸检测
返回人脸信息对象列表,没有检测到人脸返回空表
matDetectFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
matDetectFace(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectFace(FaceApiSpringController.MatDetectFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
对图像矩阵进行人脸检测
返回人脸信息对象列表,没有检测到人脸返回空表
matDetectFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matDetectFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matDetectFace(MatType, ByteString, Integer, Integer, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matDetectFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matDetectFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matDetectFace(MatType, byte[], int, int, FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatDetectFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatDetectFaceArgs
 
matDetectFaceUnchecked(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matDetectFace(MatType,byte[],int,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectFaceUnchecked(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectMaxFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApi
 
matDetectMaxFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matDetectMaxFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.FaceApi
检测最大的人脸
返回人脸位置数据对象CodeInfo
matDetectMaxFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
matDetectMaxFace(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectMaxFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matDetectMaxFace(FaceApiSpringController.MatDetectMaxFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
检测最大的人脸
返回人脸位置数据对象CodeInfo
matDetectMaxFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matDetectMaxFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matDetectMaxFace(MatType, ByteString, Integer, Integer, ServiceMethodCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matDetectMaxFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matDetectMaxFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matDetectMaxFace(MatType, byte[], int, int, FutureCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatDetectMaxFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatDetectMaxFaceArgs
 
matDetectMaxFaceUnchecked(MatType, byte[], int, int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.matDetectMaxFace(MatType,byte[],int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectMaxFaceUnchecked(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matDetectMaxFace(MatType,byte[],int,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matDetectMaxFaceUnchecked(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
matGetCodeInfo(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
matGetCodeInfo(MatType, ByteBuffer, int, int, int, List<CodeInfo>) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matGetCodeInfo(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.FaceApi
根据facePos提供的人脸信息位置, 在图像矩阵中提取特征码
返回包含人脸特征的CodeInfo对象,提取特征失败则返回null
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[]) - Method in interface net.gdface.sdk.FaceApi
根据facePos提供的人脸信息位置, 在图像矩阵中提取特征码
包含人脸特征数据的facePos
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiDecorator
 
matGetCodeInfo(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
 
matGetCodeInfo(MatType, T, int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matGetCodeInfo(MatType, ByteBuffer, int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matGetCodeInfo(MatType, T, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matGetCodeInfo(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matGetCodeInfo(FaceApiSpringController.MatGetCodeInfoArgs) - Method in class net.gdface.sdk.FaceApiSpringController
根据facePos提供的人脸信息位置, 在图像矩阵中提取特征码
包含人脸特征数据的facePos
matGetCodeInfo(FaceApiSpringController.MatGetCodeInfoSingleArgs) - Method in class net.gdface.sdk.FaceApiSpringController
根据facePos提供的人脸信息位置, 在图像矩阵中提取特征码
返回包含人脸特征的CodeInfo对象,提取特征失败则返回null
matGetCodeInfo(MatType, byte[], int, int, int, List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matGetCodeInfo(MatType, byte[], int, int, int, List<CodeInfo>) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matGetCodeInfo(MatType, ByteString, Integer, Integer, Integer, List<CodeInfo>, ServiceMethodCallback<List<CodeInfo>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matGetCodeInfo(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matGetCodeInfo(MatType, byte[], int, int, int, CodeInfo[], FutureCallback<CodeInfo[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
matGetCodeInfo(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matGetCodeInfo(MatType, byte[], int, int, CodeInfo, FutureCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatGetCodeInfoArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
matGetCodeInfoSingle(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matGetCodeInfoSingle(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matGetCodeInfoSingle(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matGetCodeInfoSingle(MatType, ByteString, Integer, Integer, CodeInfo, ServiceMethodCallback<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
MatGetCodeInfoSingleArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
matGetCodeInfoUnchecked(MatType, byte[], int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.matGetCodeInfo(MatType,byte[],int,int,int,net.gdface.sdk.CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matGetCodeInfoUnchecked(MatType, T, int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matGetCodeInfo(MatType,byte[],int,int,int,net.gdface.sdk.CodeInfo[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matGetCodeInfoUnchecked(MatType, ByteBuffer, int, int, int, CodeInfo[]) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int,int,CodeInfo[])对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matGetCodeInfoUnchecked(MatType, T, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matGetCodeInfo(MatType,byte[],int,int,CodeInfo)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matGetCodeInfoUnchecked(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matHasFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApi
 
matHasFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matHasFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.FaceApi
判断图像矩阵是否能提取到人脸特征码
返回为true则能检测到人脸并能提取特征码
matHasFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
matHasFace(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matHasFace(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matHasFace(FaceApiSpringController.MatHasFaceArgs) - Method in class net.gdface.sdk.FaceApiSpringController
判断图像矩阵是否能提取到人脸特征码
返回为true则能检测到人脸并能提取特征码
matHasFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matHasFace(MatType, byte[], int, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matHasFace(MatType, ByteString, Integer, Integer, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matHasFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matHasFace(MatType, byte[], int, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matHasFace(MatType, byte[], int, int, FutureCallback<Boolean>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatHasFaceArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatHasFaceArgs
 
matHasFaceUnchecked(MatType, T, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matHasFace(MatType,byte[],int,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matHasFaceUnchecked(MatType, ByteBuffer, int, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.BaseFaceApi
 
matSearchFaces(MatType, ByteBuffer, int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in interface net.gdface.sdk.FaceApi
1:N 人脸图像搜索
facePos指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。
返回包含相似度计算结果的FseResult数组
相似度值通过 FseResult.getSimilartys() 获取
对应的人脸特征ID由 FseResult.getFeatureIds()获取
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
matSearchFaces(MatType, T, int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matSearchFaces(MatType, ByteBuffer, int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matSearchFaces(FaceApiSpringController.MatSearchFacesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
1:N 人脸图像搜索
facePos指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。
返回包含相似度计算结果的FseResult数组
相似度值通过 FseResult.getSimilartys() 获取
对应的人脸特征ID由 FseResult.getFeatureIds()获取
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matSearchFaces(MatType, ByteString, Integer, Integer, CodeInfo, Double, Integer, ServiceMethodCallback<List<FseResult>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matSearchFaces(MatType, byte[], int, int, CodeInfo, double, int, FutureCallback<FseResult[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatSearchFacesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
matSearchFacesUnchecked(MatType, byte[], int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.matSearchFaces(MatType,byte[],int,int,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matSearchFacesUnchecked(MatType, T, int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matSearchFaces(MatType,byte[],int,int,CodeInfo,double,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matSearchFacesUnchecked(MatType, ByteBuffer, int, int, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectFaceArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectMaxFaceArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatHasFaceArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
matType - Variable in class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 
MatType - Enum in net.gdface.sdk.thrift.client
 
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
matWearMask(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.FaceApi
检测指定的人脸是否戴口罩
返回值有三种状态: true 戴口罩返回 false 未戴口罩返回 null 不知道
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
 
matWearMask(MatType, T, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matWearMask(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
matWearMask(FaceApiSpringController.MatWearMaskArgs) - Method in class net.gdface.sdk.FaceApiSpringController
检测指定的人脸是否戴口罩
返回值有三种状态: true 戴口罩返回 false 未戴口罩返回 null 不知道
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
matWearMask(MatType, ByteString, Integer, Integer, CodeInfo, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
matWearMask(MatType, byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
matWearMask(MatType, byte[], int, int, CodeInfo, FutureCallback<Boolean>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
MatWearMaskArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 
matWearMaskUnchecked(MatType, T, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.matWearMask(MatType,byte[],int,int,CodeInfo)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
matWearMaskUnchecked(MatType, ByteBuffer, int, int, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(MatType,ByteBuffer,int,int,CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出

N

nativeCompareCode(byte[], byte[]) - Method in class net.gdface.sdk.BaseFaceApiLocal
nativeDetectAndGetFeatures(byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
检测并提取特征
nativeDetectFace(byte[], int, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
检测人脸
nativeGetFaceFeature(byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
对faceinfo指定的人脸位置提取特征
nativeGetFaceFeatures(byte[], int, int, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
对图像矩阵中指定的人脸位置facePos并提取特征码,返回生成人脸特征码数据数组对象(人脸可能不止一个)
nativeGetFaceFeatures(byte[], int, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
根据检测到的人脸位置facePos,提取一组特征
nativeNv21DetectAndGetFeatures(byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
检测并提取特征
nativeNv21DetectFace(byte[], int, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
对从视频流中直接获取的NV21图像进行人脸检测
nativeNv21GetFaceFeature(byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
根据facePos提供的人脸信息位置, 在NV21格式图像中提取特征码
nativeNv21GetFaceFeatures(byte[], int, int, List<CodeInfo>) - Method in class net.gdface.sdk.BaseFaceApiLocal
根据facePos提供的人脸信息位置, 在NV21格式图像中提取特征码
nativeNv21WearMask(byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
戴口罩检测检测方法
nativeWearMask(byte[], int, int, CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
戴口罩检测检测方法
net.gdface.image.decorator - package net.gdface.image.decorator
 
net.gdface.image.decorator.client - package net.gdface.image.decorator.client
 
net.gdface.sdk - package net.gdface.sdk
 
net.gdface.sdk.decorator - package net.gdface.sdk.decorator
 
net.gdface.sdk.decorator.client - package net.gdface.sdk.decorator.client
 
net.gdface.sdk.fse - package net.gdface.sdk.fse
 
net.gdface.sdk.fse.decorator - package net.gdface.sdk.fse.decorator
 
net.gdface.sdk.fse.decorator.client - package net.gdface.sdk.fse.decorator.client
 
net.gdface.sdk.fse.thrift - package net.gdface.sdk.fse.thrift
 
net.gdface.sdk.fse.thrift.client - package net.gdface.sdk.fse.thrift.client
 
net.gdface.sdk.thrift - package net.gdface.sdk.thrift
 
net.gdface.sdk.thrift.client - package net.gdface.sdk.thrift.client
 
net.gdface.service.sdk - package net.gdface.service.sdk
 
net.gdface.service.sdk.mavenplugin - package net.gdface.service.sdk.mavenplugin
 
net.gdface.service.sdk.spring - package net.gdface.service.sdk.spring
 
newFaceApiResponse() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponseFactory
 
newFaceApiResponse() - Method in interface net.gdface.sdk.FaceApiSpringController.ResponseFactory
 
newFeatureSeResponse() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponseFactory
 
newFeatureSeResponse() - Method in interface net.gdface.sdk.fse.FeatureSeSpringController.ResponseFactory
 
NotFaceDetectedException - Exception in net.gdface.sdk.decorator.client
decorator pattern 装饰者模式代理NotFaceDetectedException
代理对象必须有默认构造方法,String参数构造方法可选,必须是普通类型,不可以有@ThriftStruct注释
转发所有NotFaceDetectedExceptionget/set方法到NotFaceDetectedException.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
NotFaceDetectedException() - Constructor for exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
NotFaceDetectedException(String) - Constructor for exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
NotFaceDetectedException(NotFaceDetectedException) - Constructor for exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
NotFaceDetectedException - Exception in net.gdface.sdk.decorator
decorator pattern 装饰者模式代理NotFaceDetectedException
代理对象必须有默认构造方法,String参数构造方法可选,必须是普通类型,不可以有@ThriftStruct注释
转发所有NotFaceDetectedExceptionget/set方法到NotFaceDetectedException.delegate()指定的实例,
计算机生成代码(generated by automated tools ThriftServiceDecoratorGenerator @author guyadong)
NotFaceDetectedException() - Constructor for exception net.gdface.sdk.decorator.NotFaceDetectedException
 
NotFaceDetectedException(String) - Constructor for exception net.gdface.sdk.decorator.NotFaceDetectedException
 
NotFaceDetectedException(NotFaceDetectedException) - Constructor for exception net.gdface.sdk.decorator.NotFaceDetectedException
 
NotFaceDetectedException - Exception in net.gdface.sdk
没有提取到人脸特征码,或检测到的人脸数目不合要求
NotFaceDetectedException(int) - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException(int, int) - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException(Throwable) - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException() - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException(String) - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException(String, Throwable) - Constructor for exception net.gdface.sdk.NotFaceDetectedException
 
NotFaceDetectedException - Exception in net.gdface.sdk.thrift.client
 
NotFaceDetectedException() - Constructor for exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 

O

onComplete(Object) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
onComplete() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
onComplete(Object) - Method in interface net.gdface.sdk.FaceApiSpringController.Response
接口方法调用成功
onComplete() - Method in interface net.gdface.sdk.FaceApiSpringController.Response
接口方法调用成功,调用方法返回类型为void
onComplete(Object) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
onComplete() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
onComplete(Object) - Method in interface net.gdface.sdk.fse.FeatureSeSpringController.Response
接口方法调用成功
onComplete() - Method in interface net.gdface.sdk.fse.FeatureSeSpringController.Response
接口方法调用成功,调用方法返回类型为void
onError(Exception) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
onError(Exception) - Method in interface net.gdface.sdk.FaceApiSpringController.Response
接口方法调用抛出异常
onError(Exception) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
onError(Exception) - Method in interface net.gdface.sdk.fse.FeatureSeSpringController.Response
接口方法调用抛出异常
onFailure(Throwable) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync.DefaultCallback
 
onFailure(Throwable) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
onImageErrorException(ImageErrorException) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
onNotFaceDetectedException(NotFaceDetectedException) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
onServiceRuntimeException(ServiceRuntimeException) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync.DefaultCallback
 
onServiceRuntimeException(ServiceRuntimeException) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
onSuccess(V) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync.DefaultCallback
 
onSuccess(V) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
onThrowable(Throwable) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync.DefaultCallback
 
onThrowable(Throwable) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync.DefaultCallback
 
ownerOf(F) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
从特征记录中返回特征所属者ID

P

printStackTrace() - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
printStackTrace(PrintStream) - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
printStackTrace(PrintWriter) - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
printStackTrace() - Method in exception net.gdface.image.decorator.ImageErrorException
 
printStackTrace(PrintStream) - Method in exception net.gdface.image.decorator.ImageErrorException
 
printStackTrace(PrintWriter) - Method in exception net.gdface.image.decorator.ImageErrorException
 
printStackTrace() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
printStackTrace(PrintStream) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
printStackTrace(PrintWriter) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
printStackTrace() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
printStackTrace(PrintStream) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
printStackTrace(PrintWriter) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
PROP_FSE - Static variable in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 
PROP_LIBNAME - Static variable in class net.gdface.sdk.fse.BaseFeatureSearchEngine
 

R

RectUtils - Class in net.gdface.sdk
 
RectUtils() - Constructor for class net.gdface.sdk.RectUtils
 
relocate() - Method in class net.gdface.sdk.CodeInfo
将当前人脸位置对象中的坐标数据根据偏移坐标(CodeInfo.offset)重新定位
所有水平坐标 - offset.x
所有垂直坐标 - offset.y
返回重新定位的当前对象
relocateFacialData() - Method in class net.gdface.sdk.CodeInfo
对面部数据重新定位
默认实现对面部数据(CodeInfo.facialData)不做任何修改,子类可重写此方法
removeFeature(byte[]) - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
removeFeature(byte[]) - Method in interface net.gdface.sdk.fse.FeatureSe
根据特征码ID中表中删除指定的记录
removeFeature(byte[]) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
removeFeature(byte[]) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
removeFeature(T) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.removeFeature(byte[])对应的泛型方法
removeFeature(FeatureSeSpringController.RemoveFeatureFromFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
根据特征码ID中表中删除指定的记录
removeFeature(byte[]) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
removeFeature(byte[]) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
removeFeature(byte[], FutureCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
removeFeatureByHex(String) - Method in class net.gdface.sdk.fse.BaseFeatureSeImpl
 
removeFeatureByHex(String) - Method in interface net.gdface.sdk.fse.FeatureSe
根据特征码ID中表中删除指定的记录
removeFeatureByHex(String) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
removeFeatureByHex(String) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
removeFeatureByHex(FeatureSeSpringController.RemoveFeatureByHexFromFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
根据特征码ID中表中删除指定的记录
removeFeatureByHex(String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
removeFeatureByHex(String) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
removeFeatureByHex(String, FutureCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
removeFeatureByHexFromFse(String) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
removeFeatureByHexFromFse(String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
removeFeatureByHexFromFse(String) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
removeFeatureByHexFromFse(String, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
RemoveFeatureByHexFromFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.RemoveFeatureByHexFromFseArgs
 
removeFeatureFromFse(ByteBuffer) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
removeFeatureFromFse(byte[]) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
removeFeatureFromFse(byte[]) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
removeFeatureFromFse(ByteString, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
RemoveFeatureFromFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.RemoveFeatureFromFseArgs
 
removeFeatureUnchecked(T) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.removeFeature(byte[])泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
RestfulService - Class in net.gdface.service.sdk.spring
将faceapi接口封装为RESTful接口spring web应用
RestfulService() - Constructor for class net.gdface.service.sdk.spring.RestfulService
 
rows - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
rows - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFacesArgs
 
rows - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFeaturesArgs
 
rows - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.SearchCodeFromFseArgs
 
run() - Static method in class net.gdface.service.sdk.spring.RestfulService
启动spring boot应用

S

saveOnFail(String, BaseLazyImage) - Method in interface net.gdface.sdk.IAuxTool
保存指定的图像
sdkCapacity() - Method in class net.gdface.sdk.BaseFaceApiLocal
 
sdkCapacity() - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
sdkCapacity() - Method in interface net.gdface.sdk.FaceApi
返回当前SDK特性(能力)描述,已定义字段:
SDK_VERSION [string]SDK版本号 MULTI_FACE_FEATURE [boolean]算法是否支持多人脸合成特征 FACE_LIVE [boolean]是否支持活体检测 WEAR_MASK [boolean]是否支持口罩检测 FDDATA_SIZE [int]人脸检测数据的(byte)长度 FEATURE_SIZE [int]人脸特征数据(byte)长度 MAX_FACE_COUNT [int]最大检测人脸数目 FSE_ENABLE [boolean]是否支持特征内存搜索引擎 CODEINFO_RELOCATE [boolean]是否支持CodeInfo对象重定位 LOCAL_DETECT [boolean] 人脸检测是否为本地实现,未定义则为false 以上字段名常量定义参见CapacityFieldConstant
sdkCapacity() - Method in class net.gdface.sdk.FaceApiDecorator
 
sdkCapacity() - Method in class net.gdface.sdk.FaceApiSpringController
返回当前SDK特性(能力)描述,已定义字段:
SDK_VERSION [string]SDK版本号 MULTI_FACE_FEATURE [boolean]算法是否支持多人脸合成特征 FACE_LIVE [boolean]是否支持活体检测 WEAR_MASK [boolean]是否支持口罩检测 FDDATA_SIZE [int]人脸检测数据的(byte)长度 FEATURE_SIZE [int]人脸特征数据(byte)长度 MAX_FACE_COUNT [int]最大检测人脸数目 FSE_ENABLE [boolean]是否支持特征内存搜索引擎 CODEINFO_RELOCATE [boolean]是否支持CodeInfo对象重定位 LOCAL_DETECT [boolean] 人脸检测是否为本地实现,未定义则为false 以上字段名常量定义参见CapacityFieldConstant
sdkCapacity() - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
sdkCapacity() - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
sdkCapacity(ServiceMethodCallback<Map<String, String>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
sdkCapacity() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
sdkCapacity() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
sdkCapacity(FutureCallback<Map<String, String>>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
searchCode(byte[], double, int) - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
searchCode(byte[], double, int, Set<String>, TimeCostProbe) - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
特征码code与数据库中的特征码比对,以相似度降序返回比对结果
searchCode(byte[], double, int, Collection<String>, TimeCostProbe) - Static method in class net.gdface.sdk.fse.BaseFeatureSearchEngine
searchCode(byte[], double, int) - Method in interface net.gdface.sdk.fse.FeatureSe
在内存表中根据比对相似度进行特征码搜索
searchCode(byte[], double, int) - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
searchCode(byte[], double, int) - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
searchCode(T, double, int) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
searchCode(FeatureSeSpringController.SearchCodeFromFseArgs) - Method in class net.gdface.sdk.fse.FeatureSeSpringController
在内存表中根据比对相似度进行特征码搜索
searchCode(byte[], double, int) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
searchCode(byte[], double, int) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
searchCode(byte[], double, int, FutureCallback<CodeBean[]>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
searchCodeFromFse(ByteBuffer, double, int) - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
searchCodeFromFse(byte[], double, int) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
searchCodeFromFse(byte[], double, int) - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
searchCodeFromFse(ByteString, Double, Integer, ServiceMethodCallback<List<CodeBean>>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
SearchCodeFromFseArgs() - Constructor for class net.gdface.sdk.fse.FeatureSeSpringController.SearchCodeFromFseArgs
 
searchCodeUnchecked(T, double, int) - Method in class net.gdface.sdk.fse.FeatureSeGenericDecorator
FeatureSe.searchCode(byte[],double,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFaces(byte[], CodeInfo, double, int) - Method in class net.gdface.sdk.BaseFaceApi
 
searchFaces(ByteBuffer, CodeInfo, double, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
searchFaces(byte[], CodeInfo, double, int) - Method in interface net.gdface.sdk.FaceApi
1:N 人脸图像搜索
facePos指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。
返回包含相似度计算结果的FseResult数组
相似度值通过 FseResult.getSimilartys() 获取
对应的人脸特征ID由 FseResult.getFeatureIds()获取
searchFaces(byte[], CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
searchFaces(T, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFaces(InputStream, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFaces(URL, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFaces(File, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFaces(ByteBuffer, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFaces(FaceApiSpringController.SearchFacesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
1:N 人脸图像搜索
facePos指定的人脸位置提取特征码,然后在数据库中搜索相似的人脸返回搜索结果。
返回包含相似度计算结果的FseResult数组
相似度值通过 FseResult.getSimilartys() 获取
对应的人脸特征ID由 FseResult.getFeatureIds()获取
searchFaces(byte[], CodeInfo, double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
searchFaces(byte[], CodeInfo, double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
searchFaces(ByteString, CodeInfo, Double, Integer, ServiceMethodCallback<List<FseResult>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
searchFaces(byte[], CodeInfo, double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
searchFaces(byte[], CodeInfo, double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
searchFaces(byte[], CodeInfo, double, int, FutureCallback<FseResult[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
SearchFacesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.SearchFacesArgs
 
searchFacesUnchecked(byte[], CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.searchFaces(byte[],CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFacesUnchecked(T, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.searchFaces(byte[],CodeInfo,double,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFacesUnchecked(InputStream, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(InputStream,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFacesUnchecked(URL, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(URL,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFacesUnchecked(File, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(File,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFacesUnchecked(ByteBuffer, CodeInfo, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
(ByteBuffer,CodeInfo,double,int)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
searchFeatures(byte[], double, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
searchFeatures(ByteBuffer, double, int) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
searchFeatures(byte[], double, int) - Method in interface net.gdface.sdk.FaceApi
1:N 人脸特征搜索
搜索与code相似度大于similarty的记录(最多返回前rows个结果)
返回包含相似度计算结果的FseResult数组,返回结果以相似度降序排列
相似度值通过 FseResult#getSimilartys() 获取
对应的人脸特征ID由 FseResult#getFeatureIds()获取
searchFeatures(byte[], double, int) - Method in class net.gdface.sdk.FaceApiDecorator
 
searchFeatures(T, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
searchFeatures(FaceApiSpringController.SearchFeaturesArgs) - Method in class net.gdface.sdk.FaceApiSpringController
1:N 人脸特征搜索
搜索与code相似度大于similarty的记录(最多返回前rows个结果)
返回包含相似度计算结果的FseResult数组,返回结果以相似度降序排列
相似度值通过 FseResult#getSimilartys() 获取
对应的人脸特征ID由 FseResult#getFeatureIds()获取
searchFeatures(byte[], double, int) - Method in class net.gdface.sdk.fse.BaseFseDbEngine
 
searchFeatures(byte[], double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
searchFeatures(byte[], double, int) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
searchFeatures(ByteString, Double, Integer, ServiceMethodCallback<List<FseResult>>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
searchFeatures(byte[], double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
searchFeatures(byte[], double, int) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
searchFeatures(byte[], double, int, FutureCallback<FseResult[]>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
SearchFeaturesArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.SearchFeaturesArgs
 
searchFeaturesUnchecked(T, double, int) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.searchFeatures(byte[],double,int)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
serviceApi() - Method in class net.gdface.service.sdk.spring.RestfulService
 
ServiceRuntimeException - Exception in net.gdface.sdk.fse.thrift.client
 
ServiceRuntimeException() - Constructor for exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
ServiceRuntimeException - Exception in net.gdface.sdk.fse.thrift
服务端抛出的 runtime 异常
ServiceRuntimeException - Exception in net.gdface.sdk.thrift.client
 
ServiceRuntimeException() - Constructor for exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
ServiceRuntimeException - Exception in net.gdface.sdk.thrift
服务端抛出的 runtime 异常
setAngle(FAngle) - Method in class net.gdface.sdk.CodeInfo
 
setAngle(FAngle) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setAngle(FAngle) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setAngle(FAngle) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setAuxTool(IAuxTool) - Static method in class net.gdface.sdk.BaseFaceApiLocal
 
setCauseClass(String) - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
setCauseClass(String) - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
setCauseClass(String) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setCauseClass(String) - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
setCauseFields(String) - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
setCauseFields(String) - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
setCauseFields(String) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setCauseFields(String) - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
setCode(byte[]) - Method in class net.gdface.sdk.CodeInfo
 
setCode(byte[]) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setCode(ByteBuffer) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setCode(byte[]) - Method in class net.gdface.sdk.fse.CodeBean
 
setCode(byte[]) - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
setCode(ByteBuffer) - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
setCode(byte[]) - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
setCode(byte[]) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setCodeNum(int) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
setCodeNum(int) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
setCodeNum(int) - Method in exception net.gdface.sdk.NotFaceDetectedException
 
setCodeNum(int) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setCodes(CodeInfo[]) - Method in class net.gdface.sdk.CompareResult
 
setCodes(List<CodeInfo>) - Method in class net.gdface.sdk.decorator.client.CompareResult
 
setCodes(List<CodeInfo>) - Method in class net.gdface.sdk.decorator.CompareResult
 
setCodes(List<CodeInfo>) - Method in class net.gdface.sdk.thrift.client.CompareResult
 
setConfidence(double) - Method in class net.gdface.sdk.decorator.client.FAngle
 
setConfidence(double) - Method in class net.gdface.sdk.decorator.FAngle
 
setConfidence(float) - Method in class net.gdface.sdk.FAngle
 
setConfidence(double) - Method in class net.gdface.sdk.thrift.client.FAngle
 
setCorsEnable(boolean) - Method in class net.gdface.service.sdk.FaceApiServiceConfig
 
setCorsEnable(boolean) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置是否支持跨域访问(CORS)
setCustomizer(TomcatConnectorCustomizer) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置tomcat参数定义接口实例
setEi(EyeInfo) - Method in class net.gdface.sdk.CodeInfo
 
setEi(EyeInfo) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setEi(EyeInfo) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setEi(EyeInfo) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setErrorMessage(String) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
setErrorMessage(String) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
setFaceNum(int) - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
setFaceNum(int) - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
setFaceNum(int) - Method in exception net.gdface.sdk.NotFaceDetectedException
 
setFaceNum(int) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setFacialData(byte[]) - Method in class net.gdface.sdk.CodeInfo
 
setFacialData(byte[]) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setFacialData(ByteBuffer) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setFacialData(byte[]) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setFeatureId(byte[]) - Method in class net.gdface.sdk.decorator.client.FseResult
 
setFeatureId(ByteBuffer) - Method in class net.gdface.sdk.decorator.FseResult
 
setFeatureId(byte[]) - Method in class net.gdface.sdk.FseResult
 
setFeatureId(byte[]) - Method in class net.gdface.sdk.thrift.client.FseResult
 
setGlobalContext(ContextLoader.GlobalContextField, Object) - Static method in class net.gdface.sdk.ContextLoader
设置全局上下文,用于应用层在SDK初始化前指定初始化参数
setHeight(int) - Method in class net.gdface.sdk.decorator.client.FRect
 
setHeight(int) - Method in class net.gdface.sdk.decorator.FRect
 
setHeight(int) - Method in class net.gdface.sdk.FRect
 
setHeight(int) - Method in class net.gdface.sdk.thrift.client.FRect
 
setHttpPort(int) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置HTTP端口,默认8080
setId(byte[]) - Method in class net.gdface.sdk.fse.CodeBean
 
setId(byte[]) - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
setId(ByteBuffer) - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
setId(byte[]) - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
setImgMD5(String) - Method in class net.gdface.sdk.fse.CodeBean
 
setImgMD5(String) - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
setImgMD5(String) - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
setImgMD5(String) - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
setInstanceSupplier(FaceApiSpringController.InstanceSupplier) - Static method in class net.gdface.sdk.FaceApiSpringController
 
setInstanceSupplier(FeatureSeSpringController.InstanceSupplier) - Static method in class net.gdface.sdk.fse.FeatureSeSpringController
 
setInterfaceInstance(FaceApi) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置FaceApi实例
setInterfaceInstance(FeatureSe) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置FaceApi实例
setLeft(int) - Method in class net.gdface.sdk.decorator.client.FRect
 
setLeft(int) - Method in class net.gdface.sdk.decorator.FRect
 
setLeft(int) - Method in class net.gdface.sdk.FRect
 
setLeft(int) - Method in class net.gdface.sdk.thrift.client.FRect
 
setLeftAndRight(int, int, int, int) - Method in class net.gdface.sdk.EyeInfo
 
setLeftx(int) - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
setLeftx(int) - Method in class net.gdface.sdk.decorator.EyeInfo
 
setLeftx(int) - Method in class net.gdface.sdk.EyeInfo
 
setLeftx(int) - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
setLefty(int) - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
setLefty(int) - Method in class net.gdface.sdk.decorator.EyeInfo
 
setLefty(int) - Method in class net.gdface.sdk.EyeInfo
 
setLefty(int) - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
setMessage(String) - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
setMessage(String) - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
setMessage(String) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setMessage(String) - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
setMouth(FInt2) - Method in class net.gdface.sdk.CodeInfo
 
setMouth(FInt2) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setMouth(FInt2) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setMouth(FInt2) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setNose(FInt2) - Method in class net.gdface.sdk.CodeInfo
 
setNose(FInt2) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setNose(FInt2) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setNose(FInt2) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setOffset(FInt2) - Method in class net.gdface.sdk.CodeInfo
 
setOffset(FInt2) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setOffset(FInt2) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setOffset(FInt2) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setOwner(String) - Method in class net.gdface.sdk.decorator.client.FseResult
 
setOwner(String) - Method in class net.gdface.sdk.decorator.FseResult
 
setOwner(String) - Method in class net.gdface.sdk.FseResult
 
setOwner(String) - Method in class net.gdface.sdk.thrift.client.FseResult
 
setPitch(int) - Method in class net.gdface.sdk.decorator.client.FAngle
 
setPitch(int) - Method in class net.gdface.sdk.decorator.FAngle
 
setPitch(int) - Method in class net.gdface.sdk.FAngle
 
setPitch(int) - Method in class net.gdface.sdk.thrift.client.FAngle
 
setPos(FRect) - Method in class net.gdface.sdk.CodeInfo
 
setPos(FRect) - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
setPos(FRect) - Method in class net.gdface.sdk.decorator.CodeInfo
 
setPos(FRect) - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
setResult(Object) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
setResult(Object) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
setRightx(int) - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
setRightx(int) - Method in class net.gdface.sdk.decorator.EyeInfo
 
setRightx(int) - Method in class net.gdface.sdk.EyeInfo
 
setRightx(int) - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
setRighty(int) - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
setRighty(int) - Method in class net.gdface.sdk.decorator.EyeInfo
 
setRighty(int) - Method in class net.gdface.sdk.EyeInfo
 
setRighty(int) - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
setRoll(int) - Method in class net.gdface.sdk.decorator.client.FAngle
 
setRoll(int) - Method in class net.gdface.sdk.decorator.FAngle
 
setRoll(int) - Method in class net.gdface.sdk.FAngle
 
setRoll(int) - Method in class net.gdface.sdk.thrift.client.FAngle
 
setServiceStackTraceMessage(String) - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
setServiceStackTraceMessage(String) - Method in exception net.gdface.sdk.thrift.client.ImageErrorException
 
setServiceStackTraceMessage(String) - Method in exception net.gdface.sdk.thrift.client.NotFaceDetectedException
 
setServiceStackTraceMessage(String) - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
setSimilarity(double) - Method in class net.gdface.sdk.decorator.client.FseResult
 
setSimilarity(double) - Method in class net.gdface.sdk.decorator.FseResult
 
setSimilarity(double) - Method in class net.gdface.sdk.fse.CodeBean
 
setSimilarity(double) - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
setSimilarity(double) - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
setSimilarity(double) - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
setSimilarity(double) - Method in class net.gdface.sdk.FseResult
 
setSimilarity(double) - Method in class net.gdface.sdk.thrift.client.FseResult
 
setSimilartys(double[]) - Method in class net.gdface.sdk.CompareResult
 
setSimilartys(List<Double>) - Method in class net.gdface.sdk.decorator.client.CompareResult
 
setSimilartys(List<Double>) - Method in class net.gdface.sdk.decorator.CompareResult
 
setSimilartys(List<Double>) - Method in class net.gdface.sdk.thrift.client.CompareResult
 
setStackTrace(String) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
setStackTrace(String) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
setSuccess(boolean) - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
setSuccess(boolean) - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
setSwaggerEnable(boolean) - Static method in class net.gdface.service.sdk.spring.RestfulService
设置是否显示在线swagger文档
setTop(int) - Method in class net.gdface.sdk.decorator.client.FRect
 
setTop(int) - Method in class net.gdface.sdk.decorator.FRect
 
setTop(int) - Method in class net.gdface.sdk.FRect
 
setTop(int) - Method in class net.gdface.sdk.thrift.client.FRect
 
setType(int) - Method in exception net.gdface.sdk.fse.thrift.client.ServiceRuntimeException
 
setType(int) - Method in exception net.gdface.sdk.thrift.client.ServiceRuntimeException
 
setWidth(int) - Method in class net.gdface.sdk.decorator.client.FRect
 
setWidth(int) - Method in class net.gdface.sdk.decorator.FRect
 
setWidth(int) - Method in class net.gdface.sdk.FRect
 
setWidth(int) - Method in class net.gdface.sdk.thrift.client.FRect
 
setX(int) - Method in class net.gdface.sdk.decorator.client.FInt2
 
setX(int) - Method in class net.gdface.sdk.decorator.FInt2
 
setX(int) - Method in class net.gdface.sdk.FInt2
 
setX(int) - Method in class net.gdface.sdk.thrift.client.FInt2
 
setY(int) - Method in class net.gdface.sdk.decorator.client.FInt2
 
setY(int) - Method in class net.gdface.sdk.decorator.FInt2
 
setY(int) - Method in class net.gdface.sdk.FInt2
 
setY(int) - Method in class net.gdface.sdk.thrift.client.FInt2
 
setYaw(int) - Method in class net.gdface.sdk.decorator.client.FAngle
 
setYaw(int) - Method in class net.gdface.sdk.decorator.FAngle
 
setYaw(int) - Method in class net.gdface.sdk.FAngle
 
setYaw(int) - Method in class net.gdface.sdk.thrift.client.FAngle
 
sim - Variable in class net.gdface.sdk.fse.FeatureSeSpringController.SearchCodeFromFseArgs
 
similarity - Variable in class net.gdface.sdk.fse.CodeBean
相似度比较结果,该字段只在特征码搜索方法返回值中有效。用于当前存储人脸特征方法调用搜索返回结果.
similarty - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
similarty - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFacesArgs
 
similarty - Variable in class net.gdface.sdk.FaceApiSpringController.SearchFeaturesArgs
 
size() - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
size() - Method in interface net.gdface.sdk.fse.FeatureSe
 
size() - Method in class net.gdface.sdk.fse.FeatureSeDecorator
 
size() - Method in class net.gdface.sdk.fse.FeatureSeDefaultImpl
 
size() - Method in class net.gdface.sdk.fse.FeatureSeSpringController
 
size() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
size() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
size(FutureCallback<Integer>) - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
sizeOfFse() - Method in class net.gdface.sdk.fse.decorator.FeatureSeThriftDecorator
 
sizeOfFse() - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe.Async
 
sizeOfFse() - Method in interface net.gdface.sdk.fse.thrift.client.FeatureSe
 
sizeOfFse(ServiceMethodCallback<Integer>) - Method in class net.gdface.sdk.fse.thrift.client.FeatureSeClient
 
startRestfulService() - Static method in class net.gdface.service.sdk.FaceApiService
启动RESTful WEB服务实例

T

testConnect() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
test if connectable for RPC service
testConnect() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
test if connectable for RPC service
testConnect() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
test if connectable for RPC service
testConnect() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
test if connectable for RPC service
textLogo() - Static method in class net.gdface.service.sdk.Logo
显示文本LOGO
toFseResult(CodeBean[]) - Static method in class net.gdface.sdk.fse.CodeBean
 
toNativeMatrix(MatType, byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApi
将指定的图像矩阵转为图像检测和建模的图像矩阵的(色彩空间)类型(参见 BaseFaceApi.getNativeMatrixType())
toNativeMatrix(MatType, byte[], int, int) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
toNv21(MatType, byte[], int, int) - Static method in class net.gdface.sdk.BaseFaceApiLocal
 
toStream(PrintStream) - Method in class net.gdface.sdk.CodeInfo
以文本形式向PrintStream输出对象内容
toStream(PrintStream) - Method in class net.gdface.sdk.EyeInfo
以文本形式向PrintStream输出对象内容
toStream(PrintStream) - Method in class net.gdface.sdk.FAngle
以文本形式向PrintStream输出对象内容
toStream(PrintStream) - Method in class net.gdface.sdk.FInt2
以文本形式向PrintStream输出对象内容
toStream(PrintStream) - Method in class net.gdface.sdk.FRect
以文本形式向PrintStream输出对象内容
toString() - Method in exception net.gdface.image.decorator.client.ImageErrorException
 
toString() - Method in exception net.gdface.image.decorator.ImageErrorException
 
toString() - Method in class net.gdface.sdk.CodeInfo
 
toString() - Method in class net.gdface.sdk.CompareResult
 
toString() - Method in class net.gdface.sdk.decorator.client.CodeInfo
 
toString() - Method in class net.gdface.sdk.decorator.client.CompareResult
 
toString() - Method in class net.gdface.sdk.decorator.client.EyeInfo
 
toString() - Method in class net.gdface.sdk.decorator.client.FAngle
 
toString() - Method in class net.gdface.sdk.decorator.client.FInt2
 
toString() - Method in class net.gdface.sdk.decorator.client.FRect
 
toString() - Method in class net.gdface.sdk.decorator.client.FseResult
 
toString() - Method in exception net.gdface.sdk.decorator.client.NotFaceDetectedException
 
toString() - Method in class net.gdface.sdk.decorator.CodeInfo
 
toString() - Method in class net.gdface.sdk.decorator.CompareResult
 
toString() - Method in class net.gdface.sdk.decorator.EyeInfo
 
toString() - Method in class net.gdface.sdk.decorator.FAngle
 
toString() - Method in class net.gdface.sdk.decorator.FInt2
 
toString() - Method in class net.gdface.sdk.decorator.FRect
 
toString() - Method in class net.gdface.sdk.decorator.FseResult
 
toString() - Method in exception net.gdface.sdk.decorator.NotFaceDetectedException
 
toString() - Method in class net.gdface.sdk.EyeInfo
 
toString() - Method in class net.gdface.sdk.FaceApiSpringController.DefaultResponse
 
toString() - Method in class net.gdface.sdk.FAngle
 
toString() - Method in class net.gdface.sdk.FInt2
 
toString() - Method in class net.gdface.sdk.FRect
 
toString() - Method in class net.gdface.sdk.fse.BaseFeatureSearchEngine.FeatureSeImpl
 
toString() - Method in class net.gdface.sdk.fse.BaseFseDbEngine
 
toString() - Method in class net.gdface.sdk.fse.CodeBean
 
toString(boolean) - Method in class net.gdface.sdk.fse.CodeBean
 
toString() - Method in class net.gdface.sdk.fse.decorator.client.CodeBean
 
toString() - Method in class net.gdface.sdk.fse.decorator.CodeBean
 
toString() - Method in class net.gdface.sdk.fse.FeatureSeSpringController.DefaultResponse
 
toString() - Method in class net.gdface.sdk.fse.thrift.client.CodeBean
 
toString() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClient
 
toString() - Method in class net.gdface.sdk.fse.thrift.FeatureSeThriftClientAsync
 
toString() - Method in class net.gdface.sdk.FseResult
 
toString() - Method in class net.gdface.sdk.thrift.client.CodeInfo
 
toString() - Method in class net.gdface.sdk.thrift.client.CompareResult
 
toString() - Method in class net.gdface.sdk.thrift.client.EyeInfo
 
toString() - Method in class net.gdface.sdk.thrift.client.FAngle
 
toString() - Method in class net.gdface.sdk.thrift.client.FInt2
 
toString() - Method in class net.gdface.sdk.thrift.client.FRect
 
toString() - Method in class net.gdface.sdk.thrift.client.FseResult
 
toString() - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
toString() - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 

V

valueOf(String) - Static method in enum net.gdface.sdk.ContextLoader.ContextField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.gdface.sdk.ContextLoader.GlobalContextField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.gdface.sdk.thrift.client.MatType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.gdface.sdk.ContextLoader.ContextField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.gdface.sdk.ContextLoader.GlobalContextField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.gdface.sdk.thrift.client.MatType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wearMask(byte[], CodeInfo) - Method in class net.gdface.sdk.BaseFaceApiLocal
 
wearMask(ByteBuffer, CodeInfo) - Method in class net.gdface.sdk.decorator.FaceApiThriftDecorator
 
wearMask(byte[], CodeInfo) - Method in interface net.gdface.sdk.FaceApi
检测指定的人脸是否戴口罩
返回值有三种状态: true 戴口罩返回 false 未戴口罩返回 null 不知道
wearMask(byte[], CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
 
wearMask(T, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
wearMask(FaceApiSpringController.WearMaskArgs) - Method in class net.gdface.sdk.FaceApiSpringController
检测指定的人脸是否戴口罩
返回值有三种状态: true 戴口罩返回 false 未戴口罩返回 null 不知道
wearMask(byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi.Async
 
wearMask(byte[], CodeInfo) - Method in interface net.gdface.sdk.thrift.client.FaceApi
 
wearMask(ByteString, CodeInfo, ServiceMethodCallback<Boolean>) - Method in class net.gdface.sdk.thrift.client.FaceApiClient
 
wearMask(byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClient
 
wearMask(byte[], CodeInfo) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
wearMask(byte[], CodeInfo, FutureCallback<Boolean>) - Method in class net.gdface.sdk.thrift.FaceApiThriftClientAsync
 
WearMaskArgs() - Constructor for class net.gdface.sdk.FaceApiSpringController.WearMaskArgs
 
wearMaskUnchecked(byte[], CodeInfo) - Method in class net.gdface.sdk.FaceApiDecorator
FaceApi.wearMask(byte[],CodeInfo)对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
wearMaskUnchecked(T, CodeInfo) - Method in class net.gdface.sdk.FaceApiGenericDecorator
FaceApi.wearMask(byte[],CodeInfo)泛型方法对应的unchecked方法, 所有显式申明的异常都被封装到RuntimeException抛出
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectAndGetCodeInfoArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectFaceArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatDetectMaxFaceArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatGetCodeInfoSingleArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatHasFaceArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatSearchFacesArgs
 
width - Variable in class net.gdface.sdk.FaceApiSpringController.MatWearMaskArgs
 
withOffset(int, int) - Method in class net.gdface.sdk.CodeInfo
 

Z

ZERO_OFFSET - Static variable in class net.gdface.sdk.CodeInfo
 
A B C D E F G H I J L M N O P R S T V W Z 
Skip navigation links

Copyright © 2020. All rights reserved.