Threshold

Class: NodeImageToMask

Node Icon

Converts an image to a binary Mask using thresholding.

Inputs

Image

The input image.

Type: Image4DFloat, Required, Single

Outputs

Mask

The resulting mask. A binary mask with the same size as the input image.

Type: Image4DBool

Settings

Division Level Number

This value is used to divide the image into two bins.

Depending on what division type you select voxel values above and below this value will be converted into 1 or 0 in the resulting mask.

Division Type Selection

The type of criteria used to set the resulting mask voxel to 1.

Values: HigherOrEqual, Higher, LowerOrEqual, Lower, Equals

See also

Keywords: Threshold, Thresholding