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...
select_gray (SpruceRedLarge, Red, SpruceRedInitial, 'max', 'and', 100, 200) gen_empty_obj (LocalThresh) count_obj (SpruceRedInitial, NumSpruce) dev_update_var ('off') dev_update_pc ('off') for i := 1 to NumSpruce by 1 select_obj (SpruceRedInitial, SingleSpruce, i) min_max_...
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_shape_proto(特定关系选择区域),select_gray(灰度值特征选择区域),clip_region(裁剪区域为),sort_region(区域排序),skeleton(计算区域的骨架),partition_dynamic(动态分区),rank_region(区域等级) 特征提取 基础: area_center(中心区域),smallest_rectangle1(平行坐标轴的最小矩形),samlllest_rectangle2(任意方...
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 功能:去掉确定的灰度值。
预处理:滤波、gray、scale… 寻找特征: 形态学、blob分析… 二、例子详解 打开电路板的一个例子(ball.hdev) 操作流程就是二值化->形态学->select_shape 注意二值化的结果(Bright)是一个区域,不是图像 threshold (Bond, Bright, 100, 255) 补充:halcon中的三大数据类型,图像,区域,xld(亚像素轮廓) ...
moments_gray_plane功能:通过一个平面计算灰度值力矩和近似值。plane_deviation功能:从近似像平面计算灰度值的偏差。select_gray功能:选择基于灰度值特征的区域。shape_histo_all功能:用极限值确定特征的一个直方图。shape_histo_point功能:用极限值确定特征的一个直方图。Formatchange_format功能:改变图像大小。crop_...
8、灰度值和最小灰度值之间的差距 moments_gray_plane ( Regions, Image : : : MRow, MCol, Alpha, Beta, Mean ) 计算平面的灰度矩阵和灰度值的逼近参数。 plane_deviation ( Regions, Image : : : Deviation ) 逼近的图象平面计算灰度值偏差 select_gray ( Regions, Image : SelectedRegions : Features,...