[Insight-users] contribute to ITK

enjoywm at cs.wm.edu enjoywm at cs.wm.edu
Sat Sep 4 21:14:57 EDT 2010


Hi,
Thank you very much.
For GPU integration, could you be more specific?

Regartds,

Yixun


> hi yixun,
>
> the process is described here:
> http://www.itk.org/Wiki/ITK_Procedure_for_Contributing_New_Classes_and_Algorithms
>
> You might want to first put your code with an accompanying paper on
> the Insight Journal to make it easily available to everyone. Then
> people can go and take a look at your implementation and give feedback
> on it, including answers to the legitimate questions you asked in your
> e-mail. One thing you should check about your code is: who is the
> copyright owner (and would he/she/it be ok to either relinquish the
> copyright or to distribute the code under a BSD-compliant licence).
> That is one of the condition for the code to be able to go from IJ to
> ITK.
>
> Speaking about libraries dependencies, three hard conditions for
> entertaining the idea of integrating third libraries into ITK are:
> - licence compatibility
> - platform support (it should compile on all the platforms with all
> the compilers that ITK support)
> - size
>
> If your code depend on 3rd party library that cannot find their way
> in, there's hope. You can have conditional compilation using a CMAKE
> flag, or you could be integrated in itk Applications.
>
> regards,
>
> alex.
>
> On Sun, Sep 5, 2010 at 2:37 AM,  <enjoywm at cs.wm.edu> wrote:
>> Hi,
>> I would like to contribute my GPU code to ITK.
>> OpenCL provides a uniform programming interface for CPUs, GPU and DSPs.
>> I would like to know is OpenCL the only way to integrate GPU into ITK?
>>
>> Moreover, if my code relys on 3rd lib like PETSc, which is not supported
>> by ITK now. How to integrate this lib into ITK?
>>
>> Regards,
>> Yixun
>> _____________________________________
>> 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.html
>>
>> 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://www.itk.org/mailman/listinfo/insight-users
>>
>



More information about the Insight-users mailing list