Re: [C++-sig] reuse C++ classes that have been wrapped with SWIG

2010-07-20 Thread Marco Selinger
r Betreff: Re: [C++-sig] reuse C++ classes that have been wrapped with SWIG On Thursday 15 July 2010 13:35:55 Marco Selinger wrote: > There is a complete SWIG wrapper for the OpenCV > (http://opencv.willowgarage.com) project. > > I am developing a small image processing application t

Re: [C++-sig] reuse C++ classes that have been wrapped with SWIG

2010-07-17 Thread Marco Selinger
Dear Ralf, thank you for the links. Unfortunately I don't get the point. Where is the swig interface defined? Where is the boost.python module defined? What is the key idea how the two python wrappers are linked together? If you or somebody else could briefly outline these steps in english text (

[C++-sig] reuse C++ classes that have been wrapped with SWIG

2010-07-15 Thread Marco Selinger
Dear all, is it possible to reuse C++ classes in Boost.Python that have been wrapped with SWIG? There is a complete SWIG wrapper for the OpenCV (http://opencv.willowgarage.com) project. I am developing a small image processing application that uses some of the OpenCV classes. This application