
halcon
j191632362
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Halcon 学习笔记仿射变换,区域组合
* This example demonstrates an application from the pharmaceutical* industry. The task is to check the content of automatically filled* blisters. The first image (reference) is used to locate the原创 2016-09-18 19:07:23 · 5555 阅读 · 1 评论 -
halcon 边沿检测识别
* This example program shows how to find pads in an image and how to* determine their position, rotation, and size robustly and accurately using* fit_rectangle2_contour_xld.dev_update_pc ('off')原创 2016-09-18 21:56:04 · 2180 阅读 · 0 评论 -
圆弧边沿识别
boundary (RegionIntersection, RegionBorder, 'inner') //获取区域边沿 dilation_circle (RegionBorder, RegionDilation, 3.5) //膨胀边沿,作为亚像素提取区域 union1 (RegionDilation, RegionUnion) reduce_domain (Im原创 2016-09-18 22:47:51 · 2472 阅读 · 0 评论 -
骨架变换
skeleton 变换一个区域为轮廓。原创 2016-09-19 21:44:26 · 502 阅读 · 0 评论