-
Notifications
You must be signed in to change notification settings - Fork 148
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 coordinates of the face #8
Comments
With positionScale you got Px,Py,s relative to the viewport |
Thanks for the quick reply! |
Hi @xavierjs, Sorry to bother you, but I can't get the data correctly, I'm probably doing something wrong, but with the data I get I can't do much. Do you have an example of how to apply it? Thanks and sorry again! |
Hi, I did a mistake, I correct it and commit the changes, it should be working now :) |
To resume, |
Hi, @xavierjs |
Hi, guys, me again
In the app that I am working I need to get a picture of the face for each gesture that the user makes. For that I need to get the data of the x, y, width and height coordinates like jeelizFaceFilter does with detectState.
I saw that they added the method get_positionScale() (#5) but I can not get the data correctly and I do not know if it will help me for what I need. Could you tell me if that is the way to go to get that data (x, y, w, h) with JEEFACETRANSFERAPI?
Thank you!
The text was updated successfully, but these errors were encountered: