1 Star 0 Fork 12

智果芯/FFMPEG_arc_FaceRecognize

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
asfort_manage.h 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef _ASFORT_MANAGE_H
#define _ASFORT_MANAGE_H
#include <opencv2/dnn.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/core/core.hpp>
#include "arcsoft_face_sdk.h"
#include "amcomdef.h"
#include "asvloffscreen.h"
#include "merror.h"
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#define APPID "4CP3UGEdWtsP8AAHLqfMzE2rtQQiwSoXR11PY1GUN68u"
#define SDKKEY "3e2FJNHbrUt1QsxdVT25SCdUJEk8z7XRKt8z87xnThLR"
#define APPID_02 "4CP3UGEdWtsP8AAHLqfMzE37DCw3Fi5Dbo4uaKBCYQcp"
#define SDKKEY_02 "6kGH8dkMxBVngU4vDK1giw4RHb4rgae9jsAwon17aUSW"
#define NSCALE 16
#define FACENUM 5
void CutIplImage(IplImage *src, IplImage *dst, int x, int y);
int ColorSpaceConversion(IplImage* image, MInt32 format, ASVLOFFSCREEN& offscreen);
int ColorSpaceConversion(MInt32 width, MInt32 height, MInt32 format, MUInt8* imgData, ASVLOFFSCREEN& offscreen);
int init_asfort_device( MPChar appid, MPChar sdkkey);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhiguoxin/ffmpeg_arc_face-recognize.git
[email protected]:zhiguoxin/ffmpeg_arc_face-recognize.git
zhiguoxin
ffmpeg_arc_face-recognize
FFMPEG_arc_FaceRecognize
master

搜索帮助