get_region_polygon(Region : : Tolerance : Rows, Columns) get_region_polygon计算一个多边形来近似表示一个区域的边缘。 多边形是行(Rows)和列坐标(Columns)的序列化组合。 它描述了区域的轮廓。 只返回多边形的基点。 参数Tolerance表示多边形与区域边缘之间的最大距离可能有多大。 该区域的孔被忽略。 操作符get...
gen_region_polygon( : Region : Rows, Columns : ) 五、生成多边形:gen_region_polygon (Operator) 用鼠标在屏幕上生成一个多边形区域。 5.1 鼠标交互 draw_polygon (Operator) 名称 draw_polygon —交互式绘制多边形. 函数原型 draw_polygon( :PolygonRegion:WindowHandle: ) 描述 draw_polygon 生成图像。该图像...
get_region_polygon— Polygon approximation of a region.Signatureget_region_polygon(Region : : Tolerance : Rows, Columns) DescriptionThe operator get_region_polygon calculates a polygon to approximate the edge of a region. A polygon is a sequence of line (Rows) and column coordinates (Columns)....
Region(input_object)region→object Region to be approximated. Tolerance(input_control)number→(real /integer) Maximum distance between the polygon and the edge of the region. Default value:5.0 Suggested values:0.0, 2.0, 5.0, 10.0 Typical range of values:0.0 ≤Tolerance(lin) ...
根据如下代码,将上面的Region转换为XLD,并获取该XLD上所有像素的坐标值,根据结果可以看出,XLD上像素坐标值是按照顺时针的顺序依次存储的。 gen_contour_region_xld (ROI_0, Contours, 'border') get_contour_xld (Contours, Row, Col) 3、Polygon像素坐标值的存储方式 ...
1. get_region_chain 功能:一个对象的轮廓(contour)作为链式码。 2. get_region_contour 功能:查询一个目标的轮廓(contour)。 3. get_region_convex 功能:查询突起的外表作为轮廓(contour)。 4. get_region_points 功能:查询一个区域的像素数。 5. get_region_polygon ...
gen_polygons_xld (RegionCo, RegionPo, 'ramer', 2) 2.转换规律 Halcon对象之间的相互转换,一般可以转化为"gen_目标对象_原对象"形式,如gen_region_contour_xld(根据xld创建一个区域region);再如gen_contour_region_xld(根据region创建一个xld轮廓) ...
12. disp_polygon 功能:显示一个多叉线。 13. disp_rectangle1 功能:显示和坐标轴对齐的矩形。 14. disp_rectangle2 功能:显示任意方向的矩形。 15. disp_region 功能:在一个窗口中显示区域。 16. disp_xld 功能:显示一个XLD物体。 6.6 Parameters 1. get_comprise 功能:获取一个图像矩阵的输出处理。 2....
binary_threshold (GrayImage, Region1, 'max_separability', 'dark', UsedThreshold1)get_region_points (Region1, Rows1, Columns1)gen_contour_polygon_xld (Contour1, Rows1, Columns1)fit_line_contour_xld (Contour1, 'tukey', -1, 0, 5, 2, RowBegin, ColBegin, RowEnd, ColEnd, Nr, Nc, ...
halcon-gen_region_polygon创建多边形区域 在HDevelop中 Row:=[258.0, 195.065, 195.07, 308.931, 309.304, 258.0] Col:=[180.455, 179.934, 58.0723, 58.0685, 179.1, 180.455] gen_region_polygon (Region, Row, Col) *创建多边形区域 dev_open_window(10,10,500, 500,'black',WindowHandle3)...