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.

Home Page:https://discord.gg/Bvw8NR9VnM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial Features detection using OpenCV

swathika1 opened this issue · comments

Is your feature request related to a problem? Please describe.
Facial features such as eyes, eyebrows, mouth and jaw detection.

@geekquad Please assign this to me if u approve!
Opening this issue as GSSOC' 21 participant.

hey @swathika1, not accepting any kind of projects/mini-projects.
Please do look out for any techniques you can contribute with.
Thankyou.

@geekquad Its not a mini project its just a technique to obtain the face features.
for example:
input
image

output
image

So which Image processing techniques will you be using here?

@geekquad By using openCV along with the dlib, that gives 68 (x, y)-coordinates that map to specific facial structures.

Hey @swathika1, please go through the project description.
We are focusing on Open-CV and as such usage of any other Image Processing library is not allowed.