dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

MitkImageViewer: Image Layers #35

Open dboun opened 5 years ago

dboun commented 5 years ago

Right now unchecked images are in layer 1, checked normal images are in layer 2, segmentations are in layer 3 and masks are in layer 4.

Segmentations + Masks work fine.

The problem is with the normal images. When a user has an image clicked and clicks a second image, what happens isn't always the same thing. Some times the second image will be shown, other times the first image will stay. This suggests that there are sublayers in the layer.

When an image is checked, it should somehow be visible to the user.

dboun commented 5 years ago

Maybe have layers the same way MITK does it in the data view. (Drag and drop an image to top -> image goes to top layer)