GraphToVolume¶
- MLModule¶
author
package
dll
definition
Purpose¶
The GraphToVolume module creates a volume that contains the labels of the skeleton and vessel voxels.
Parameter Fields¶
Field Index¶
|
|
|
|
|
Visible Fields¶
Update¶
- name: update, type: Trigger¶
When pressed, the output image is updated.
Clear¶
- name: clear, type: Trigger¶
When pressed, the output image is cleared.
Fill Value¶
- name: fillValue, type: Double, default: -1¶
Sets a fill value used for background values.
Write Mode¶
- name: writeMode, type: Enum, default: SkeletonAndVesselVoxels, deprecated name: skeletonOnly¶
Defines how skeleton positions and their vessel voxels are rastered into the image.
Values:
Title |
Name |
Deprecated Name |
Description |
|---|---|---|---|
Skeleton And Vessel Voxels |
SkeletonAndVesselVoxels |
FALSE |
Both skeleton positions and their vessel voxels are rastered. |
Skeleton Only |
SkeletonOnly |
TRUE |
Only the skeleton positions are rastered. |
Vessel Voxels Only |
VesselVoxelsOnly |
Only the vessel voxels are rastered. |
Output Integer Image¶
- name: outputIntegerImage, type: Bool, default: TRUE¶
If checked, the module outputs an integer image. Otherwise, the data type of the output image is of float type.