sampledoc

ANTsR 0.0.0 documentation

antsImageClone

«  antsImage-class   ::   Contents   ::   antsImageRead  »

antsImageClone

purpose:

Image Clone

description:

Clone an image object of S4 class ‘antsImage’.

usage:

antsImageClone( in_image , out_pixeltype )

examples:

# clone an image 'img' of class 'antsImage' to an image of pixeltype
# 'double'

antsImageCone(img, "double")

«  antsImage-class   ::   Contents   ::   antsImageRead  »