powered by
Perform smoothing on the given image with a given sigma, defined in physical space units
SmoothImage( "" , "" , "SigmaVector" , "")
Number of dimensions of the input image
Input image to operate on
Smoothing factor in format 1.1x1.5x0.5 for a 3D image
Result image
0 -- Success 1 -- Failure
# NOT RUN { # different ways you might smooth images of different dimensionality SmoothImage( 2 , img ,"1.2x1.5", img) SmoothImage( 3 , img ,"1x0x1", img) SmoothImage( 4 , img ,"1x2x1x0", img) # }
Run the code above in your browser using DataLab