Description Usage Arguments Value
Get the pixel values of an Image. An error will be thrown if invalid z, t or c values are specified.
1 2 | ## S4 method for signature 'Image'
getPixelValues(image, z, t, c)
|
image |
The image |
z |
Z plane index (default: 1) |
t |
T plane index (default: 1) |
c |
Channel index (default: 1) |
The pixel values as two-dimensional array [x][y]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.