Show position cursor when scrolling slices to mouse location

Hi,

When you press ‘shift’ and hover the cursor/mouse over a slice, Slicer automatically updates the mouse location in all the other slices, including the 3D-view. But unfortunately I can’tsee the exact position of the cursor these other slices. I need this option to, for instance, check small structures in the different slices.

Is there a way to make the cursor position visible by means of a markerlike a cross, dot, or whatever?

Regards,
Léon

Maybe some additional information; I’m want to hover over structures in the 3D-view to see what these look like in the 3 other planes.

I noticed that, when for instance using the paintbrush in the segmentation editor, you can see the position of the brush in the other slices and 3D-view as a circle or stripe, but if you want to zoom in on this in one of the other slices, it’s not possible for it goes away.

Can I keep the position visible after hovering?

I’ve found a workaround.
When I turn on ‘Edit in 3D views’ my cursor is visible in the 3D view, as well as in the other slices as a ball. Now I can edit the segmentation, although with the 3D view on, my system slows down very much.

Is this the way it should be done, or is there some other way that’s more convinient?

Sounds like you could use the Crosshairs:

https://www.slicer.org/wiki/Documentation/4.10/SlicerApplication/MouseandKeyboardShortcuts#Crosshairs

image

This is a bit off topic but is there a way to do the same but without holding the shift key? It would be easier to go through volumes inspecting them without constantly holding the shift key.

In recent Slicer nightly versions all the keyboard and mouse gestures can be remapped to any actions, so it would be easy to change this (and at some point we may even expose this feature to users). However, it is not clear for me, what would you find easier than holding down Shift key while moving the mouse?

I know this is situational, but it was something I was looking into as a small UX improvement. Instead of hold shift to follow, it would be press shift to toggle follow/unfollow. or some other button, even a UI button.

In our case it would be to verify registration, to have moving and fixed volume side by side and scroll through it with the cross-hair. This would reduce keyboard interactions in the OR.

There are so many other way of doing this. For example, have you tried “Compare Volumes” module? You may find “Layer Reveal Cursor” particularly useful.

You can also add custom code to move the crosshair whenever the cursor is moved and activate/deactivate with a shortcut (probably less than 10 lines of code in total).

Yes I’ve that, it looked interesting.

Thanks, I’ll look into it, I wanted to see if there’s an established way of doing this or not; should be easy enough to do.

PS. Sorry for hijacking this thread for a while :slight_smile:

@Steve.
Yes, that’s exactly what I meant!
I also ‘discovered’ this myself this morning, even before I checked the forum. All the times it was right there without me noticing it.