Octave bindings for OpenCV

Xavier Delacour xavier.delacour at gmail.com
Wed Mar 19 07:39:59 CDT 2008


On Tue, Mar 18, 2008 at 4:32 AM, David Bateman
> There is a pretty large issue with
>  the package in that it needs an SVN version of SWIG to work and so I
>  don't expect to see this package in any binary till at least an official
>  release of SWIG with Octave support..

Not really.. The generated wrapper code is self-contained, and can be
pre-generated and distributed with the tree. In fact OpenCV
distributes the Python wrappers in this way, so users can build them
without having SWIG installed. (you can regenerate them by telling
configure --with-swig).

I should update the octave-forge packages that depend on SWIG to work this way.

Xavier


More information about the Help-octave mailing list