SliceViewer removed toolbar with data tips, zoom options, and pan functions?

When I display an image useing imshow(image), there is a row of helpful features on the top right as shown in the picture below. The sliceViewer tool for viewing entire image stacks used to have this same row of features, but now that I am using R2023a it seems to be gone. Is there a setting that I'm missing or was this functionality removed?
If it was removed, does anyone know of a different way to view individual pixel intensities in sliceViewer similar to how you can do so in imshow by with the "data tips" button (the second from the left in the image below)?

 Respuesta aceptada

Ranjeet
Ranjeet el 12 de Mayo de 2023
A ticket has been raised for the issue and it should be addressed in future update/release.

5 comentarios

Awesome, thank you so much!
Hi @Lars Nelson, thanks for reporting this.
Until this is fixed, I suggest using the following workaround
>> fig = figure;
>> h = sliceViewer(vol, Parent=fig);
Notice that explicitly passing a figure parent to the sliceViewer resolves the issue for now.
Ah, thank you so much! That works perfectly.
please fix as soon as possible this was a very usefull feature
thanks

Iniciar sesión para comentar.

Más respuestas (1)

Dear Ranjeet,
in MATLAB 2023b, the feature is gone again.
Are there any plans to fix it again?

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2023a

Preguntada:

el 26 de Abr. de 2023

Respondida:

el 9 de En. de 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by