Learn R Programming

ANTsR (version 1.0)

MeasureMinMaxMean: Measure Min Max Mean

Description

Measure min, max, and mean of image.

Usage

MeasureMinMaxMean(image)

Arguments

image

Input image of type antsImage.

Value

List with entries img.min, img.max, img.mean.

Examples

Run this code
# NOT RUN {
  myimg <- as.antsImage(array(rnorm(1000), dim=c(10, 10, 10)))
  MeasureMinMaxMean(myimg)
# }

Run the code above in your browser using DataLab