1 Star 1 Fork 4

wythe_qiu / nniefacelib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nnie_face_api.h 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
#ifndef __NNIE_FACE_H__
#define __NNIE_FACE_H__
#ifdef __cplusplus
#if __cplusplus
extern "C"{
#endif
#endif /* __cplusplus */
/******************************************************************************
* function : Retinaface Detector func
******************************************************************************/
void NNIE_FACE_DETECTOR_INIT(char *pcModelName, float threshold, int isLog);
void NNIE_FACE_DETECTOR_GET(char *pcSrcFile);
void NNIE_FACE_DETECTOR_RELEASE(void);
/******************************************************************************
* function : Face Recognition func
******************************************************************************/
void NNIE_FACE_EXTRACTOR_INIT(char *pcModelName);
void NNIE_FACE_NNIE_EXTRACTOR_GET(char *pcSrcFile, float *feature_buff);
void NNIE_FACE_EXTRACTOR_RELEASE(void);
/******************************************************************************
* function : Face Pose func
******************************************************************************/
void NNIE_FACE_PFPLD_INIT(char *pcModelName);
void NNIE_FACE_PFPLD_GET(char *pcSrcFile, float *landmarks_buff, float *angles_buff);
void NNIE_FACE_PFPLD_RELEASE(void);
#ifdef __cplusplus
#if __cplusplus
}
#endif
#endif /* __cplusplus */
#endif /* __NNIE_FACE_H__ */
C
1
https://gitee.com/wythe_qiu/nniefacelib.git
git@gitee.com:wythe_qiu/nniefacelib.git
wythe_qiu
nniefacelib
nniefacelib
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891