MeasureMinMaxMean: Measure Min Max Mean

Description Usage Arguments Value Author(s) Examples

Description

Measure min, max, and mean of image.

Usage

1

Arguments

image

Input image of type antsImage.

Value

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

Author(s)

Kandel BM.

Examples

1
2
3
4
5
## Not run: 
  myimg <- as.antsImage(array(rnorm(1000), dim=c(10, 10, 10)))
  MeasureMinMaxMean(myimg)

## End(Not run)

stnava/itkImageR documentation built on May 30, 2019, 7:21 p.m.