powered by
Copy origin, direction, and spacing from one antsImage to another
antsImage
antsCopyImageInfo(reference, target)
image object of S4 class antsImage to get values from.
image object of S4 class antsImage to copy values to.
Target image with reference header information.
# NOT RUN { img <- makeImage(c(10,10),rnorm(100)) img2 <- makeImage(c(10,10), rnorm(100)) img2 <- antsCopyImageInfo(img, img2) # }
Run the code above in your browser using DataLab