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

Contour Detection #76

Open soumyavemuri opened 3 years ago

soumyavemuri commented 3 years ago

Hello, I am a GSSoC '21 participant. I would like to work on adding Contour Detection to this repository

Description

Contour Detection is a useful technique in Object Detection and Recognition, and shape analysis. With Contour Detection we are able to detect the various shapes and their sizes, present in the Image.

I would like to add a basic, understandable implementation for this feature.

prathimacode-hub commented 3 years ago

Hey, I'm a GSSOC21 participant. I would like to work on this issue. Can you assign it to me?

geekquad commented 3 years ago

Assigning you with the same @soumyavemuri. Please create a folder. The directory of the folder should look like this:

ContourDetection

name_of_the_file.ipynb README,md