switching between multiple plugins
Hi, I am really enjoying using scikit-image (mostly for radiology image segmentation) I can add multiple plugins, but only the last one seems to be active. Is it possible to switch between multiple plugins in the viewer ? Thanks, Naveen
Hi Naveen, On Thu, 05 Dec 2019 11:18:27 -0600, Naveen Garg wrote:
I am really enjoying using scikit-image (mostly for radiology image segmentation) I can add multiple plugins, but only the last one seems to be active. Is it possible to switch between multiple plugins in the viewer ?
I'm glad you are enjoying scikit-image! Are you talking about `skimage.viewer`? If so, do you mind sharing your code via gist.github.com or similar? I would also recommend looking at Napari, which is a great platform for doing visual data inspection. Best regards, Stéfan
Are you talking about `skimage.viewer`? If so, do you mind sharing your code via gist.github.com or similar?
Yes. I sort of figured it out. 2 of the plugins conflict on the left mouse button mapping: line profile and labelpainter. Other plugins such as threshold work fine as there is no conflict. https://gist.github.com/tinku99/cd39bfed85e6bafcedf7a390e51c2430 I can probably just setup a different keybinding to get the line and label painters to play well.
I would also recommend looking at Napari, which is a great platform for doing visual data inspection. Thanks, Stéfan. Yes, will check out napari.
participants (2)
-
Naveen Garg
-
Stefan van der Walt