摘要: dataGridView的属性 隐藏单元格的值 CellPainting private void dataGridView_front_section_storage_09_CellPainting(object sender, DataGridViewCellPaintingEventArgs 阅读全文
posted @ 2025-01-08 16:56 txwtech 阅读(20) 评论(0) 推荐(0)
摘要: 目前,视觉检测需求主要分为二维和三维两种类型:二维检测包括:识别定位,图像中的位置,角度OCR识别,字符识别二维码识别,条码识别测量,距离测量,尺寸,自动标注尺寸缺陷检测三维检测包括:多目标定位三维重建三维匹配等 阅读全文
posted @ 2025-01-08 09:31 txwtech 阅读(35) 评论(0) 推荐(0)
摘要: C++ 提供了丰富的字符串操作功能,以下是一些常用的字符串操作方法: 使用标准库 <string> 声明和初始化 cpp 复制 #include <string> std::string str1 = "Hello"; std::string str2("World"); std::string s 阅读全文
posted @ 2025-01-08 08:00 txwtech 阅读(912) 评论(0) 推荐(0)