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

Face Recognition #46

Open Dhanush2612 opened 3 years ago

Dhanush2612 commented 3 years ago

I would like to include a mini-project which can recognize and detect a particular face. So, kindly assign me this issue

Dhanush2612 commented 3 years ago

Kindly assign me this issue

Avishake007 commented 3 years ago

As a GSSOC'21 participant I would like to work on this issue

pallavidhere23 commented 3 years ago

I can fix this issue .Please assign me this issue under GSSOC'2021.

Hamza3226 commented 3 years ago

Hello, I am a GSSOC'21 participant and would like to contribute to this project.

raj-gupta1 commented 3 years ago

I have resolved this issue in my PR. Please, take a look at my PR.

Dhanush2612 commented 3 years ago

@geekquad I have completed my PR regarding this issue. PR #110

raj-gupta1 commented 3 years ago

@unnati914 I have resolved this issue with proper documentation. Please, take a lot at that PR #95. I have used the Histogram Of oriented Gradients method for package face-recognization and OpenCV.