Statistics¶
Input¶
A 2D or 3D greyscale image of any type and at least one label map (8bit greyscale) of the same size.
Output¶
Various statistics on the image intensities
Description¶
This algorithm computes several statistics on the image intensities depending on the labels in the given label maps. Currently supported statistics are:
- Minimum
- Maximum
- Mean
- Standard Deviation (SD)
- Area (mm²) / Volume (mm³)
- Number of Pixels
The statistics are printed as a table on the console, with each label as one row. Optionally the statistics can also be exported to a CSV file.
The label maps must have the same pixel size and dimension as the input image. Use Image Resampling to resample either the label maps or the image.