get_contour_attrib_xld(Contour : : Name : Attrib) 描述 get_contour_attrib_xld算子将 XLD 轮廓Contour中属性Name的值返回到Attrib中。轮廓点属性是为每个轮廓点定义的附加值,用于描述局部特征。可以使用query_contour_attribs_xld算子查询特定轮廓设置了哪些属性。 以下列表包含了关于不同轮廓点属性的信息,以及将...
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 Creation 1. gen_contour_nurbs_xld 功能:将一个NURBS曲线转换为一个XLD...
get_contour_xld(Contour : : : Row, Col) 函数获取XLD轮廓Contour的坐标点Row, Col。 例程 read_image (Image, 'printer_chip/printer_chip_01') threshold (Image, Region, 140, 255) connection (Region, ConnectedRegions) select_shape_std (ConnectedRegions, SelectedRegions, 'max_area', 70) gen_co...
get_contour_xld(算子名称) 名称 get_contour_xld— Return the coordinates of an XLD contour. 参数签名 get_contour_xld(Contour: : :Row,Col) 描述 get_contour_xldreturns the following values of the XLD contourContour: RowRow coordinate of the contour's points ...
','area'], 'and', [108,700],[109,800]) 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)...
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) ...
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...
get_contour_angle_xld— Calculate the direction of an XLD contour for each contour point. Signature Description get_contour_angle_xldcalculates for each point of the XLD contourContourthe direction of its tangent. Two modes for the output values can be chosen: By passing'abs'forAngleMode, the...
GET与POST的区别 2019-12-13 15:51 −Get与post的区别 1. get是从服务器上获取数据,post是向服务器传送数据。 2. GET请求把参数包含在URL中,将请求信息放在URL后面,POST请求通过request body传递参数,将请求信息放置在报文体中。 3. get传送的数据量较小,不能大于2KB。pos... ...
Contour(input_object)xld_cont→object Input XLD contour. Name(input_control)string→(string) Name of the attribute. Default value:'angle' Suggested values:'angle','edge_direction','width_right','width_left','response','contrast','asymmetry','distance' ...