For example, if a label set image is selected that has multiple groups, all pixels that are not labelled in this group are reported as 0 even though other labels from other groups occupy this pixel.
Another improvement would be to show the image name and pixel value of the image below if the selected pixel does not have any label.
Description
Description
Revisions and Commits
Revisions and Commits
rMITK MITK | |||
Restricted Differential Revision | rMITK6326d8f1413d Ignore label set images in Pixel Value view | ||
Restricted Differential Revision | rMITK750a0ef57a2e Ignore label set images in Pixel Value view |
Related Objects
Related Objects
- Mentioned In
- T30470: 2024 Week 24 (Mid June)
Event Timeline
Comment Actions
For now, I suggest the most simple solution which is to ignore label set images all together, as long as we do not correctly support probing pixel values at a certain location. This is a much more complex problem that can be tackled in the future if requested, for example:
- Label set images have potentially groups with overlapping labels, requiring showing multiple pixel values
- Opacity should probably be taken into account to decide what pixel values should be shown at all and the decision is different for regular images since fully opaque labels are possibly still rendered with a lower opacity in label set images
- Generally speaking, even regular images would need to be probed for their final alpha value (i. e. fully transparent pixels because of applied LUTs or transfer functions)
The decision to ignore label set images for now is supported by the fact that pixel values for labels are already shown in the Segmentation view (tool tips).