| genre | CSOModule |
| status | stable |
| author | Olaf Konrad |
| package | MeVisLab/Standard |
| dll | MLCSOModules |
| definition | MLCSOModules.def |
| keywords | CSO, contour |
The module CSOVoxelSetToMarkerList converts a CSOVoxelSetList to a XMarkerList.
All entries in a CSOVoxelSetList are being converted into an XMarker. The value of a CSOVoxelSet entry is set to the marker's type.
An optional input image provides the voxel-to-world matrix to convert all the markers' positions to the correct coordinate system. Otherwise, the coordinates of the markers transformed by the voxel-to-world matrix that is stored in the CSOVoxelSet.
Note that the marker's type is of data type int while the value stored in a CSOVoxel is of type double.
| Auto Update: Bool |
| Bounding Box V1: Vector3 |
| Bounding Box V2: Vector3 |
| Update: Trigger |
| Use Input Image Transformation: Bool |
Shows the upper front left corner of the image's bounding box.
This is always 0 / 0 / 0.
Shows the lower rear right corner of the image's bounding box.
If checked, the voxel-to-world matrix for transforming the resulting markers is read from the input image.
Otherwise, the voxel-to-world matrix that is stored in the CSOVoxelSet is used.