image ellipsoid 3D

Equivalent ellipsoid from 3D image
1,4K download
Aggiornato 28 ago 2019

Visualizza la licenza

The package allows to compute equivalent ellipse or ellipsoid from 2D/3D images. Both functions works for binary or label image (one result per label), or for intensity images (resulting ellipse / ellipsoid is weighted by image intensity).

The function "imEquivalentEllipsoid" computes moments of the 3D image or labels, and returns the associated equivalent 3D ellipsoid. The function is similar to that obtained with the "regionporps" function, but with slightly different scaling coefficients. The function "drawEllipsoid" can be used to display result.

The function "imEquivalentEllipse" computes moments of the 2D image or labels, and returns the associated equivalent ellipse. The function "drawEllipse" can be used to display result.

The package includes functions from the geom2d and geom3d contributions. This package is a subset of the matImage toolbox (available at https://github.com/mattools/matImage )

Cita come

David Legland (2024). image ellipsoid 3D (https://www.mathworks.com/matlabcentral/fileexchange/34104-image-ellipsoid-3d), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Inertias and Loads in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: geom3d, geom2d

Ispirato: BiofilmQ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

renamed functions, added method documentation

1.0.0.0