Do facial landmark detectors work across different languages? [closed]
Hi everyone, I am currently using a dlib facial landmark detector designed by Dr. Adrian Rosebrock in his tutorial here in order to create a real-time detection program within Python. I am trying to move my program into C++ in order to check for any performance changes, but can I use the same detector, or will I have to find another one?
The program currently runs on Python 3.7 and I am trying to move it into a Microsoft Visual Studio 2017 C++ project file.
Thanks, B.
let's close this, it's about dlib, not about opencv
(and yes,you can use the same detector(s), but you obviously need different code)