我是靠谱客的博主 默默荷花,最近开发中收集的这篇文章主要介绍【人脸检测】ubuntu16.04编译libfacedetection,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

参考自:https://blog.csdn.net/qq_36470920/article/details/88715135

1. 修改cmakelist.txt

打开cmake的demo编译选项

option(DEMO "build the demo" ON)

2. 编译

mkdir build
cd build
cmake ..
make

在这里插入图片描述
在这里插入图片描述

3. 测试

cd build
./detect-image-demo ../images/000038.jpg

结果

images/000388.jpg 
time = 58.0042ms
100 faces detected.
face 0: confidence=99, [579, 363, 22, 25] (587,371) (597,371) (593,376) (588,382) (596,382)
face 1: confidence=99, [848, 129, 20, 25] (850,139) (858,140) (852,145) (851,149) (857,150)

在这里插入图片描述

最后

以上就是默默荷花为你收集整理的【人脸检测】ubuntu16.04编译libfacedetection的全部内容,希望文章能够帮你解决【人脸检测】ubuntu16.04编译libfacedetection所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部