MarkerVectorToImage

MLModule
genre Marker
author Lennart Tautz
package FMEstable/ReleaseMeVis
dll MLXMarkerUtilsStable
definition MLXMarkerUtilsStable.def
see also MarkerToMask, SetVoxelValue
keywords xmarker, marker, vector

Purpose

This modules creates a vector image from the vectors in an XMarker list.

Usage

Connect an image, a marker list, and press Update.

Details

The input image only defines the extent and other properties of the output image, all values are defined by the marker list. All voxels are set to zero vectors, except those where a marker is present. The min/max values of the output image are set to the minimum and maximum vector component in the marker list.

XMarker positions are expected to be in world coordinates, the coordinate system of the marker vector is irrelevant.

Windows

Default Panel

../../../Modules/ML/MLXMarkerUtilsStable/mhelp/Images/Screenshots/MarkerVectorToImage._default.png

Input Fields

input0

name: input0, type: Image

An image.

inputXMarkerList

name: inputXMarkerList, type: MLBase

An XMarker list with marker positions in world coordinates.

Output Fields

output0

name: output0, type: Image

A vector image containing the vectors from the marker list. The image type is always Vector3d.

Parameter Fields

Visible Fields

Update

name: update, type: Trigger

Trigger this to update the output.

Auto Update

name: autoUpdate, type: Bool, default: TRUE

If checked, the output will be updated when the inputs change.