Function geometric_features::convex_hull::convex_perimeter
source · pub fn convex_perimeter(polygon: Polygon<'_>) -> f64
Expand description
Compute the perimeter of the convex hull of a polygon
pub fn convex_perimeter(polygon: Polygon<'_>) -> f64
Compute the perimeter of the convex hull of a polygon