powered by
Clone an image object of S4 class 'antsImage'.
antsImageClone( in_image , out_pixeltype )
Image object of S4 class 'antsImage' to be cloned.
C++ datatype to be used to represent the pixels in the output image. Allowed values: "double", "float", "unsigned int", "unsigned char".
S4 object of Class 'antsImage' -- Success 1 -- Failure
# NOT RUN { # clone an image 'img' of class 'antsImage' to an image of pixeltype 'double' antsImageCone( img , "double" ) # }
Run the code above in your browser using DataLab