如下图: ...
halcon中什么是xld xld eXtended Line Descriptions 扩展的线性描述,它不是基于像素的,人们称它是亚像素,只不过比像素更精确罢了,可以精确到像素内部的一种描述。 而image和region这些数据结构都是像素级别的。 亚像素精度数据可以通过亚像素阈值分割或者亚像素边缘提取来获得,这些处理得到的结果就是用亚像素轮廓来表示。 上面提到的亚像素轮廓其实在halcon ...
2014-07-03 13:22 1 3888 推荐指数:
如下图: ...
从select_shape_xld算子帮助文档中找到对应参数描述后面的算子信息, 如: 'area':转换为Region之后的面积 (see area_center_xld) 可通过area_center_xld算子计算得到 ...
在HDevelop中 在QtCreator中 ...
* area_center_xld (Border, Area, Row, Column, PointO ...
原理:XLD是亚像素轮廓,XLD轮廓模板匹配,是直接利用灰度变化明显的地方,进行XLD轮廓提取,生成XLD轮廓模板,然后使用该模板,在目标图像中进行搜索匹配。 在HDevelop中 在QtCreator中 ...
在HDevelop中 在QtCreator中 ...
在HDevelop中 在QtCreator中 ...
fit_line_contour_xld (BottomEdgeContours, 'huber', -1, 0, 5, 2, RowBegin, ColBegin, RowEnd, ColEnd, Nr, Nc, Dist) 存在bug,结果RowBegin, ColBegin, RowEnd ...