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

Get face size #41

Closed
CorpusCallosum opened this issue Apr 28, 2015 · 1 comment
Closed

Get face size #41

CorpusCallosum opened this issue Apr 28, 2015 · 1 comment

Comments

@CorpusCallosum
Copy link
Contributor

Hi, great project!
I'm trying to use this library to detect faces that are only of a certain minimum size. Is there a way to return the face size (width/height)?

And is it possible to get other features as well, like the face features available with face OSC (mouth size, eyebrow height, etc)

Thanks!

@CorpusCallosum
Copy link
Contributor Author

I figured this out, it is the first parameter of the clmtrackr params, can be accessed like so:

var params = ctrack.getCurrentParameters(vid);
var scale = params[0];

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

1 participant