I am currently learning the OpenCV API with Python and all this is good. I have made worthy progress. Part of it comes from the simplicity of Python syntax, and not its use with C ++, which I have not tried yet. I realized that at some point I would have to pollute C ++ bindings for OpenCV if I intend to do something of quality quality.
More recently, I came across dlib, which also claims to do everything that OpenCV does and more. It is written in C ++ and offers the Python API too (surprise). Can anyone vouch for dlib based on their own implementation experience?
source share