特征 | 英 | 译 | 取值范围 |
Area | Area of the object | 区域的面积,可通过area_center得到 | |
Row | Row index of the center | 中心点的行坐标,可通过area_center得到 | |
column | Column index of the center | 中心点的列坐标,可通过area_center得到 | |
width | Width of the region | 区域的宽度,参考inner_rectangle1,得到的参数 | |
height | Height of the region | 区域的高度,参考inner_rectangle1,得到的参数 | |
row1 | Row index of upper left corner | 左上角行坐标,参考inner_rectangle1,得到的参数 | |
column1 | Column index of upper left corner | 左上角列坐标,参考inner_rectangle1,得到的参数 | |
row2 | Row index of lower right corner | 右下角行坐标,参考inner_rectangle1,得到的参数 | |
column2 | Column index of lower right corner | 右下角列坐标,参考inner_rectangle1,得到的参数 | |
circularity | Circularity | 圆度,可通过circularity得到 | 0~1 |
compactness | Compactness | 紧密度,可通过compactness得到 | 0~1 |
contlength | Total length of contour | 轮廓线总长,可通过contlength得到 | |
convexity | Convexity | 凸度,最外全部像素点围成的面积与原始面积的比值,可百度查阅凸度概念,可通过convexity得到 | |
rectangularity | Rectangularity | 矩形度,可通过rectangularity得到 | 0~1 |
Ra | Main radius of the equivalent ellipse | 等效椭圆长轴半径长度,通过elliptic_axis得到 | |
Rb | Secondary radius of the equivalent ellipse | 等效椭圆短轴半径长度,通过elliptic_axis得到 | |
Phi | Orientation of the equivalent ellipse | 等效椭圆方向,通过elliptic_axis得到 | |
anisometry | Anisometry | 椭圆离心率,Ra/Rb长轴与短轴的比值 | |
bulkiness | Bulkiness | 椭圆蓬松度π*Ra*Rb/A,A为面积可用area_center获得 | |
struct_factor | Structur Factor | 椭圆结构系数,Anisometry*Bulkiness-1 | |
outer_radius | Radius of smallest surrounding circle | 最小外接圆半径,可用smallest_circle获取圆中心与半径,绘制圆查看效果 | |
inner_radius | Radius of largest inner circle | 最大内接圆半径,可用inner_circle,获取参数,绘制圆查看效果 | |
inner_width | Width of the largest axis-parallel rectangle that fits into the region | 最大轴平行内接矩形宽度,可用inner_rectangle1获取参数,绘制矩形查看效果 | |
inner_height | Height of the largest axis-parallel rectangle that fits into the region | 最大轴平行内接矩形高度,可用inner_rectangle1获取参数,绘制矩形查看效果 | |
dist_mean | Mean distance from the region border to the center | 区域边界到中心的平均距离,roundness获得 | |
dist_deviation | Deviation of the distance from the region border from the center | 区域边界到中心距离的偏差,roundness获得 | |
roundness | Roundness | 圆度,与circularity计算方法不同,roundness获得 | |
num_sides | Number of polygon sides | 多边形边数,roundness获得 | |
connect_num | Number of connection components | 连通数,connect_and_holes获得 | |
holes_num | Number of holes | 区域内洞数,connect_and_holes获得 | |
area_holes | Area of the holes of the object | 所有洞的面积之和,area_holes获得 | |
max_diameter | Maximum diameter of the region | 区域最大直径,diameter_region获得 | |
orientation | Orientation of the region | 区域方向,orientation_region获得 | |
euler_number | Euler number | 欧拉数,即连通数和洞数的差,euler_number获得 | |
rect2_phi | Orientation of the smallest surrounding rectangle | 最小外接矩形的方向,smallest_rectangle2获得 | |
rect2_len1 | Half the length of the smallest surrounding rectangle | 最小外接矩形高一半,smallest_rectangle2获得 | |
rect2_len2 | Half the width of the smallest surrounding rectangle | 最小外接矩形宽一半,smallest_rectangle2获得 | |
moments_m11 | Geometric moments of the region | 几何矩 | |
moments_m20 | Geometric moments of the region | 几何矩 | |
moments_m02 | Geometric moments of the region | 几何矩 | |
moments_ia | Geometric moments of the region | 几何矩 | |
moments_ib | Geometric moments of the region | 几何矩 | |
moments_m11_invar | Geometric moments of the region | 几何矩 | |
moments_m20_invar | Geometric moments of the region | 几何矩 | |
moments_m02_invar | Geometric moments of the region | 几何矩 | |
moments_phi1 | Geometric moments of the region | 几何矩 | |
moments_phi2 | Geometric moments of the region | 几何矩 | |
moments_m21 | Geometric moments of the region | 几何矩 | |
moments_m12 | Geometric moments of the region | 几何矩 | |
moments_m03 | Geometric moments of the region | 几何矩 | |
moments_m30 | 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 | Geometric moments of the region | 几何矩 | |
moments_i2 | Geometric moments of the region | 几何矩 | |
moments_i3 | Geometric moments of the region | 几何矩 | |
moments_i4 | Geometric moments of the region | 几何矩 | |
moments_psi1 | Geometric moments of the region | 几何矩 | |
moments_psi2 | Geometric moments of the region | 几何矩 | |
moments_psi3 | Geometric moments of the region | 几何矩 | |
moments_psi4 | Geometric moments of the region | 几何矩 |