| genre | Volumetry |
| status | stable |
| authors | Horst Hahn, Wolf Spindler |
| package | MeVisLab/Standard |
| dll | MLVolumetry |
| definition | MLVolumetry.def |
| see also | Info, ImagePropertyConvert, ImageStatistics, MinMaxScan, BoundingBox, Diagram2D |
| keywords | calculate, minimum, maximum, volume, statistic, interval, 4d, dynamic, count, voxels, size, CalcVolume |
The module CalculateVolume scans the input and counts all voxels which are within a given interval.
The voxel number and the voxel number multiplied with the voxel size (i.e. the volume in microliters, milliliters or liters) is given as result.
Also a factor can be specified to support changes to other units, e.g. from milliliters to gallons.
For 4D images, the time curve / sequence of volumes is given as ml::CurveData to output and can be visualized, e.g., using a Diagram2D module.
| Auto Update: Bool | Style: Integer | Volume (minTimepointVolume): Double |
| Factor: Double | Total Volume: Double | Volume (maxTimepointVolume): Double |
| Max: Enum | Type: Enum | Volume (userTimepointVolume): Double |
| Max. Timepoint: Integer | Unit: Enum | |
| Min: Enum | Update: Trigger | |
| Min. Timepoint: Integer | User Def. (intMin): Double | |
| No of Timepoints: Integer | User Def. (intMax): Double | |
| resultsValid: Bool | User Timepoint: Integer |
Defines the minimum value mode.
Values:
| Title | Name | Description |
|---|---|---|
| User Defined | UserDefined | A user defined value can be set in User Def.. |
| Image Min | ImageMin | The image's static minimum value is set as the lower bound. |
Defines the maximum value mode.
Values:
| Title | Name | Description |
|---|---|---|
| User Defined | UserDefined | A user defined value can be set in User Def.. |
| Image Max | ImageMax | The image's static maximum value is set as the upper bound. |
If checked, the module computes anew on any field or input change.
If pressed, the module computes anew.
Defines a unit for the volume output.
Values:
| Title | Name | Deprecated Name |
|---|---|---|
| Voxels | Voxels | voxels (numvox) |
| Microliters (mm^3) | Microliters | |
| Milliliters (ml) | Milliliters | |
| Liters (l) | Liters | |
| Factor * Voxels | FactorTimesVoxels | |
| Factor * mm^3 | FactorTimesMicroliters |
Shows the time point with the least amount of voxels.
Shows the amount of voxels in the time point with the least amount of voxels.
Shows the time point with the largest amount of voxels.
Shows the amount of voxels in the time point with the largest amount of voxels.
Sets a specific time point for evaluation.
Shows the amount of voxels in the user defined time point.