随笔分类 -  OpenCV

摘要:1.OpenCV包含的模块 cv – 核心函数库 cvaux – 辅助函数库 cxcore – 数据结构与线性代数库 highgui – GUI函数库 ml – 机器学习函数库 2.常用头文件: #include <cv.h> #include <cvaux.h> #include <highgui 阅读全文
posted @ 2021-01-29 22:25 CHAO远 阅读(798) 评论(0) 推荐(0)
摘要:环境: opencv3.1.0 Visual Studio 2015 专业版 windows7专业版 问题: 1.windows7 安装Visual Studio 2015时,出现“安装包丢失或损坏”。 microsoft root certificate authority 2010、micros 阅读全文
posted @ 2021-01-28 21:24 CHAO远 阅读(141) 评论(0) 推荐(0)