shape_trans (ROI_0, RegionTrans, 'outer_circle') ----形状转换
smallest_rectangle1 (RegionTrans, Row1, Column1, Row2, Column2) -------再转换来求尺寸
smallest_circle (RegionTrans, Row, Column, Radius) -------再转换来求尺寸
---------------------
shape_trans——Transform the shape of a region(转换一个区域的形状)
signature(签名、语法) shape_trans(Region : RegionTrans : Type : ) Type参数:- 'convex' 凸包
- 'ellipse' 与区域有相同矩(moments)和面积的椭圆
- 'outer_circle' 最小外接圆
- 'inner_circle' 最大内接圆
- 'rectangle1' 平行于坐标轴的最小外接矩形
- 'rectangle2' 最小外接矩形(任意方向)
- 'inner_rectangle1' 轴平行的最大内接矩形
- 'inner_center' 区域轮廓(骨架)上到区域重心距离最短的点