> [5] The output level set needs to be binarized (by thresholding at zero) > to produce the output segmentation mask. Currently there is no ITK that > does this. ThresholdImageFilter sets out of range value to an outside > value while in-range values are passed straight through. You can use two threshold filters setting one as ThresholdAbove and one as ThresholdBelow :)