Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.63 KB

Live CV Dlib Wrappers

Join the chat at https://gitter.im/dinusv/livecv Build Status Build status

This plugin contains Dlib module QML wrappers that can be used for Live CV.

Installation and getting started

This module can be downloaded as part of Live CV application from Live CV's website.

Compiling

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).

Contributing

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.