VisionFaceDetection | Vision framework for face landmarks detection | Computer Vision library
kandi X-RAY | VisionFaceDetection Summary
kandi X-RAY | VisionFaceDetection Summary
An example of use a Vision framework for face landmarks detection.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of VisionFaceDetection
VisionFaceDetection Key Features
VisionFaceDetection Examples and Code Snippets
Community Discussions
Trending Discussions on VisionFaceDetection
QUESTION
I am using the ios 11 vision framework to yield the face landmark points in real time. I am able to get the face landmark points and overlay the camera layer with the UIBezierPath of the face landmark points. However, I would like to get something like the bottom right picture. Currently I have something that looks like the left picture, and I tried looping through the points and adding midpoints, but I don't know how to generate all those triangles from the points. How would I go about generating the map on the right from the points on the left?
I'm not sure I can with all the points I have, not that it will help too much, but I also have points from the bounding box of the entire face. Lastly, is there any framework that would allow me to recognize all the points I need, such as openCV or something else, please let me know. Thanks!
Here is the code I've been using from https://github.com/DroidsOnRoids/VisionFaceDetection:
...ANSWER
Answered 2017-Oct-27 at 02:17What you want in the image on the right is a Candide mesh. You need to map these points to the mesh and that will be it. I don't think you need to go the route that has been discussed in the comments.
P.S I found Candide while going through the APK contents of a famous filters app(reminds me of casper) - haven't had the time to try it myself yet.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install VisionFaceDetection
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page