Halcon之get_contour_global_attrib_xld 获取制定轮廓段的制定(Name)的属性状况 get_contour_global_attrib_xld(Contour : : Name : Attrib) 1. get_contour_global_attrib_xld (ObjectSelected, 'cont_approx', AttribtValue) ObjectSelected:被选择的轮廓 'cont_approx':特征名称 AttribtValue:特征的值 1. 2...
get_contour_attrib_xld(算子名称) 名称 get_contour_attrib_xld— Return point attribute values of an XLD contour. 参数签名 get_contour_attrib_xld(Contour: :Name:Attrib) 描述 get_contour_attrib_xldreturns the values of the attributeNameof the XLD contourContourinAttrib. Contour point attributes are...
3.2 get_contour_attrib_xld 获取线段的属性特征参数值。 1)算子格式 get_contour_attrib_xld(Contour : : Name : Attrib) 2)参数解释 Contour:输入曲线对象XLD Name:属性名称,值域为【 'regr_norm_row', 'regr_norm_col', 'regr_mean_dist', 'regr_dev_dist', 'cont_approx', 'bright_dark', 'is_...
get_contour_attrib_xld returns the values of the attribute Name of the XLD contour Contour in Attrib. Contour point attributes are additional values defined for each contour point and describe local features. query_contour_attribs_xld can be used to query which attributes are set for a ...
Halcon 获取XLD轮廓全局属性值 使用算子:get_contour_global_attrib_xld(Contour : : Name : Attrib) query_contour_global_attribs_xld 可用于查询特定的轮廓设置了哪些全局属性 绘制属性“regr_dist”、“regr_norm_col”、“regr_norm_row”的草图,用于回归XLD轮廓(红色)。'regr_mean_dist'和'regr_dev_dist...
XLD的特征分析 XLD的回归参数 HALCON Tuple数组 我在Gitee上建了个仓库,会将学习书本的时候打的一些代码上传上去,笔记中所有代码都在仓库里,初学的朋友可以一起交流哦!地址(Gitee) 第四章 HALCON数据结构 HALCON数据结构主要有图形参数和控制参数两类 HALCON Image图像# ...
*使用函数distance_contours_xld计算摄像头内外轮廓间距,*使用函数egment_contour_attrib_xld提取其缺陷。...
可能的前置算子 gen_contours_skeleton_xld,lines_gauss,lines_facet,edges_sub_pix 参考其它 get_contour_attrib_xld,query_contour_attribs_xld,get_contour_global_attrib_xld,query_contour_global_attribs_xld,gen_contour_polygon_xld 模块 算子列表
gen_contour_region_xld (SelectedRegions, Contours, 'border') get_contour_xld (Contours, Row, Col) * dev_set_color ('red') dev_close_window () get_image_size (Image, Width, Height) dev_open_window (0, 0, Width, Height, 'black', WindowHandle) num:=|Row| for i:=0 to num-1 ...
get_contour_xld (SelectedXLD, Row, Col) *返回XLD轮廓的坐标 *参数1:轮廓 *参数2:行坐标--数组 *参数3:列坐标--数组 get_image_size (GrayImage, Width, Height) dev_open_window(10,10,Width, Height,'black',WindowHandle3) dev_display(SelectedXLD) ...