[ITK-users] python wrapping

Matt McCormick matt.mccormick at kitware.com
Tue Oct 13 17:01:11 EDT 2015


Hi Soren,

There is work in progress to easily add Python wrapping to ITK
classes.  Please add yourself as a reviewer to the following patches
to keep up with the progress and become involved:

  http://review.source.kitware.com/#/c/20211/

  http://review.source.kitware.com/#/c/19958/

Thanks,
Matt

On Tue, Oct 13, 2015 at 4:56 PM, Soren Christensen <sorench at gmail.com> wrote:
> Thanks a lot - this looks well suited for what I need, will try it out!
>
>
> Soren
>
>
>
> On Mon, Oct 12, 2015 at 1:29 PM, Keraudren, Kevin
> <kevin.keraudren10 at imperial.ac.uk> wrote:
>>
>> Hi,
>>
>> A quick way is to use cython to interface python and c++, see cyITK there:
>> https://github.com/lantiga/cyitk
>>
>> This is not the same as the SWIG bindings, but should be easier to setup.
>>
>> Kind Regards,
>>
>> Kevin
>>
>>
>> ----- Reply message -----
>> From: "Soren Christensen" <sorench at gmail.com>
>> To: "insight-users at itk.org" <insight-users at itk.org>
>> Subject: [ITK-users] python wrapping
>> Date: Mon, Oct 12, 2015 19:14
>>
>> Hi,
>>  I would like to export classes of my own that use ITK so that I can use
>> them from python. What is the best way to go about this?  Should I focus on
>> learning SWIG and wrapping my class that way or is there a way to use the
>> mechanism that ITK uses for python wrapping directly (I realize this is SWIG
>> too, but I figured there is some level of automation here)?  Any links and
>> pointers appreciated!
>>
>> Thanks!
>> Soren
>
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list