<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Dear all,<br>is it possible to reuse C++ classes in Boost.Python that have been wrapped with SWIG?<br><br><span>There is a complete SWIG wrapper for the OpenCV (<a target="_blank" href="http://opencv.willowgarage.com">http://opencv.willowgarage.com</a>) project.</span><br><br>I am developing a small image processing application that uses some of the OpenCV classes. This application will be wrapped using Boost.Python.<br>How do I declare those classes in Boost.Python that have already been wrapped with SWIG?<br><br>For example, there is a method in my application that returns an instance of CvArr. The wrapper must recognize that the returned CvArr is the same as the CvArr wrapped by SWIG, so that all CvArr methods can be called on this instance.<br><br>Thank you<br>Marco<br></div>
</div><br></body></html>