Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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/tutorial_face_landmark_detection_in_an_image.html

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/tutorial_js_face_detection.html

Can you please help?