5mm
| Genre: | METKImageDisplay |
|---|---|
| Authors: | Konrad Mühler, Christian Tietjen |
| Short description: | Provides the basis of METKOverlay2D as a multi coded segmentation |
Normally, every segmented object is saved as one file. If you want to display all these masks in a View2D for example, you have to add one SoView2DOverlay per mask. This results in a very poor performance. To avoid that, METKCodedSegmentation generates one file per current ROI and adds all masks derived from this ROI in only one file. This has to be done only one time. On the next load, the generated file will be loaded automatically.
If there is an CSO object with a corresponding ROI, the coded segmentation will be generated. The output of the module can be used with METKOverlay2D for example.
The module checks whether there is a ROI in the current case. If so, the first one is loaded and the generation starts, or simply the pre-generated is loaded. If there are more than one ROI, the computation starts only for the first one found in the ObjMgr. The object values are stored for each objects in its
Image
CodedSegObjectValue devided by comma. Additionally all objects for each voxel value are stored in CodedSegmentation
roiName
VOXELVALUE.
For more information ask Konrad Mühler or wait for a detailed documentation.
| Output: | currentCodedSegmentaiton (MLImage) | Coded segmentation image for the selected ROI |
|---|
| 8cm ignoreEmptyString: | (default yes): If ROI is set to [None], the module maintains the previous ROI as input. On NO, the output contains no data. |
| rois: | List of the available ROIs in the case. |
| roiSelect: | selected ROI |
| listenToRoi:
(string) |
Tag to synchronize ROI selection. All modules with the same tag in listenToRoi updating their rois if one of them change its selection. |
| objValues: | List of used voxel values for each object |
| imgValues: | List of all voxel values and their containing objects |
| forceGeneration: | (re)generate a coded segementation |
| closeImg: | close the loaded image |
METKOverlay2D, METKROISelect, METKViewer2D