select_gray— Select regions based on gray value features. The operatorselect_grayhas a number of regions (Regions) as input. For each of these regions the (Features) are calculated. The region is transferred (duplicated) into the outputSelectedRegions, if each (Operation= 'and') or at leas...
我们看这个算子的名称——dual是“双”的意思,也就是双阈值。如果我们让参数列表中的MinGray = Threshold,那就是单阈值了。 (1) threshold (Image, Region, 180, 255) (2). connection (Region, ConnectedRegions) (3). select_shape (ConnectedRegions, SelectedRegions, ‘area’, ‘and’, 176, 9999999)...
intensity(Image, Image, Mean, Deviation)计算灰度值的平均值和偏差。 min_max_gray计算区域内的最大和最小灰度值。 moments_gray_plane用平面计算灰度值矩和近似值。 plane_deviation计算灰度值与近似图像平面的偏差。 select_gray选择基于灰度值特征的区域。 shape_histo_all用极限值确定特征的一个直方图。 shape_...
在这些区域中,选择那些具有较大的(select_shape)并具有给定灰度值分布(select_gray)的对象。确定选择的参数,以便仅保留相关的晶体如下图。 复制代码 1 2 3 shape_trans (ConnectedRegions, ConvexRegions, 'convex') select_shape (ConvexRegions, LargeRegions, 'area', 'and',600,2000) select_gray (LargeReg...
select_gray ( Regions, Image : SelectedRegions : Features, Operation, Min, Max : ) 根据灰度值选择区域 Features∈{area、row、column、ra、rb、phi、min、max、mean、deviation、plane_deviation、anisotropy、entropy、fuzzy_entropy、fuzzy_perimeter、moments_row、moments_column、alpha、beta} ...
20. select_gray 功能:选择基于灰度值特征的区域。 21. shape_histo_all 功能:用极限值确定特征的一个直方图。 22. shape_histo_point 功能:用极限值确定特征的一个直方图。 7.7 Format 1. change_format 功能:改变图像大小。 2. crop_domain 功能:去掉确定的灰度值。 3. crop_domain_rel 功能:去掉和定义域...
20. select_gray 功能:选择基于灰度值特征的区域。 21. shape_histo_all 功能:用极限值确定特征的一个直方图。 22. shape_histo_point 功能:用极限值确定特征的一个直方图。 7.7 Format 1. change_format 功能:改变图像大小。 2. crop_domain 功能:去掉确定的灰度值。
20 select_gray() 选择基于灰度值特征的区域。 21 shape_histo_all() 用极限值确定特征的一个直方图。 22 shape_histo_point() 用极限值确定特征的一个直方图。 7.7 格式(Format) No.函数功能 1 change_format() 改变图像大小。 2 crop_domain() 去掉确定的灰度值。 3 crop_domain_rel() 去掉和定义域有...
预处理:滤波、gray、scale… 寻找特征: 形态学、blob分析… 二、例子详解 打开电路板的一个例子(ball.hdev) 操作流程就是二值化->形态学->select_shape 注意二值化的结果(Bright)是一个区域,不是图像 threshold (Bond, Bright, 100, 255) 补充:halcon中的三大数据类型,图像,区域,xld(亚像素轮廓) ...
10. gray_erosion 功能:腐蚀一个图像的灰度值。功能:确定一个矩形的最小灰度值12. gray_erosion_shape 功能:确定一个选择的掩码的最小灰度值。13. gray_opening 功能:打开一个图像的灰度值。14. gray_opening_rect 功能:打开一个矩形掩码的灰度值。15. gray_openin_g_sha 3、pe 功能:打开一个选择的掩码...