Ask Your Question

Dinu SV's profile - activity

2014-10-29 04:43:08 -0600 received badge  Great Question (source)
2014-10-28 10:26:19 -0600 received badge  Teacher (source)
2014-10-28 07:54:03 -0600 received badge  Self-Learner (source)
2014-10-28 07:37:08 -0600 commented answer Computer vision live coding application

The image watch actually gives me an idea, I'll send them an email and see what they have in plan for it.

2014-10-27 12:39:26 -0600 answered a question Computer vision live coding application

Thanks everyone for your interest. I've currently added a beta release for windows on github. I will add the one for Linux some time next week. The documentation is available on Live CVs website. There are not too many elements implemented yet, but once I get the process set, I will be able to implement them faster.

2014-10-07 11:37:39 -0600 commented question Computer vision live coding application

Thanks for the suggestion! I will look into it.

2014-10-07 08:30:11 -0600 received badge  Good Question (source)
2014-10-07 04:02:28 -0600 received badge  Nice Question (source)
2014-10-07 02:31:36 -0600 received badge  Student (source)
2014-10-07 01:48:41 -0600 received badge  Editor (source)
2014-10-06 16:53:54 -0600 asked a question 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.