opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.42k stars 5.76k forks source link

Facial landmarks with OpenCV.js #2163

Open kavikode opened 5 years ago

kavikode commented 5 years ago

Extracting the facial landmarks with OpenCV.js is not possible now.

I tried to use his example which is in C++.

I can't seem to find the "Ptr facemark = createFacemarkKazemi());" equivalent for JavaScript

madhurgoel commented 5 years ago

Did you found a way to solve it ?

trsh commented 4 years ago

Also interested in this