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
128 stars 95 forks source link

Nose detection, eye detection #78

Open jeelnathani opened 3 years ago

jeelnathani commented 3 years ago

Hello, I am GSSOC '21 participant. Just like face detection, I would like implement nose and eye detection using opencv

geekquad commented 3 years ago

Hey @jeelnathani, isn't it a part of face detection?

jeelnathani commented 3 years ago

@geekquad yes. for nose and eye detection, first we have to detect face. when I was doing these detections, detecting eye was easy but it was hard to find xml file for nose detection (most of the file posses error). so, I would like to contribute here

geekquad commented 3 years ago

Hey @jeelnathani, would like to let you know that we are majorly focusing on Image Processing techniques here. As far as I know, this is majorly an application-based method. However, you can still go ahead with this. Focus more on the implementation of the core concept rather than its application. Make a PR and we will see.