gen_region_polygon( : Region : Rows, Columns : ) 五、生成多边形:gen_region_polygon (Operator) 用鼠标在屏幕上生成一个多边形区域。 5.1 鼠标交互 draw_polygon (Operator) 名称 draw_polygon —交互式绘制多边形. 函数原型 draw_polygon( :PolygonRegion:WindowHandle: ) 描述 draw_polygon 生成图像。该图像...
get_polygon_xld (Polygons, Row, Col, Length, Phi) gen_region_polygon (Region1, Row, Col) 三、region to image HALCON提供了三种方法:region_to_bin、region_to_label、region_to_mean. 1. region_to_bin(Region,BinImage,ForegroundGray,BackgroundGray,Width,Height)它将一个区域转化成一个二进制字节...
gen_polygons_xld (RegionCo, RegionPo, 'ramer', 2) 1. 2. 3. 4. 5. 6. Contour轮廓如下 Polygon轮廓如下: 2.转换规律 Halcon对象之间的相互转换,一般可以转化为"gen_目标对象_原对象"形式,如gen_region_contour_xld(根据xld创建一个区域region);再如gen_contour_region_xld(根据region创建一个xld轮廓)...
gen_polygons_xld (RegionCo, RegionPo, 'ramer', 2) 2.转换规律 Halcon对象之间的相互转换,一般可以转化为"gen_目标对象_原对象"形式,如gen_region_contour_xld(根据xld创建一个区域region);再如gen_contour_region_xld(根据region创建一个xld轮廓) 2.1 gen_region_contour_xld(Contour : Region : Mode : ...
使用gen_region_polygon函数来生成多边形结构内核,这个函数的参数中: (1)第一个参数Region为输出的多边形结构内核区域; (2)第二个参数Rows为多边形的角点的行坐标组; (3)第三个参数Columns为多边形的角点的列坐标组。 在HALCON当中,使用dilation1函数来实现膨胀变换,这个函数的参数中: ...
15.gen_region_polygon_filled( : Region : Rows, Columns : ) 提取直线极其宽度,输出为XLD形式数组。 16.hom_mat3d_compose( : : HomMat3DLeft, HomMat3DRight : HomMat3DCompose) 输出两个齐次矩阵的乘积。 17.hom_mat3d_translate_local( : : HomMat3D, Tx, Ty, Tz : HomMat3DTranslate) ...
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) dev_display(...
gen_region_polygon_xld creates a region Region from a subpixel XLD polygon Polygon. The polygon is sampled according to the Bresenham algorithm and influenced by the parameter 'neighborhood' of the operator set_system. Open polygons are closed before converting them to regions. Finally, the ...
Polygon(输入参数):输入XLD多边形 PolygonsAffinTrans(输出参数):变换的XLD多边形 HomMat2D(输入参数):仿射变换矩阵 gen_region_polygon_filled(reg,[100,50,50,100,300,300,300,100],[50,100,200,400,400,200,50,50]) gen_contour_region_xld (reg, Contours, 'border') ...
gen_region_polygon_filled— Store a polygon as a “filled” region.Signaturegen_region_polygon_filled( : Region : Rows, Columns : ) DescriptionThe operator gen_region_polygon_filled creates a region from a polygon containing the corner points of the region (line and column coordinates) either ...