1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Image Processing in Python

Connected

अभ्यास

Improving thresholded image

In this exercise, we'll try to reduce the noise of a thresholded image using the dilation morphological operation.

World map
Image already loaded as world_image.

This operation, in a way, expands the objects in the image.

निर्देश

100 XP
  • Import the module.
  • Obtain the binarized and dilated image, from the original image world_image.