1. Learn
  2. /
  3. Courses
  4. /
  5. Image Processing in Python

Connected

Exercise

Let's make some noise!

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

Various fruits
Image preloaded as fruit_image.

Instructions

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