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

getPixelValuesR Documentation

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

Description

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

Usage

getPixelValues(image, z, t, c)

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

## Not run: 
pixel_values <- getPixelValues(image)

## End(Not run)

ome/rOMERO-gateway documentation built on Nov. 5, 2023, 9:29 a.m.