Masking Images

Masking involves setting some of the pixel values in an image to zero, or some other "background" value. Masking can be done in one of two ways:

Note: you can also perform masking operations on individual slices or whole images in a similar way from the ROI Toolkit. There are three main differences:

If you use ROIs as a mask, you may also perform soft masking, to set the intensity of masked pixels not to the background value, but a value that depends on how much of an individual pixel is inside the mask.

Normally, pixels that are inside the mask do not have their pixel values changed: they are left at the same intensity as the input image. However, you can also create images with binary intensity values (either 0 outside the mask, or 1 inside the mask) by selecting Select to create a binary masked output image.

Selecting Masker from the Process menu Menu item to bring up the Image Masker tool of the main display frame brings up the Image Masking Tool:

The Image Masker tool GUI

The Image Masking tool takes an input image, masks it, and produces a new image which is a copy of the input image, except that the new image will have its pixel intensity value set to zero (or some other chosen background intensity value) according to the mask and the masking operations performed. The new (masked) image can either be saved to disk, or loaded into Jim depending on your selection:

Load the result into the display or save thre
                                                result to disk

Load the input image and the mask image by clicking on the Icon to open an image file icon, by typing in the folder (directory) and file name of the image, or by pressing the right mouse button and selecting from the menu of recently-used images.

Selecting the input image

Next, set the background pixel value (which defaults to zero). Pixel intensities in the masked image that are affected by masking operations will have their intensity set to the background pixel intensity value.

Choose whether you want to set the pixels intensities outside the mask to the background, or those inside the mask to be the background, by clicking on the appropriate button:

Selecting the mask action

If you are masking using ROIs, choose whether you want hard or soft masking. Note: the selection of hard or soft masking has no impact when using an image mask.

Note: hard and soft masking only applies when you mask using ROIs. If you mask using an image, soft masking behaves the same as hard masking.

If you want the output image to be a "binary" image (i.e., an image where the pixel intensities are exclusively either zero or one) then select Making the output image binary.

Then, choose whether you will use an image as the mask, or a set of ROIs by clicking the appropriate button:

Mask with an image, or with ROIs

Now click on the Do the masking button to perform the masking. If you have chosen to save the result to disk, then a File Chooser will pop up, prompting you to choose a file name for the new masked image. Otherwise, the result will be loaded into Jim.

Note: if the input image to be masked is a 4-D image (multiple 3-D volumes) or an image with even higher dimensionality, then you can mask all the 3-D volumes within the input image using:

Jim Home