I would like to know how to duplicate a segmentation on Slicer. Is there some option to do it?
best
I would like to know how to duplicate a segmentation on Slicer. Is there some option to do it?
best
Hi, I guess you can do the following:
To duplicate a segment you can Add a new segment and use the Copy operation under the Logical operations Effect.
To duplicate a segmentation you can clone the node by right clicking → Clone in the Data module
@simonoxen
Could you please tell where to find “clone” segment file to explore its functionalities (i.e. .cxx or .py file)?
To duplicate a segment you can Add a new segment and use the Copy operation under the Logical operations Effect.
To duplicate a segmentation you can clone the node by right clicking → Clone in the Data module
This question has just been asked and answered here, too:
Thank you everyone for the explanations!
I’ve submitted a pull request that makes “Clone” action clone the segment if the user right-clicks on a segment (and not clone the entire segmentation):
It will be probably merged within 1-2 days and appear in Slicer Preview Release the next day.