Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features #7

Closed
shruthi-22 opened this issue Jul 28, 2020 · 1 comment
Closed

Features #7

shruthi-22 opened this issue Jul 28, 2020 · 1 comment

Comments

@shruthi-22
Copy link

shruthi-22 commented Jul 28, 2020

can you say what does detectmultiscale return ?

How is nose detected ?

@surya-veer
Copy link
Owner

Hi @shruthi-22, detectmultiscale returns the list of the detected object as a rectangle. read this for more

So I am doing as an estimation to detect nose, since the face is symmetric and the nose lies on the centre of eyebrow line and chin.
Now assume
face boundary = (x1,y1) and (x2, y2)
nose coordinates will ((x1+x2)/2, (y1+y2)/2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants