get_contour_angle_xld calculates for each point of the XLD contour Contour the direction of its tangent. Two modes for the output values can be chosen: By passing 'abs' for AngleMode, the resulting angles are returned relative to the horizontal axis as angles between 0 and (counter-...
get_contour_angle_xld— Calculate the direction of an XLD contour for each contour point. Signature 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 resulting ...
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...
功能:根据每个输入点交叉的形状创键一个XLD轮廓(contour); 输入:所有交叉点的坐标Row、Col ; 输入:交叉点的大小; 输入:每个交叉点的角度Angle; 输出:生成的XLD轮廓Cross ; 8.gen_ellipse_contour_xld( : ContEllipse : Row, Column, Phi, Radius1, Radius2, StartPhi, EndPhi, PointOrder, Resolution : )...
GetContourXld(ho_SelectedXLD, &hv_Row, &hv_Col); //返回XLD轮廓的坐标 //参数1:轮廓 //参数2:行坐标--数组 //参数3:列坐标--数组 GetImageSize(ho_GrayImage, &hv_Width, &hv_Height); SetWindowAttr("background_color","black");
get_contour_xld(Contour : : : Row , Col)函数获取XLD轮廓Contour的坐标点Row , Col。例程read_image (Image , 'printer_chip/printer_chip_01')threshold (Image , ...
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 ...
HALCON算子函数Chapter 19XLD 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多邊形...
算子:get_contour_xld(Contour : : : Row, Col) 示例:get_contour_xld (Contours4, Row26, Col) Contours4(输入对象):输入轮廓对象 Row26(输出控制参数1):输出轮廓的每一个点的行坐标 Col(输出控制参数2):输出轮廓的每一个点的纵坐标 8.2轮廓的保存和读取 ...
算子get_grayval_contour_xld返回图像若干个亚像素位置处的插值的灰度值。 位置的坐标是通过一个XLD轮廓轮廓指定的。 Grayval返回灰度值。 插值方法可以通过参数Interpolation进行选择: 'nearest_neighbor': 结果是与指定坐标最接近的像素的灰度值。 对于类型为byte,direction,cyclic,uint2,int1,int2,int4和int8的图像...