| genre | Marker |
| status | stable |
| author | Bernd Kuemmerlen |
| package | MeVisLab/Standard |
| dll | MLGeometry1 |
| definition | MLGeometry1.def |
| see also | XMarkerListContainer |
| keywords | Mask, XMarker, Segmentation |
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.
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. |
Sets the value that is used as a type value for all markers if Marker Value is set to User.
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. |