遗忘海岸

江湖程序员 -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

统计

上一页 1 2 3 4 5 6 7 ··· 44 下一页

2021年8月10日 #

halcon骨架与xld的区分

摘要: 骨架是一个像素宽度的region,轮廓是xld 阅读全文

posted @ 2021-08-10 16:58 遗忘海岸 阅读(338) 评论(0) 推荐(1) 编辑

dyn_threshold

摘要: //采用系统自带图片 read_image (Image, 'particle') *获取图像 dev_display (Image) *显示图像 threshold (Image, Large, 110, 255) *灰度阈值分割图像 dilation_circle (Large, LargeDi 阅读全文

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

2021年8月6日 #

模板匹配加测量Demo

摘要: * This example program shows the use of pattern matching with shape models* to locate an object. Furthermore, it shows how to use the detected positio 阅读全文

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

2021年7月31日 #

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) 编辑

2021年7月23日 #

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 遗忘海岸 阅读(599) 评论(0) 推荐(0) 编辑

2021年7月17日 #

环形图片识别

摘要: 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) 编辑

2021年7月16日 #

点文字识别

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

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

2021年7月15日 #

中文识别

摘要: 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) 编辑

2021年7月7日 #

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) 编辑

2021年7月5日 #

文字识别

摘要: 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) 编辑

2021年7月3日 #

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) 编辑

2021年7月2日 #

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 遗忘海岸 阅读(427) 评论(0) 推荐(0) 编辑

2021年6月23日 #

halcon 瓶盖定位

摘要: open_framegrabber ('GigEVision2', 0, 0, 0, 0, 0, 0, 'progressive', -1, 'default', -1, 'false', 'default', 'c42f90f5f892_Hikvision_MVCA06010GC', 0, -1, 阅读全文

posted @ 2021-06-23 14:18 遗忘海岸 阅读(137) 评论(0) 推荐(0) 编辑

halcol9点标定

摘要: * Image Acquisition 01: Code generated by Image Acquisition 01 * Image Acquisition 01: Attention: The initialization may fail in case parameters need 阅读全文

posted @ 2021-06-23 11:32 遗忘海岸 阅读(165) 评论(0) 推荐(0) 编辑

2021年6月15日 #

一个机械臂的正逆解

摘要: 机械臂样子是这样的 建模 上面是两边同时取平方后,将C12,S123 的平方项消掉,然后 采用二角和差公式(12与3)将1,2角消掉,留下theta3, 这里需要对theta1的0-180度每1度做一次运算 对于theta2,将方程Z=.....采用统一的二角和差化解后得到类似上面的方程 实际的机械 阅读全文

posted @ 2021-06-15 09:06 遗忘海岸 阅读(441) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 44 下一页
点击右上角即可分享
微信分享提示