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 ...
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...
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...
*使用函数distance_contours_xld计算摄像头内外轮廓间距,*使用函数egment_contour_attrib_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 ...
17. fit_line_contour_xld 功能:根据分割线近似获取XLD轮廓(contour)。 18. fit_rectangle2_contour_xld 功能:用矩形来匹配XLD轮廓(contour)。 19. get_contour_angle_xld 功能:为每个轮廓(contour)点计算一个XLD轮廓(contour)方向。 20. get_contour_attrib_xld ...
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...
(800))); GetContourXld(ho_SelectedXLD, &hv_Row, &hv_Col); //返回XLD轮廓的坐标 //参数1:轮廓 //参数2:行坐标--数组 //参数3:列坐标--数组 GetImageSize(ho_GrayImage, &hv_Width, &hv_Height); SetWindowAttr("background_color","black"); OpenWindow(10,10,hv_Width,hv_Height,0,"...
可能的前置算子 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 模块 算子列表
HALCON算子函數——Chapter 19 : XLD 19.1 Access 1. get_contour_xld 功能:返回XLD輪廓(contour)的坐標。2. get_lines_xld 功能:返回一個XLD多邊形(polygon)數據。3. get_parallels_xld 功能:返回一個XLD並行數據。4. get_polygon_xld 功能:返回一個XLD多邊形(polygon)數據。 19.2 ...