上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 124 下一页
摘要: Halcon算子抠图截图调用模型文件--模板匹配--基于形状 * Matching 15: BEGIN of generated code for model initialization*set_system ('border_shape_models', 'true')* Matching 15 阅读全文
posted @ 2025-07-09 16:50 txwtech 阅读(43) 评论(4) 推荐(0)
摘要: c#调用静态函数方法占用大量内存 调用后,要使用:GC.Collect(); 阅读全文
posted @ 2025-07-08 15:46 txwtech 阅读(22) 评论(0) 推荐(0)
摘要: 第1篇 基础篇(第1~4章) 本篇介绍了机器视觉概述、如何做机器视觉项目、硬件环境搭建和软件图像采 集等基础知识,主要包括机器视觉项目开发流程、机器视觉项目的硬件环境搭建方 法、软件图像采集方法等。 第2篇 算法篇(第5~14章) 本篇介绍了机器视觉图像处理中常用的10个典型算法模块及其代码实现,主 阅读全文
posted @ 2025-07-08 13:20 txwtech 阅读(164) 评论(0) 推荐(0)
摘要: VC6.0 返回上一页面快捷键ctrl+F6 阅读全文
posted @ 2025-07-07 15:16 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: 添加3个lib库文件 lib之间空格间隔:halconcpp.lib halcon.lib halconcpp10.lib C:\Program Files\MVTec\HALCON-12.0\lib\x86sse2-win32 参考: https://blog.csdn.net/fangyan90 阅读全文
posted @ 2025-07-07 10:34 txwtech 阅读(18) 评论(0) 推荐(0)
摘要: win7 vc6安装兼容问题与link可能无法连接lib库问题 https://jingyan.baidu.com/article/e52e361584b3a940c60c51d3.html 在Windows7环境下使用VC++6.0时,安装过程中需特别注意。安装时,应选择“Custom”模式,首先 阅读全文
posted @ 2025-07-07 09:01 txwtech 阅读(22) 评论(1) 推荐(0)
摘要: 启用 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv %systemroot%\system32\svchost.exe -k netsvcs -p 停用 %systemroot%\system32\stop_svc 阅读全文
posted @ 2025-07-05 09:41 txwtech 阅读(17) 评论(0) 推荐(0)
摘要: QStandardItemModel *model = new QStandardItemModel();// 假设你已经往 model 中添加了一些数据 model->removeRows(0, model->rowCount()); //保留行标题,清除行数据 model->removeColu 阅读全文
posted @ 2025-07-04 22:33 txwtech 阅读(73) 评论(0) 推荐(0)
摘要: esp32编译后生成的目录路径build,创建的项目+\.pio\build\esp32dev D:\platformio_project\esp32_14idf_connect_wifi\.pio\build\esp32dev 阅读全文
posted @ 2025-07-04 08:33 txwtech 阅读(20) 评论(0) 推荐(0)
摘要: Arduino char/char*/String数据类型转换String转换成char[ ]方法先通过.c_str()方法,将string.c_str()数据转成char*,在通过strcpy()函数实现转换char *strcpy(char *dest, const char *src)参数说明 阅读全文
posted @ 2025-07-03 08:38 txwtech 阅读(113) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 124 下一页