OpenCV.js Face landmark detection
I'm trying hard to create facial landmark detection in the web browser with OpenCV.js. I tried to use his example which is in C++, link: https://docs.opencv.org/3.4.2/d2/d42/...
I can't seem to find the "Ptr<facemark> facemark = createFacemarkKazemi());" equivalent for JavaScript
I'm able to successfully run the Face Detection using Haar Cascades, link: https://docs.opencv.org/trunk/d2/d99/...
Can you please help?