Is this gray or full of color?
Whats the main difference between the images shown below?

These images have been preloaded as coffee_image
and coins_image
from the scikit-image data
module using:
coffee_image = data.coffee()
coins_image = data.coins()
Choose the right answer that best describes the main difference related to color and dimensional structure.
In the console, use the function shape()
from NumPy, to obtain the image shape (Height, Width, Dimensions) and find out.
NumPy is already imported as np
.
This exercise is part of the course
Image Processing in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
