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

Implementation of morphological transformation techniques #275

Open ainy-123 opened 3 years ago

ainy-123 commented 3 years ago

Implement Morphological Transformations for images like

1.Erosion 2.Dilation 3.Opening 4.Closing

ainy-123 commented 3 years ago

Implement Morphological Transformations for images like

1.Erosion 2.Dilation 3.Opening 4.Closing

I am GSSoC'21 participant and I want to work on this issue. Kindly assign this to me.

geekquad commented 3 years ago

Go ahead @ainy-123. PLease make specific folders for each one of them.

ainy-123 commented 3 years ago

Go ahead @ainy-123. PLease make specific folders for each one of them.

thanks for assigning.