region_features(Regions : : Features : Value)
區域特征:
'area' : 區域面積
'row' : 區域最小外接矩形的中心行坐標
'column' : 區域最小外接矩形的中心列坐標
'row1' :左上角行坐標
'column1'左上角列坐標
'row2':右下角行坐標
'column2':右下角列坐標
'width':區域的寬
'height':區域的高
'ratio' :高比寬的值
'circularity': 圓度
'compactness': 精密度
'contlength': 區域的周長
'convexity': 凸性
'rectangularity': 矩形度
'ra':等效橢圓長軸半徑長度
'rb':等效橢圓短軸半徑長度
'phi':等效橢圓方向
'bulkiness': 蓬松度
'outer_radius':最小外圓的半徑
'inner_radius':最大內接圓的半徑
'inner_width':最大內接矩形寬度
'inner_height':最大內接矩形高度
'dist_mean':區域邊界到中心的平均距離
'dist_deviation': 邊界到中心的標准差
'roundness':圓度
'num_sides':多邊形的邊數
'connect_num':連通數
'holes_num':孔洞數
'area_holes':孔洞的面積
'max_diameter':區域最大外圓的直徑
'orientation':區域方向
'euler_number':歐拉數_連通數減去孔洞數
'rech2_phi':最小矩形的方向
'rech2_len1':最小外接矩形長度的一半
'rect2_len2':最小外接矩形寬度的一半