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) 在QtCreator中 HObject ho_Image, ho_GrayImage, ho...
get_contour_xldreturns the following values of the XLD contourContour: RowRow coordinate of the contour's points ColColumn coordinate of the contour's points Parallelization Multithreading type: reentrant (runs in parallel with non-exclusive operators). ...
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 ...
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. 2. 3. 4. 5. 6. 7. 8. 9. 10....
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...
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:被选择的轮廓 ...
get_contour_xld(Operator) Description Multithreading type: reentrant (runs in parallel with non-exclusive operators). Multithreading scope: global (may be called from any thread). Processed without parallelization. Contour(input_object)xld_cont→object ...
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...
1.get_contour_xld(Contour : : : Row, Col) 功能:返回XLD轮廓的坐标; 输入:XLD对象Contours; 输出:坐标值Row和Col; 2.get_lines_xld(Polygon : : : BeginRow, BeginCol, EndRow, EndCol, Length, Phi) 功能:返回一个XLD多边形的数据(以线形式); ...
算子get_grayval_contour_xld返回图像若干个亚像素位置处的插值的灰度值。 位置的坐标是通过一个XLD轮廓轮廓指定的。 Grayval返回灰度值。 插值方法可以通过参数Interpolation进行选择: 'nearest_neighbor': 结果是与指定坐标最接近的像素的灰度值。 对于类型为byte,direction,cyclic,uint2,int1,int2,int4和int8的图像...