[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaCV-0.1.4 OpenCV wrapper
- From: Jiří Prymus <jiri.prymus@...>
- Date: Mon, 7 Mar 2011 21:00:57 +0100
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