B C D E F G H I J L N P R S T X Y 

B

BaseToInputStream(String) - 类 中的静态方法cn.zhys513.common.seetaface.ImageBase64Utils
将base64转换为InputStream
Bitmap2Bytes(BufferedImage) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
 
bottom - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
byte2HexStr(byte[]) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
bytes转换成十六进制字符串
bytesToHexString(byte[]) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
 

C

CalcSimilarity(float[], float[]) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
人脸特征比对
CMSeetaFace - cn.zhys513.common.seetaface中的类
 
CMSeetaFace() - 类 的构造器cn.zhys513.common.seetaface.CMSeetaFace
 
cn.zhys513.common.seetaface - 程序包 cn.zhys513.common.seetaface
 
createDir(String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
创建文件夹
createDir(File) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
 

D

decodeBase64ToImage(String, String, String) - 类 中的静态方法cn.zhys513.common.seetaface.ImageBase64Utils
将Base64位编码的图片进行解码,并保存到指定目录
deleteDirectory(String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
删除目录(文件夹)以及目录下的文件
deleteFile(String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
删除单个文件
DetectFacesByte(byte[], int, int) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
检测人脸
DetectFacesImage(BufferedImage) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
检测人脸
DetectFacesPath(String) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
检测人脸
DetectFacesPath(InputStream) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
 

E

encodeImgageToBase64(URL) - 类 中的静态方法cn.zhys513.common.seetaface.ImageBase64Utils
将网络图片进行Base64位编码
encodeImgageToBase64(File) - 类 中的静态方法cn.zhys513.common.seetaface.ImageBase64Utils
将本地图片进行Base64位编码

F

FAILED - 类 中的静态变量cn.zhys513.common.seetaface.FileUtils
操作失败返回值
features - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
fileCopy(File, File) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
方法名:
详述:
开发人员:王太顺
创建时间:2015-10-26
fileExists(String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 
fileIsExists(String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
方法名:
详述: 判断文件是否存在
开发人员:王太顺
创建时间:2015年11月13日
FileUtils - cn.zhys513.common.seetaface中的类
 
FileUtils() - 类 的构造器cn.zhys513.common.seetaface.FileUtils
 

G

getBytesFromFile(File) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
文件转化为字节数组
getFileFromBytes(byte[], String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
把字节数组保存为一个文件
getJarDir() - 类 中的静态方法cn.zhys513.common.seetaface.JarToolUtil
获取jar目录
getJarName() - 类 中的静态方法cn.zhys513.common.seetaface.JarToolUtil
获取jar包名
getJarPath() - 类 中的静态方法cn.zhys513.common.seetaface.JarToolUtil
获取jar绝对路径
getScaledBitmap(String, int) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
方法名:
详述:取识别人脸截图
开发人员:王太顺
创建时间:2015年12月10日

H

hexStr2Bytes(String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
bytes字符串转换为Byte值

I

ImageBase64Utils - cn.zhys513.common.seetaface中的类
 
ImageBase64Utils() - 类 的构造器cn.zhys513.common.seetaface.ImageBase64Utils
 
initModelPath(String) - 类 中的方法cn.zhys513.common.seetaface.SeetaFace
初始化,指定人脸识别模型文件目录,该目录下应当包括这3个文件: seeta_fd_frontal_v1.0.bin, seeta_fa_v1.1.bin, seeta_fr_v1.0.bin
intArrayToString(int[]) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 
isEmptyStr(String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 
isImageFile(String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
根据图像完整路径判断是否图像文件

J

JarToolUtil - cn.zhys513.common.seetaface中的类
获取打包后jar的路径信息
JarToolUtil() - 类 的构造器cn.zhys513.common.seetaface.JarToolUtil
 

L

landmarks - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
left - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
loadFloatArray(String, int) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
从文件加载浮点数组
loadJNILibDynamically(String, String) - 类 中的静态方法cn.zhys513.common.seetaface.JarToolUtil
windows
loadLibraryFromJar(String) - 类 中的静态方法cn.zhys513.common.seetaface.NativeUtils
Loads library from current JAR archive The file from JAR is copied into system temporary directory and then loaded.
LogOut(String, String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 

N

NativeUtils - cn.zhys513.common.seetaface中的类
Simple library class for working with JNI (Java Native Interface)

P

pitch_angle - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 

R

right - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
roll_angle - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 

S

saveFloatArray(float[], String) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
把浮点数组保存到文件
SeetaFace - cn.zhys513.common.seetaface中的类
 
SeetaFace() - 类 的构造器cn.zhys513.common.seetaface.SeetaFace
 
stringIntValueSplit(String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 
stringStringValueSplit(String) - 类 中的静态方法cn.zhys513.common.seetaface.XUtils
 
SUCCESS - 类 中的静态变量cn.zhys513.common.seetaface.FileUtils
操作成功返回值

T

toHexString(byte[]) - 类 中的静态方法cn.zhys513.common.seetaface.FileUtils
 
top - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 

X

XUtils - cn.zhys513.common.seetaface中的类
 
XUtils() - 类 的构造器cn.zhys513.common.seetaface.XUtils
 

Y

yaw_angle - 类 中的变量cn.zhys513.common.seetaface.CMSeetaFace
 
B C D E F G H I J L N P R S T X Y 

Copyright © 2018. All rights reserved.