lua-users home
lua-l archive

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


Hi all,

I have finally made new milestone version of OpenCV binding to Lua.
For now it includes whole C API from OpenCV (core, imgproc, highgui
module).  Main changes since last version are OpenCV-2.2
compatibility, new allocation system (boxed pointers) and finally
whole imgproc module. I have rewritten many sample programs from
Opencv/samples/c directory, so you can easily compare complexity of
both implementations. In this moment are fully/partially implemented
63 structures and 489 functions from OpenCV.

You can go to sourceforge repository
https://sourceforge.net/projects/luacv/ to see more info or get the
library.
And if you are interested, feel free to comment/criticise.

With regards,
Jiří Prymus