1. 学习
  2. /
  3. 课程
  4. /
  5. Image Processing in Python

Connected

练习

Let's make some noise!

In this exercise, we'll practice adding noise to a fruit image.

Various fruits
Image preloaded as fruit_image.

说明

100 XP
  • Import the util module and the random noise function.
  • Add noise to the image.
  • Show the original and resulting image.