Image2-class: Class Image2

Image2-classR Documentation

Class Image2

Description

An object of class Image2 represents a Image with HDF5Array

Usage

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, ...)

Arguments

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

Slots

seed

see DelayedArray

colormode

colormode of the image.

Author(s)

Jianhong Ou

Examples

library(EBImage)
img <- readImage(system.file("extdata", "low.jpg", package="cellCounter"))
Image2(img)


jianhong/cellCounter documentation built on June 10, 2022, 8 p.m.