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

face feature drawing #8

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

stephanschulz
Copy link

thanks to this post i learned the order of indices of the face features and was able to draw the feature lines.
https://stackoverflow.com/a/49343549

I also borrowed code from ofxFaceTracker2 to help with the indices to polyline drawing.
https://github.com/HalfdanJ/ofxFaceTracker2/blob/4319ac7ab67decf412fe3e82da032d21503ee323/src/ofxFaceTracker2Landmarks.cpp#L46

Due to ARC error i removed the release stuff. Strange that this is part of the current master but older code on my computer had that already removed.
- use VNDetectFaceLandmarksRequest with revision = 2 which returns 68 points
- draw lines on face features
- draw bounding box
- added info to readme
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

Successfully merging this pull request may close these issues.

1 participant