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.