read_image(Image,'fabrik') regiongrowing(Image,Seg,3,3,5,0) dev_set_color('red') dev_set_draw('margin') Button := 1 while (Button == 1) get_mbutton(WindowHandle,Row,Column,Button) select_region_point(Seg,Single,Row,Column) dev_display(Image) dev_display(Single) endwhile ...
select_region_point (SmallConnection, SmallSingle,Row,Column) dev_display (SmallSingle) count_obj (SmallSingle, NumSingle) if (NumSingle==1) intensity (SmallSingle, Image, MeanGray, DeviationGray) area_center (SmallSingle, Area,Row,Column)*Limit the message so that itisdisplayed entirely insid...
通过使用select_region_point,该坐标被用来选择包含该点的区域。对于该区域,用area_center来计算大小和重心。首先,文本光标用set_tposition放置,然后使用write_string显示值。 Button := 0 while (Button # 4) get_mbutton (WindowHandle, Row,Column, Button) select_region_point (Regions,DestRegions, Row, Col...
(1)第一个参数Region为要进行底帽运算的区域; (2)第二个参数StructElement为结构内核区域; (3)第三个参数RegionBottomHat为底帽运算后的区域。 在HALCON中使用fill_up函数来实现填充功能,这个函数的参数中: (1)第一个参数Region为输入需要填充的区域; (2)第二个参数RegionFillUp为填充后的区域。 使用fill_up...
select_region_point() 选中一个固定位置坐标上存在的区域 skeleton() 得到一个区域的骨架,骨架为一个像素宽 junctions_skeleton() 寻找骨架的交点和结束点 gen_grid_region() 生成一个网格区域【gen是generate的缩写】,在滤除杂质方面比较好用。通过修改网格密度,控制筛选粒度。
fast_threshold (Image, Region, 128, 255, 10)根据最大和最小灰度以及面积选出区域 gray_erosion_rect (Image, Imag, StrokeWidth, StrokeWidth)每个点的灰度值用这个点的矩形掩码内最小灰度值代替。 select_shape_std (ConnectedRegions, SelectedRegion, 'max_area', 70)从多个区域选出指定特征相似的区域。
select_region_point (Regions, DestRegions, Row, Column)选择包含指定点的区域 gen_contour_region_xld (SelectedRegions, Contours, 'border_holes')根据区域和指定的特征生成轮廓线。 dump_window_image (DumpImage, WindowHandle)将窗口的内容截图成图像 area_center_points_xld (ClipContours, Area, RowPoints,...
select_obj 功能:从一个目标元组中选择目标。 HALCON 算子函数——Chapter 14 : Regions 14.1 Access get_region_chain 功能:一个对象的轮廓(contour)作为链式码。 get_region_contour 功能:查询一个目标的轮廓(contour)。 get_region_convex 功能:查询突起的外表作为轮廓(contour)。
halcon算子讲解系列之二点算子分类:Halcon2013-05-0222:13166人阅读评论(0)收藏举报select_region_point(Regions:DestRegions:Row,Column:):选择包含指定点的区域。主要用在,在多区域中,通过特定点坐标来选择区域。skeleton(Region:Skeleton::)骨架化。即得到区域的中间线像素(即一个像素的中间线,不同于XLD)junctions...
11、ginal =go,threshold =gt( 这里指的就是 Mean)Light:go=gt_offsetDark:go=gt-offsetEqual:gt-offset=go=gt+offsetNo_equal:gogt+offset50.opening_circle(SmallRaw,Small,2.5)功能:对 SmallRaw 进行圆模板开运算51.connection(small,SmallConnection)功能:对 small 做连通图52 select_region_point(Small...