This algorithm provides a port of the SUSAN (Smallest Univalue Segment Assimilating Nucleus) low-level image processing program.
For information about SUSAN, see http://www.fmrib.ox.ac.uk/~steve.
SUSAN noise reduction uses nonlinear filtering to reduce noise in an image while preserving both the underlying structure and the edges and corners. It does this by averaging a voxel only with local voxels that have similar intensity.
Table 1 explains the possible responses that the SUSAN filter provides if it cannot determine the neighborhood and based on whether you selected the option of using the median.
Use median
|
SUSAN area
|
The SUSAN filter . . .
|
Selected
|
Zero
|
Uses the median of the pixel's 8 nearest neighbors in 2D images or 26 nearest neighbors in 3D images to estimate the pixel's correct value.
|
Selected
|
Nonzero
|
Uses sums taken over the local neighborhood, not including the center pixel itself, to estimate the pixel's correct value. This allows good reduction of impulse noise.
|
Not selected
|
Nonzero
|
Uses sums taken over the local neighborhood including the center pixel to estimate the pixel's correct value.
|
Not selected
|
Zero
|
Leaves the pixel unchanged.
|
You can apply this algorithm to black-and-white 2D, 2.5D, and 3D images.
None.
To run this algorithm, complete the following steps:
Brightness threshold
|
Blurs edges of contrast smaller than this threshold. Reducing the brightness threshold gives less smoothing. The default value is 0.1 * (image maximum - image minimum).
|
|
Mask Gaussian SD (0 for flat response) mm
|
Determines the spatial extent of the smoothing (the default value is equal to the X resolution). For a small, fast, flat response with a 3 x 3 or 3 x 3 x 3 voxel mask, set the mask SD to 0.
| |
Use median when neighborhood not found
|
By default, this check box is selected.
| |
Process each slice independently
|
Smooths each slice of the dataset independently (applies only to 3D images).
| |
New image
|
Shows the results of the algorithm in a new image window (default choice).
| |
Replace image
|
Replaces the current active image with the newly calculated image.
| |
OK
|
Applies the algorithm according to the specifications in this dialog box.
| |
Cancel
|
Disregards any changes that you made in the dialog box and closes the dialog box.
| |
Help
|
Displays online help for this dialog box.
|