HistogramVolumetrySimple

MLModule
genre Histogram
status stable
author Jan-Martin Kuhnigk
package MeVisLab/Standard
dll MLVolumetry
definition MLVolumetry.def
see also Histogram
keywords histogram, volumetry, calculate, interval, threshold, count, jmk

Purpose

The module HistogramVolumetrySimple computes a volume from a given voxel volume, a threshold interval, and a histogram.

Windows

Default Panel

../../../Modules/ML/MLVolumetry/mhelp/Images/Screenshots/HistogramVolumetrySimple._default.png

Input Fields

input0

name: input0, type: Image

Only used if Retrieve voxel volume from input image is checked.

histogram

name: histogram, type: MLBase

Input histogram generated by Histogram.

Parameter Fields

Field Index

Auto: Bool Upper Threshold: Float
Calculate: Trigger Volume in Threshold Interval (ml): Float
Lower Threshold: Float Voxel Volume: Float
mean: Float  
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.

Calculate

name: compute, type: Trigger

If pressed, the module computes anew.

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 Volume field will be updated accordingly.

Otherwise, the value in the Voxel Volume field will be taken for the overall volume calculation.

Voxel Volume

name: voxelVolume, type: Float, default: 0

Sets a voxel volume value.

Lower Threshold

name: lowerThresh, type: Float, default: 0

Sets a lower threshold value.

Upper Threshold

name: upperThresh, type: Float, default: 1

Sets an upper threshold value.

Volume in Threshold Interval (ml)

name: computedVolume, type: Float, persistent: no

Shows the computed volume.

Hidden Fields

noVoxels

name: noVoxels, type: Integer, default: 0

mean

name: mean, type: Float, default: 0

opStatus

name: opStatus, type: String