Bajajar
Bajajar
I would love to see Vincent @justadudewhohacks implements some kind like this https://github.com/richmondu/libfaceid
This is not the bestway but it's working. Set faceMatcher as global variable then you can call faceMatcher.findBestMatch(newdata) to compare new data with your saved dataset. ``` // Global variable...
Hi Jendker, You can rotate the image by using landmark position at 36 (left eye) and 45 (right eye) as begin and end point then you calculate the angle of...