getPixelValues: Get the pixel values of an Image. An error will be thrown if...

Description Usage Arguments Value Examples

Description

Get the pixel values of an Image. An error will be thrown if invalid z, t or c values are specified.

Usage

1

Arguments

image

The image

z

Z plane index (default: 1)

t

T plane index (default: 1)

c

Channel index (default: 1)

Value

The pixel values as two-dimensional array [x][y]

Examples

1
2
3
4
## Not run: 
pixel_values <- getPixelValues(image)

## End(Not run)

romero.gateway documentation built on Dec. 23, 2018, 5:04 p.m.