powered by
Get the pixel values of an Image. An error will be thrown if invalid z, t or c values are specified.
getPixelValues(image, z, t, c)
The image
Z plane index (default: 1)
T plane index (default: 1)
Channel index (default: 1)
The pixel values as two-dimensional array [x][y]
# NOT RUN { pixel_values <- getPixelValues(image) # }
Run the code above in your browser using DataLab