merge
returns an image from the combination of grayscale
images corresponding to single channels (green, blue, red, or alpha).
merge(x)
x | A list of single channel (grayscale) |
---|
An Image
object.
Color images are usually represented by 3 channels (possibly 4) in the following order: green (1), blue (2), red (3), and possibly alpha (4).
Simon Garnier, garnier@njit.edu
# TODO