RGB channels in RGB imageΒΆ

Split and plot the channels of the RGB image

plot rgb image
from skimage.data import astronaut

import seaborn_image as isns

# set image origin
isns.set_image(origin="upper")

g = isns.rgbplot(astronaut())

Total running time of the script: ( 0 minutes 0.911 seconds)

Gallery generated by Sphinx-Gallery