SmoothImage: Smooth an image

Description Usage Arguments Value Author(s) Examples

Description

Perform smoothing on the given image with a given sigma

Usage

1
SmoothImage( "<imageDimension>" , "<inputImage>" , "Sigma" , "<outputimage>")

Arguments

imageDimension 2|3|4

Number of dimensions of the input image

inputImage

Input image to operate on

Sigma

Smoothing factor

outputImage

Result image

Value

0 – Success
1 – Failure

Author(s)

Shrinidhi KL, Avants BB

Examples

1
2
3
4
## Not run: 
SmoothImage( 3 , "input_img.nii" ,1, "output_img.nii")

## End(Not run)

stnava/itkImageR documentation built on May 30, 2019, 7:21 p.m.