If I have an RGB image i.e.: img_RGB and I print one of the channels. What is the difference exactly when doing print(img_RGB[:,:,2]) or print(im
img_RGB
print(img_RGB[:,:,2])
print(im