lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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