MarkerToImage¶
-
MLModule
¶ genre Marker
author Lennart Tautz
package FMEstable/ReleaseMeVis
dll MLXMarkerUtilsStable
definition MLXMarkerUtilsStable.def see also MarkerToMask
,SetVoxelValue
,VoxelizeMarkers
keywords xmarker
,mask
,xmarkerlist
,marker
,value
,intensity
,set
,voxel
,image
Purpose¶
This module writes marker values into an (existing) image.
Usage¶
Connect an image, choose the write mode (Write Mode
) and press Update
.
Input Fields¶
inputXMarkerList¶
-
name:
inputXMarkerList
, type:
XMarkerList(MLBase)
¶ An XMarkerList.
For accessing this object via scripting see the Scripting Reference:MLXMarkerListWrapper
.
Output Fields¶
Parameter Fields¶
Visible Fields¶
Auto Update¶
-
name:
autoUpdate
, type:
Bool
, default:
TRUE
¶ If any input changes, the output is updated.
Write Mode¶
-
name:
writeMode
, type:
Enum
, default:
Type
¶ Determines which property of the marker is used as intensity value.
Values:
Title | Name | Description |
---|---|---|
Type | Type | Marker type |
Vector X | VectorX | X component of the marker vector |
Vector Y | VectorY | Y component of the marker vector |
Vector Z | VectorZ | Z component of the marker vector |
Vector Length | VectorLength | Length of the marker vector |