
c语言,OPENCV
文章平均质量分 69
abiggg
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(VS2017+OPENCV3.3.1)摄像头小工具,每5分钟保存一帧画面
#include "stdafx.h" #include #include #include #include #include #include using namespace cv; using namespace std; //设定存储文件名 string file_name() { string suffix = ".png"; cha原创 2017-12-15 01:57:09 · 1637 阅读 · 0 评论 -
(VS2017+OPENCV3.3.1)人脸检测,detectMultiScale内存泄漏处理方法
一、人脸识别代码 #include "opencv2/objdetect.hpp" #include "opencv2/highgui.hpp" #include "opencv2/imgproc.hpp" #include #include "stdafx.h" using namespace std; using namespace cv; //人脸识别的步骤原创 2017-12-16 22:17:26 · 2005 阅读 · 0 评论