minor_axis_len
cellseg_gsontools.geometry.minor_axis_len(polygon)
¶
Compute the minor axis length of a polygon.
Note
The minor axis is the (x,y) endpoints of the longest line that can be drawn through the object whilst remaining perpendicular with the major-axis. Minor axis length is the pixel distance between the minor-axis endpoints - Wirth
Parameters:
Name | Type | Description | Default |
---|---|---|---|
polygon |
Polygon
|
Input shapely polygon object. |
required |
Returns:
Name | Type | Description |
---|---|---|
float |
float
|
The length of the minor axis. |