Computer vision live coding application
Hello,
I've implemented an application in which I ported some of Open CVs functionality to QML and added support for live-coding. The main idea is that you can interact with Open CVs algorithms and see results on the fly. The application is called Live CV, and I think this demo explains it better : http://www.youtube.com/watch?v=uEnJE6Jawfw.
The application can be used for learning purposes, fine tuning Open CV / custom functions to specific scenarios and creating interactions using QtQuick's components.
I'm interested to see if anyone else would find this application useful, and if anyone would be interested in helping me out on the project?
The source code's at https://github.com/dinusv/livecv and I will soon add the documentation together with releases on windows and linux.
Hi Dinu, your project sounds very interesting to me! Wait for the releases and the documentation!
I suggest you go for a module suggestion in the contrib repository! This can be interesting for every new OpenCV user.
Thanks for the suggestion! I will look into it.