深圳稻草人自动化培训www.dcrauto.com 联为智能教育 Halcon算子--区域特征
当我们想要提取Region时,图像处理后,往往存在几个类似的Region,此时,需要根据Region的一些特殊特征,来选择指定的Region。
求Region指定特征值:region_features(Regions : : Features : Value)
根据特征值选择区域:select_shape(Regions : SelectedRegions : Features, Operation, Min, Max : )
Region特征一览: 特征 area row column width height row1 column1 row2 column2 circularity compactness contlength convexity rectangularity ra rb phi
anisometry bulkiness struct_factor
英
Area of the object Row index of the center Column index of the center Width of the region Height of the region
Row index of upper left corner Column index of upper left corner Row index of lower right corner Column index of lower right corner Circularity Compactness
Total length of contour Convexity Rectangularity
Main radius of the equivalent ellipse Secondary radius of the equivalent ellipse Orientation of the equivalent ellipse Anisometry Bulkiness Structur Factor
译
对象的面积 中心点的行坐标 中心点的列坐标 区域的宽度 区域的高度 左上角行坐标 左上角列坐标 右下角行坐标 右下角列坐标 圆度 紧密度 轮廓线总长 凸性 矩形度
等效椭圆长轴半径长度 等效椭圆短轴半径长度 等效椭圆方向
椭圆参数,Ra/Rb长轴与短轴的比值
椭圆参数,蓬松度π*Ra*Rb/A 椭圆参数,
备
0
0
0
深圳稻草人自动化培训www.dcrauto.com 联为智能教育 Anisometry*Bulkiness-1
outer_radius inner_radius inner_width
Radius of smallest surrounding circle Radius of largest inner circle
Width of the largest axis-parallel rectangle that fits into the region
Height of the largest axis-parallel rectangle that fits into the region
Mean distance from the region border to the center
Deviation of the distance from the region border from the center Roundness
Number of polygon sides
Number of connection components Number of holes
Area of the holes of the object Maximum diameter of the region Orientation of the region Euler number
Orientation of the smallest surrounding rectangle
Half the length of the smallest surrounding rectangle
Half the width of the smallest surrounding rectangle
Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region
最小外接圆半径 最大内接圆半径 最大内接矩形宽度
inner_height
最大内接矩形高度
dist_mean
区域边界到中心的平均距离
dist_deviation roundness num_sides connect_num holes_num area_holes max_diameter orientation euler_number rect2_phi
区域边界到中心距离的偏差
圆度,与circularity计算方法不同 多边形边数 连通数 区域内洞数 所有洞的面积 最大直径 区域方向
欧拉数,即连通数和洞数的差 最小外接矩形的方向
rect2_len1
最小外接矩形长度的一半?? s
rect2_len2 moments_m11 moments_m20 moments_m02 moments_ia moments_ib
最小外接矩形宽度的一半 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩
moments_m11_invar Geometric moments of the region moments_m20_invar Geometric moments of the region
深圳稻草人自动化培训www.dcrauto.com 联为智能教育 moments_m02_invar Geometric moments of the region moments_phi1 moments_phi2 moments_m21 moments_m12 moments_m03 moments_m30
Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region
几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩 几何矩
moments_m21_invar Geometric moments of the region moments_m12_invar Geometric moments of the region moments_m03_invar Geometric moments of the region moments_m30_invar Geometric moments of the region moments_i1 moments_i2 moments_i3 moments_i4 moments_psi1 moments_psi2 moments_psi3 moments_psi4
Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region Geometric moments of the region
相关推荐: