powered by
merge returns an image from the combination of grayscale images corresponding to single channels (green, blue, red, or alpha).
merge
merge(x)
A list of single channel (grayscale) Image objects.
Image
An Image object.
split, Image
split
# NOT RUN { balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision")) balloon_chan <- split(balloon) balloon_merged <- merge(balloon_chan) # }
Run the code above in your browser using DataLab