get_contour_xld(Contour: : :Row,Col) Description 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 ...
(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,"...
get_contour_xld(Contour : : : Row , Col)函数获取XLD轮廓Contour的坐标点Row , Col。例程read_image (Image , 'printer_chip/printer_chip_01')threshold (Image , ...
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_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...
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 (ObjectSelected, 'cont_approx', AttribtValue) ObjectSelected:被选择的轮廓 'cont_approx':特征名称 AttribtValue:特征的值 1. 2. 3. 4. 5. 对于其 cont_approx属性 可判断轮廓段的种类是直线、圆弧 还是 椭圆弧 具体如下: ...
halcon算子翻译——get_grayval_contour_xld 名称 get_grayval_contour_xld - 返回图像中XLD轮廓所在位置的灰度值。 用法 get_grayval_contour_xld(Image, Contour : : Interpolation : Grayval) 描述 算子get_grayval_contour_xld返回图像若干个亚像素位置处的插值的灰度值。 位置的坐标是通过一个XLD轮廓轮廓指定的...