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

Shape detection #86

Open Rupa-421 opened 3 years ago

Rupa-421 commented 3 years ago

I want to add shape detection using opencv and imutils library.Can you please assign me this task?@geekquad

geekquad commented 3 years ago

Hey @Rupa-421, which Image Processing technique will you be using here?

Rupa-421 commented 3 years ago

Hi @geekquad ,I will use Ramer-Douglas-Peucker algorithm via method cv2.approxPolyDP.

geekquad commented 3 years ago

Sure @Rupa-421. Go ahead. Focus more on the implementation of the algorithm rather than its application.

ainy-123 commented 3 years ago

Sure @Rupa-421. Go ahead. Focus more on the implementation of the algorithm rather than its application.

Can I work on this under GSSoC'21?

geekquad commented 3 years ago

Go ahead @ainy-123.