Note
Go to the end to download the full example code.
RGB channels in RGB image#
Split and plot the channels of the 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.279 seconds)