ellipsoid_stats
-
skimage.draw.ellipsoid_stats(a, b, c)
[source] -
Calculates analytical surface area and volume for ellipsoid with semimajor axes aligned with grid dimensions of specified
spacing
.Parameters: a : float
Length of semimajor axis aligned with x-axis.
b : float
Length of semimajor axis aligned with y-axis.
c : float
Length of semimajor axis aligned with z-axis.
Returns: vol : float
Calculated volume of ellipsoid.
surf : float
Calculated surface area of ellipsoid.
Please login to continue.