powered by
Measure min, max, and mean of image.
MeasureMinMaxMean(image)
Input image of type antsImage.
antsImage
List with entries img.min, img.max, img.mean.
img.min
img.max
img.mean
# NOT RUN { myimg <- as.antsImage(array(rnorm(1000), dim=c(10, 10, 10))) MeasureMinMaxMean(myimg) # }
Run the code above in your browser using DataLab