Hello
I’m new on Slicer, I work on 3D dicom MRI Data
In my philips workspace I can manually crop direct from volume (using ellipse, rectangle, or manual shape)
I can I do this on 3DSlicer?
Thanks
Hello
I’m new on Slicer, I work on 3D dicom MRI Data
In my philips workspace I can manually crop direct from volume (using ellipse, rectangle, or manual shape)
I can I do this on 3DSlicer?
Thanks
If you consider cropping your volume to exclude areas during segmentation then you don’t need to actually modify your volume. You can use Scissors effect in Segment Editor module to draw rectangular/circular/freeform regions in 2D or 3D and use that as mask during segmentation.
If you actually want to mask out regions from your volume (e.g., as a pre-processing for volume rendering) then install SegmentEditorExtraEffects
extension and use Mask volume
effect to blank areas inside/outside the segment.