Stacking RGB data
Now you'll combine red_array
, green_array
, and emphasized_blue_array_2D
to see what Monet's painting looks like with the blues emphasized!
numpy
is loaded as np
, and the red_array
, green_array
, blue_array
and emphasized_blue_array_2D
objects that you created in the last exercise are available.
Diese Übung ist Teil des Kurses
Introduction to NumPy
Interaktive Übung zum Anfassen
Probieren Sie diese Übung aus, indem Sie diesen Beispielcode ausführen.
# Print the shapes of blue_array and emphasized_blue_array_2D
print(____, ____)