Purpose

The module LabelByThresholdedVolume sets skeleton labels to values depending on the image voxel value underneath the skeletons.

Windows

Default Panel

../../../Projects/MLGraphEditing/Modules/mhelp/Images/Screenshots/LabelByThresholdedVolume._default.png

Input Fields

input0

name: input0, type: Image

inGraphEditing

name: inGraphEditing, type: GraphEditing(MLBase)

Parameter Fields

Visible Fields

Update

name: update, type: Trigger

Default Label

name: defaultLabel, type: Integer, default: 12025

If a skeleton is outside the image or its underlying voxels has a value greater than the highest threshold value, its label will be set to this value.

Threshold Label Pairs

name: thresholdLabelPairs, type: String, default: 2 12125, 5 12675, 10 12225

Sets the threshold / label pairs. The threshold value defines up to which values the following label is set to skeletons.

Set Nearest Label Recursively

name: setNearestLabelRecursively, type: Bool, default: FALSE

If checked, the nearest found label is set recursively down to the leaves. Otherwise, only the skeletons within a threshold range are set to the specified label value.