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
.
Cet exercice fait partie du cours
Image Processing in Python
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
