遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

07 2021 档案

ToString 格式
摘要:C#.ToString()格式大全 stringstr1=string.Format("{0:N1}",56789); //result: 56,789.0stringstr2=string.Format("{0:N2}",56789); //result: 56,789.00stringstr3= 阅读全文

posted @ 2021-07-31 08:39 遗忘海岸 阅读(54) 评论(0) 推荐(0) 编辑

S7-200 运动控制
摘要:电机 42电机(42BYGH34-401A),最高速度居然是300 每分钟,卖家说的, 测试A+,A-时,将2根线短接,转动电机时会有明显的滞涩感,B+,B-一样, 编码器 HN3806-AB-600N ,有AB两相接24V电源,A,B两相直接连PLC I0.6,I0.7 ,这里使用PLC的向导,启 阅读全文

posted @ 2021-07-23 10:53 遗忘海岸 阅读(598) 评论(0) 推荐(0) 编辑

环形图片识别
摘要:read_image (Image, 'q') rgb1_to_gray (Image, GrayImage) scale_image (GrayImage, ImageScaled, 4.55357, -109) binary_threshold (ImageScaled, Region, 'ma 阅读全文

posted @ 2021-07-17 15:00 遗忘海岸 阅读(96) 评论(0) 推荐(0) 编辑

点文字识别
摘要:图片预处理 目标区域定位(一般固定的方式可以用工具画出大致区域) 灰度化 文字矫正(放射变换) 二值化 膨胀腐蚀等,断开联通区域, 如果没有很好的把每个字符分开,考虑Shape_Trans转换成矩形,再分割矩形 分割后的区域s与二值化后的区域求交, 结果集一般就是一个一个字符了 然后将区域与图片(白 阅读全文

posted @ 2021-07-16 10:21 遗忘海岸 阅读(70) 评论(0) 推荐(0) 编辑

中文识别
摘要:read_image (Image, '中文.png') binary_threshold (Image, Region, 'max_separability', 'dark', UsedThreshold) dilation_circle (Region, RegionDilation, 1) c 阅读全文

posted @ 2021-07-15 17:27 遗忘海岸 阅读(59) 评论(0) 推荐(0) 编辑

TcpClient
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Sockets; using System.Threading; using System.D 阅读全文

posted @ 2021-07-07 08:06 遗忘海岸 阅读(133) 评论(0) 推荐(0) 编辑

文字识别
摘要:read_image (Image, 'TestLbl') gen_rectangle1 (ROI_0, 1302.32, 1443.87, 1348.68, 1671.23) reduce_domain (Image, ROI_0, ImageReduced) scale_image (Image 阅读全文

posted @ 2021-07-05 15:03 遗忘海岸 阅读(41) 评论(0) 推荐(0) 编辑

halcon17.12 win7 64深度学框架搭建
摘要:https://blog.csdn.net/zyb418/article/details/87937920?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-1.nonecase&depth_1-utm_source= 阅读全文

posted @ 2021-07-03 11:33 遗忘海岸 阅读(168) 评论(0) 推荐(0) 编辑

halcon多个形状模板匹配
摘要:* Image Acquisition 01: Code generated by Image Acquisition 01 open_framegrabber ('GigEVision2', 0, 0, 0, 0, 0, 0, 'progressive', -1, 'default', -1, ' 阅读全文

posted @ 2021-07-02 15:34 遗忘海岸 阅读(426) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示