Refactoring / manageditk

Automatically exported from code.google.com/p/manageditk
Other
0 stars 0 forks source link

Deformable Registration #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Dear All,

How can I use the Deformable Registration Algorithms from Managed ITK?
I could not see it in the object browser list.

Thank you,

Regards,
Vijay

Original issue reported on code.google.com by vijayps...@gmail.com on 24 Jan 2011 at 8:40

GoogleCodeExporter commented 9 years ago
ManagedITK does not currently support deformable registration. As ManagedITK is 
no longer under active development, this feature will never be added.

Original comment by dan.m...@gmail.com on 28 Jan 2011 at 4:39

GoogleCodeExporter commented 9 years ago
Hi Dan,

Thank you for the response. I was just wondering how I can use deformable 
registration with C#. Any suggestions are welcomed.

Regards,
Vijay

Original comment by vijayps...@gmail.com on 28 Jan 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Hi Vijay,

I would recommend writing your own custom C++ code, and then generate C# 
wrappers using SWIG. This is what I do to call ITK-based deformable 
registration (elastix to be exact) from C# applications.

Original comment by dan.m...@gmail.com on 28 Jan 2011 at 6:52