get_contour_attrib_xld(Contour : : Name : Attrib) 描述 get_contour_attrib_xld算子将 XLD 轮廓Contour中属性Name的值返回到Attrib中。轮廓点属性是为每个轮廓点定义的附加值,用于描述局部特征。可以使用query_contour_attribs_xld算子查询特定轮廓设置了哪些属性。 以下列表包含了关于不同轮廓点属性的信息,以及将...
get_contour_global_attrib_xld(Contour : : Name : Attrib) 描述 get_contour_global_attrib_xld算子将 XLD 轮廓Contour的全局属性Name的值返回到Attrib中。全局属性是为每个轮廓定义的附加值。可以使用query_contour_global_attribs_xld算子查询特定轮廓设置了哪些全局属性。 以下列表包含了不同的全局轮廓属性信息,以...
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 ...
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' Attrib(output_control)real-array→(real) ...
get_contour_global_attrib_xld (SelectedXLD, 'cont_approx', Attrib)get_image_size (GrayImage, ...
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) ...
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 ...
Contour(input_object)xld_cont→object Input contour. AngleMode(input_control)string→(string) Return type of the angles. Default value:'abs' List of values:'abs','rel' CalcMode(input_control)string→(string) Method for computing the angles. ...
get是从服务器上获取数据,post是向服务器传送数据。 2. GET请求把参数包含在URL中,将请求信息放在URL后面,POST请求通过request body传递参数,将请求信息放置在报文体中。 3. get传送的数据量较小,不能大于2KB。pos... CEO雷总 0 302 Get和Post方法的区别 2019-12-02 16:24 − Get和Post方法的区别 ...
get_contour_xld(Contour : : : Row , Col)函数获取XLD轮廓Contour的坐标点Row , Col。例程read_image (Image , 'printer_chip/printer_chip_01')threshold (Image , ...