-
Notifications
You must be signed in to change notification settings - Fork 5
Statistical Analysis
Marwan Abdellah edited this page Jul 27, 2022
·
1 revision
Ultraliser integrates a collection of analysis subroutines for analyzing and evaluating the qualities of meshes, morphologies and volumes.
The mesh analysis code is implemented based on the metrics described in the The Verdict Geometric Quality Library. These metrics are used to evaluate the structure of the mesh and are strongly tied to the accuracy of the simulations that use the resulting meshes. We also implemented another set of subroutines for quantiative analysis.
- Number of triangles in the mesh
- Number of vertices in the mesh
- The size of the mesh in kBytes and MBytes.
- The bounding volume (or dimensions) of the mesh, defined by pMin and pMax.
Distributions
- Triangle area
- Triangle aspect ratio
- Triangle edge ratio
- Triangle minimum angle
- Triangle maximum angle
- Triangle shape
- Triangle condition
- Triangle distortion
- Number of samples in the morphology
- Number of sections in the morphology
- Number of segments in the morphology
NOTE: Complete analysis can be doen relying on NeuroMorphoVis and NeuroM.
- Number of samples (or vertices) in the network
- Number of strands (or segments) in the network
- Number of sections (or branches) in the network
- Total network length
NOTE: Complete analysis can be done relying on VessMorphoVis.
Number of endfeet
NOTE: Complete analysis can be done relying on NeuroMorphoVis.
- Volume dimensions, i.e. width, height and depth.
- Number of voxels.
- Total volume.
- Voxel dimensions.