Image Measurements
This category describes shape-based measurement objects, computed globally on the input image.
- Area2dMsr: Contains information related to the area of foreground pixels in a two-dimensional binary image.
- Area3dMsr: Contains information related to surface area of foreground voxels in a three-dimensional binary image.
- IntensityIntegral2dMsr: Contains information related to summing the pixel intensities of a two-dimensional image.
- IntensityIntegral3dMsr: Contains information related to summing the voxel intensities of a three-dimensional image.
- ObjectCountMsr: Contains the number of objects detected in a labeled image.
- DistanceMeanMsr: Contains the mean distance between direct neighbor objects.
- Euler2dMsr: Contains the connectivity number computed in a 2D binary image.
- Euler3dMsr: Contains the connectivity number computed in a 3D binary image.
- FractalMsr: Contains the fractal dimension computed in a binary image.
- CurvatureIntegralsMsr: Contains the curvature information computed in a 3D binary image.