This plugin contains Dlib module QML wrappers that can be used for Live CV.
- Version: 1.0.0
- License: LGPL
- Website: livecv.dinusv.com
- Documentation: livecv.dinusv.com/documentation
- Build Requirements:
- Qt 5.6 or higher
- Open CV 3.1 or higher
- Dlib 19 or higher
This module can be downloaded as part of Live CV application from Live CV's website.
To compile you need to have Qt and Open CV installed. You can then use qmake to generate the makefile, and run make or nmake to build:
cd build
qmake -r
make (or nmake)
Include the plugin within LiveCV's path/plugins after which you can import it from Live CV : (import dlib 1.0
).
There's an organization on github created for Live CV plugins and projects, so anyone looking to contribute is always welcome. Check out livecv/CONTRIBUTING article for more info.
There's a forum available for discussions on live cv's website.