OpenCV bindings for Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: OpenCV bindings for Lua
- From: Michal Kottman <k0mpjut0r@...>
- Date: 2011年1月09日 14:03:33 +0100
On Sun, 2011年01月09日 at 13:45 +0100, Gaspard Bucher wrote:
> As for Qt, the bindings are not intended to be "all qt" like
> https://github.com/mkottman/lqt but highly integrated parts that will
> be added as need arise.
>
>
> OpenCV bindings exist but are still experimental (could crash).
I'm interested in OpenCV bindings for Lua, I've been trying to create
complete bindings myself, using the same generator we use in Lqt,
however without much luck (the OpenCV library headers are not as well
organized as Qt).
Are you planning to release it as standalone library?