Python Forum
Improve segmentation : Create sphere brush to edit voxels values in scanners image wi
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Improve segmentation : Create sphere brush to edit voxels values in scanners image wi
#1
Good morning,

I would need some help to finish my project as an intern working on segmentation of an organ on 3D Slicer.
I have a segmented organ with white pixels over a black background (a vtkMRMLScalarVolumeNode).

I would like to add some missing white voxels to my segmented organ and erase others.
I have tried working on "Segment editor" on 3D Slicer but it doesn’t work as I need.

I am looking for another way to do this but I don’t know how to proceed :

- how can I create a sphere brush (in 3D) in python which would be able to browse / scan my image (as a numpy array if necessary) thanks to mouse clicks’ of the user on the image
- then, if the user clicks, tell to the sphere to turn the pixels of my image from their value to another one that I choose
?

Does someone have an idea ?

In my version of 3D Slicer, I can't use Tkinter neither pygame...

I have read lots and lots of comments / topics / codes but I can’t find anything that I understand and able to add to my code easily (I am new on 3D Slicer)
Thanks a lot in advance for your help
Laura
Reply
#2
This question would probably be answered more quickly here: https://discourse.slicer.org/
That being said, there may be a user here that will have the answer
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I create permutations and combinations of a set of values? pythonforumuid 2 2,470 Sep-13-2020, 12:38 AM
Last Post: pythonforumuid
  How to create a dataframe from timestamp values MohanReddy 5 4,119 Mar-20-2019, 09:11 AM
Last Post: samsonite

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020