Quick image deface
From Slicer Wiki
Home < Quick image deface
- Create ROI encompassing face area (nose, eyes) but excluding as much of brain as feasible.
- Use CropVolume module to crop based on the ROI.
- Use Editor to select ALL intensity values creating labelmap of the whole ROI
- Use MaskImage to grab just that ROI area as a new image
- Subtract new image from original image.
The convoluted way is necessary because CropVolume rescales intensity; else could just subtract the cropped image.