会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
127
下一页
2025年1月11日
solidworks2016入门
摘要: https://blog.csdn.net/gitblog_06655/article/details/142570986 https://gitcode.com/Open-source-documentation-tutorial/6f714 百度网盘SolidWorks快速入门教程(2016版)
阅读全文
posted @ 2025-01-11 18:51 txwtech
阅读(35)
评论(0)
推荐(0)
2025年1月10日
Qt设置全局背景
摘要: Qt设置全局背景 #include <QApplication> #include <QPalette> int main(int argc, char *argv[]) { QApplication app(argc, argv); // 创建一个QPalette对象 QPalette globa
阅读全文
posted @ 2025-01-10 17:03 txwtech
阅读(143)
评论(0)
推荐(0)
c++ std::string contains实现
摘要: c++ std::string contains实现 #include <iostream> #include <string> bool contains(const std::string& str, const std::string& substr) { return str.find(su
阅读全文
posted @ 2025-01-10 08:05 txwtech
阅读(287)
评论(0)
推荐(0)
2025年1月9日
c++ opencv模板匹配后是否需要归一化
摘要: matchTemplate执行后是否需要归一化处理取决于所使用的匹配方法。 OpenCV的matchTemplate函数提供了多种匹配方法,每种方法对结果的处理方式不同: 平方差匹配(cv2.TM_SQDIFF):此方法通过计算模板与图像区域之间的平方差来进行匹配。平方差越小,匹配程度越高。最
阅读全文
posted @ 2025-01-09 08:18 txwtech
阅读(100)
评论(0)
推荐(0)
RCG表示最近毕业
摘要: Recent College Graduates (RCG) RCG表示最近毕业
阅读全文
posted @ 2025-01-09 08:04 txwtech
阅读(23)
评论(0)
推荐(0)
c++ string转int转string
摘要: c++ string转int #include <string>#include <iostream> int main() { std::string str = "123"; int num = std::stoi(str); std::cout << num << std::endl; //
阅读全文
posted @ 2025-01-09 07:56 txwtech
阅读(21)
评论(0)
推荐(0)
2025年1月8日
c#dataGridView的属性CellPainting隐藏单元格的值
摘要: dataGridView的属性 隐藏单元格的值 CellPainting private void dataGridView_front_section_storage_09_CellPainting(object sender, DataGridViewCellPaintingEventArgs
阅读全文
posted @ 2025-01-08 16:56 txwtech
阅读(29)
评论(0)
推荐(0)
视觉检测需求
摘要: 目前,视觉检测需求主要分为二维和三维两种类型:二维检测包括:识别定位,图像中的位置,角度OCR识别,字符识别二维码识别,条码识别测量,距离测量,尺寸,自动标注尺寸缺陷检测三维检测包括:多目标定位三维重建三维匹配等
阅读全文
posted @ 2025-01-08 09:31 txwtech
阅读(44)
评论(0)
推荐(0)
c++字符串操作string获取子串--提取字符串
摘要: C++ 提供了丰富的字符串操作功能,以下是一些常用的字符串操作方法: 使用标准库 <string> 声明和初始化 cpp 复制 #include <string> std::string str1 = "Hello"; std::string str2("World"); std::string s
阅读全文
posted @ 2025-01-08 08:00 txwtech
阅读(1196)
评论(0)
推荐(0)
2025年1月7日
更换电脑QT tabview不显示内容
摘要: 参考: https://txwtech.blog.csdn.net/article/details/144694773?spm=1001.2014.3001.5502 添加mysql lib库
阅读全文
posted @ 2025-01-07 17:09 txwtech
阅读(38)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
127
下一页