'area':
Area of the object
目标的面积
'row':
Row index of the center
中心行的索引
'column':
Column index of the center
中心列的索引
'width':
Width of the region
区域的宽度
'height':
Height of the region
区域的高度
'row1':
Row index of upper left corner
左上角的行索引
'column1':
Column index of upper left corner
左上角的列索引
'row2':
Row index of lower right corner
右下角的行索引
'column2':
Column index of lower right corner
右下角的列索引
'circularity':
Circularity (seecircularity)
圆度,与圆的相似程度,圆度=区域面积/((中心到区域边界的最大距离)^2*PI),其实就是利用区域面积和以最大距离作为半径的圆的面积做比较,越接近圆,这个比值就会越接近1,否则小于1。圆度对于大的凸起、孔洞和不相连的区域敏感。
'compactness':
Compactness (seecompactness)
紧凑度,紧凑度=轮廓的长度^2/(4*区域的面积*PI)。一个圆的紧凑度是1。如果区域是长条或有孔,则紧凑度大于1。紧凑度对粗糙度贺孔洞敏感。
'contlength':
Total length of contour (see operatorcontlength)
轮廓长度
'convexity':
Convexity (seeconvexity)
凸性,又称凸度,凸性=凸包面积/原区域面积,如果是矩形、圆,凸性为1,如果区域含有缺口或孔洞,凸性小于1
'rectangularity':
Rectangularity (seerectangularity)
矩形相似度,越接近矩形,就越接近1,否则小于1
'ra':
Main radius of the equivalent ellipse (seeelliptic_axis)
等效椭圆的主半径
'rb':
Secondary radius of the equivalent ellipse (seeelliptic_axis)
等效椭圆的副半径