sampledoc

ANTsR 0.0.0 documentation

ImageMath

«  Extract   ::   Contents   ::   KellyKapowski  »

ImageMath

purpose:

Image Math

description:

Perform math-operations on the given image

usage:

ImageMath( “<ImageDimension>” , “<OutputImage>” , “<operator>” , “<Image1.ext>” [, “<Image2.ext>”] )

See section ‘Arguments’ for details. Number and type of arguments vary depending on ‘operator’ used.

examples:

ImageMath(3, "output_img.nii", "D", "input_img.nii", 1)

ImageMath(3, "output_img.nii", "MD", "input_img.nii", 1)

«  Extract   ::   Contents   ::   KellyKapowski  »