Exercise

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.

Instructions 1/3

undefined XP
    1
    2
    3
  • Print the shapes of blue_array and emphasized_blue_array_2D.