MaskToMarkers

MLModule
genre Marker
status stable
author Bernd Kuemmerlen
package MeVisLab/Standard
dll MLGeometry1
definition MLGeometry1.def
see also XMarkerListContainer
keywords Mask, XMarker, Segmentation

Purpose

The module MaskToMarkers creates a list of ml::XMarker from a mask image.

An XMarker is created for each pixel in the input image which has a gray value greater than 0.

Windows

Default Panel

../../../Modules/ML/MLGeometry1/mhelp/Images/Screenshots/MaskToMarkers._default.png

Input Fields

input0

name: input0, type: Image

Output Fields

outputXMarkerList

name: outputXMarkerList, type: MLBase

Parameter Fields

Visible Fields

Marker Value

name: setType, type: Enum, default: User, deprecated name: markerIDMode

Defines which value is set as type information to the generated markers.

Values:

Title Name Description
User User The Value is set to each generated marker.
Voxel Value VoxelValue The original voxel value is used a the type for the generated marker at that position.

Value

name: type, type: Integer, default: 0, deprecated name: markerID

Sets the value that is used as a type value for all markers if Marker Value is set to User.

Mode

name: updateMode, type: Enum, default: Off, deprecated name: autoCalc

Defines the update mode of the module.

Values:

Title Name Deprecated Name Description
Off Off FALSE The module does not react to any field change.
Auto Update AutoUpdate   The module computes a new marker list on any field change.
Auto Clear AutoClear   The module clear the output marker list on any field change.

Update

name: update, type: Trigger, deprecated name: Calculate

If pressed, the module updates its output marker list.