dinusv / live-opencv-contrib

OpenCV contrib module wrappers for Live CV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live CV - OpenCV.Contrib Module

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

This plugin contains Open CV Contrib 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 plugins within LiveCV's path/plugins after which you can import them from Live CV : (import opencv.contrib.core 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.

About

OpenCV contrib module wrappers for Live CV.

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 82.8%Language:QML 14.6%Language:QMake 2.3%Language:C 0.4%