[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaCV - OpenCV wrapper
- From: Jiří Prymus <jiri.prymus@...>
- Date: Sun, 7 Nov 2010 22:08:29 +0100
Hi everyone!
I would like to present you OpenCV wrapper to Lua implemented in C++. It was part of my bachelor thesis and I'm planning to complete it.
So what does it can?
- All cxcore functions and objects are implemented
- Some filters and gui functions from cv/highgui library are also implemented.
- Performance of OpenCV library stayed intact.
- OpenCV structures exported to Lua, included type control.
- Multiplatform compilation via cmake
If you are interested in this, you can visit project homepage on sourceforge http://sourceforge.net/projects/luacv/
I'm looking forward for your feedback/criticism.
With regards,
Jiri Prymus