geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

Erosion and Dilation #126

Open dsrao711 opened 3 years ago

dsrao711 commented 3 years ago

Erosion and Dilation

-Erosion is useful for removing small white noises and Dilation .In cases like noise removal, erosion is followed by dilation. Because, erosion removes white noises, but it also shrinks our object. So we dilate it. Since noise is gone, they won’t come back, but our object area increases.

Possible solution

geekquad commented 3 years ago

Sure @dsrao711, go ahead! Please make a folder for the same. Thankyou.

dsrao711 commented 3 years ago

Completed. Just check the PR

dsrao711 commented 3 years ago

Completed. Just check the PR

Hi @geekquad , Please check my PR