powered by
Calculate the mean of a list of antsImages
antsAverageImages(imageList, normalize = FALSE)
list of antsImages
boolean determines if image is divided by mean before averaging
# NOT RUN { r16 <- antsImageRead(getANTsRData('r16')) r64 <- antsImageRead(getANTsRData('r64')) mylist <- list(r16, r64) antsAverageImages(mylist) # }
Run the code above in your browser using DataLab