1. 学ぶ
  2. /
  3. コース
  4. /
  5. Introduction to NumPy

Connected

演習

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.

指示1 / 3

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