Image2-class | R Documentation |
An object of class Image2 represents a Image with HDF5Array
is.Image2(x) Image2(img) readImage2(file) writeImage2(x, ...) toImage(img2, frames) imageData(y) ## S4 method for signature 'Image2' imageData(y) imageData(y) <- value ## S4 replacement method for signature 'Image2' imageData(y) <- value colorMode(y) colorMode(y) <- value channel(x, mode) ## S4 method for signature 'Image2' show(object) display(x, method, frames, ...)
x |
an object of Image2 |
img |
an Image object. |
file |
file name of image. |
... |
parameters could passed to writeImage. |
img2 |
an Image2 object. |
frames |
frames of the images to display |
y |
an Image2 object. |
value |
the image data or colormode. |
mode |
A character value specifying the target mode for conversion. See channel. |
object |
an Image2 object. |
method |
see display |
seed
see DelayedArray
colormode
colormode of the image.
Jianhong Ou
library(EBImage) img <- readImage(system.file("extdata", "low.jpg", package="cellCounter")) Image2(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.