上一页 1 ··· 5 6 7 8 9
摘要: static学习: 参照该网址https://blog.csdn.net/qq_39208237/article/details/109827131 C++ opencv之视频读写(VideoCapture,VideoWriter) 参照该网址https://blog.csdn.net/weixin 阅读全文
posted @ 2023-03-29 21:31 blackstrom 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 参照该帖子配置:https://blog.csdn.net/qq_48778364/article/details/126451600 安装的是1.8.19版本的 esp32采用“爬梯子”的方式下载安装 2.0.1版本(之前安装的其他版本最好卸载,否则会出现显示多个wifi.h的提示 ,应该不影响烧 阅读全文
posted @ 2023-03-05 20:58 blackstrom 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include "mainwindow.h" #include <QApplication> #include "opencv2/opencv.hpp" #include <iostream> using namespace cv; using namespace std; int main(in 阅读全文
posted @ 2023-02-19 21:12 blackstrom 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1、error: 'explict' does not name a type e #ifndef CAMERA_H #define CAMERA_H #include <QImage> #include <QDebug> #include <QTimer> #include <opencv2/op 阅读全文
posted @ 2023-02-19 21:12 blackstrom 阅读(21) 评论(0) 推荐(0) 编辑
摘要: #include "mainwindow.h" #include <QApplication> #include "opencv2/opencv.hpp" #include <iostream> #include <QDebug> using namespace cv; using namespac 阅读全文
posted @ 2023-02-15 21:43 blackstrom 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 提示如上错误 参照:https://zhuanlan.zhihu.com/p/489746796 图片路径错误,检查图片路径 阅读全文
posted @ 2023-02-15 21:10 blackstrom 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 借鉴该文章 https://blog.csdn.net/m0_60259116/article/details/128104565 opencv的Mingw版本放在E盘 所以在工程文件中添加如下地址: INCLUDEPATH +=E:\opencv3.4.0\OpenCV-MinGW-Build-O 阅读全文
posted @ 2023-02-14 20:40 blackstrom 阅读(53) 评论(1) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9