From 83f779bc08130e35df743693c5b8697ad5f2fc62 Mon Sep 17 00:00:00 2001 From: Anthony Lee <9303869+anthonyylee@users.noreply.github.com> Date: Fri, 3 Apr 2026 10:12:29 -0700 Subject: [PATCH] Fix typo in Mask volume tool description Corrected a typo in the Mask volume tool description. --- Segmentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Segmentation/README.md b/Segmentation/README.md index c28c8a3..f8f84dc 100644 --- a/Segmentation/README.md +++ b/Segmentation/README.md @@ -157,7 +157,7 @@ We won't cover every tool in detail, but here are a few you should spend some ti * The most commonly used smoothing filters are Gaussian and Median filters. * Closing and Opening in the *Smoothing method* drop down menu have interesting effects, such as removing parts sticking out of your segment and filling holes. The size of parts to be removed and holes to be filled depends on the kernel size option of your tool. - 12. **Mask volume** tool lets you use a segmentation or LabelMap to mask raw images and remove unnecessary objects for clean up. In the image below I've used ti to remove everything that wasn't part of my tumor segmentation. + 12. **Mask volume** tool lets you use a segmentation or LabelMap to mask raw images and remove unnecessary objects for clean up. In the image below I've used it to remove everything that wasn't part of my tumor segmentation.