上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: chatgpt生成 cv::Mat::at是一个用于访问 cv::Mat 对象的像素值的函数。它提供了对图像像素数据的访问和修改。 该函数的语法如下: DataType& cv::Mat::at<DataType>(int row, int col); 其中,DataType 是图像数据的类型(例如 阅读全文
posted @ 2023-07-16 16:19 blackstrom 阅读(526) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhi_neng_zhi_fu/article/details/101300864 利用 cv::Mat 的 at(int y,int x) 方法可以访问元素;at 方法被实现成一个模板方法,在调用时必须指定图像元素的类型; 阅读全文
posted @ 2023-07-16 16:04 blackstrom 阅读(17) 评论(0) 推荐(0) 编辑
摘要: chatgpt生成 #include "mainwindow.h"#include <QApplication> #include <opencv2/core.hpp>#include <opencv2/dnn.hpp>#include <opencv2/imgproc.hpp>#include < 阅读全文
posted @ 2023-07-16 16:03 blackstrom 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 参考网址(1条消息) Qt+opencv dnn模块调用tensorflow模型_vs qt 调用 tensorflow_街道口扛把子的博客-CSDN博客代码地址:GitHub - Whu-wxy/Simple_Qt_opencv_dnn: Using deep learning model wit 阅读全文
posted @ 2023-07-06 22:23 blackstrom 阅读(166) 评论(0) 推荐(0) 编辑
摘要: (1条消息) OpenCV中blobFromImage函数详细解释_cv::dnn::blobfromimage_阿卡基YUAN的博客-CSDN博客 阅读全文
posted @ 2023-07-06 22:21 blackstrom 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1、QListwidgetItem https://blog.csdn.net/kongcheng253/article/details/128615807 2、 QCoreApplication https://blog.csdn.net/u014779536/article/details/11 阅读全文
posted @ 2023-06-18 22:37 blackstrom 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QSqlDatabase> #include <QSqlQuery> #include <QString> namespace Ui { class Widget; } cl 阅读全文
posted @ 2023-06-16 17:03 blackstrom 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(30) 评论(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 阅读(121) 评论(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 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页