image: Create an Object of Class 'Image'

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/ImageClass.R

Description

Function for creating Image objects from arrays and image files.

Usage

1

Arguments

...

When created from an image file, image takes one argument that is a character string indicating the path to the image file. When created from an array (e.g. a matrix), it takes this array as its single argument. An Image object can also be created without any argument, in which case it is empty and can be populated with an image later.

Value

An Image object.

Note

Image objects can be created from video files and video streams using the following functions: video, stream.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image

Examples

1
# TODO

neuroconductor-devel-releases/Rvision documentation built on Oct. 27, 2020, 1:16 p.m.