首页 > 学院 > 开发设计 > 正文

seetaface facedetect测试记录

2019-11-08 20:04:52
字体:
来源:转载
供稿:网友

1 github源码 https://github.com/seetaface/SeetaFaceEngine 2 vs2013测试人脸检测方法

1 新建c++工程 2 将FaceDetection/src里面所有cpp文件添加(各个文件夹里面的也要添加,测试用例也添加进来) 3 在属性/c.c++/附加包含库目录下添加faceDetection/include里面各个头文件目录 4 定义好测试图片的位置以及模型的位置,例如: const char* img_path = "D://myPRoj//seetaFace Engine//SeetaFaceEngine-master//FaceDetection//data//0_1_1.jpg"; seeta::FaceDetection detector("D://myproj//seetaFace Engine//SeetaFaceEngine-master//FaceDetection//model//seeta_fd_frontal_v1.0.bin"); 5 记得配置好opencv用于读取图像

运行,得到 这里写图片描述

同理,其他俩个源码也可以进行 类似的测试。


上一篇:数据结构队列

下一篇:KMP的应用

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表