[Insight-developers] itkShapeDetectionLevelSetFilter

Miller, James V (CRD) millerjv@crd.ge.com
Mon, 4 Feb 2002 09:02:31 -0500


> [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 :)