merge: Merge Separate Channels into an Image

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

View source: R/ImageClass.R

Description

merge returns an image from the combination of grayscale images corresponding to single channels (green, blue, red, or alpha).

Usage

1
merge(x)

Arguments

x

A list of single channel (grayscale) Image objects.

Value

An Image object.

Note

Color images are usually represented by 3 channels (possibly 4) in the following order: green (1), blue (2), red (3), and possibly alpha (4).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

split, Image

Examples

1
# TODO

neuroconductor-releases/Rvision documentation built on Nov. 10, 2020, 9:10 p.m.