HistogramVolumetrySimple¶
-
MLModule¶ genre Histogramauthor MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLVolumetrydefinition MLVolumetry.def see also Histogramkeywords calculate,interval,threshold,count
Purpose¶
The module HistogramVolumetrySimple computes a volume from a given voxel volume, a threshold interval, and a histogram.
Usage¶
Connect a histogram to histogram. Also attach a matching input image to derive the correct voxel volume. Then, select your thresholds and update.
This way of computing the volume of a threshold interval is equivalent to applying the thresholds to the image and then calculating the resulting mask volume. However, if you want to try many different threshold intervals, it is typically more efficient to use the histogram base method since you do not have to scan the entire (possibly large) image whenever a threshold changes, but only the (typically much smaller) histogram range.
Input Fields¶
input0¶
-
name:input0, type:Image¶ Only used if
Retrieve voxel volume from input imageis checked.
Parameter Fields¶
Field Index¶
Auto: Bool |
Upper Threshold: Double |
Calculate: Trigger |
Volume in Threshold Interval (ml): Double |
Lower Threshold: Double |
Voxel Volume: Double |
mean: Double |
|
noVoxels: Integer |
|
opStatus: String |
|
Results up to date: Bool |
|
Retrieve voxel volume from input image: Bool |
Visible Fields¶
Auto¶
-
name:autoCompute, type:Bool, default:TRUE¶ If checked, the module computes anew on any field or input change.
Results up to date¶
-
name:resultsValid, type:Bool, persistent:no¶ Shows whether the result is up-to-date.
Retrieve voxel volume from input image¶
-
name:calcVoxelVolumeFromInImg, type:Bool, default:TRUE¶ If checked, the voxel volume will be computed from the properties of the connected input image and the
Voxel Volumefield will be updated accordingly.Otherwise, the value in the
Voxel Volumefield will be taken for the overall volume calculation.