Wrappers for ITK

Hello,
while installing and setting up ITK, I saw that there are some pre-defined wrappers for some programming languages. Is there a way to install an extra package so that I can use C#? I fount ActiViz but it seems to be just for VTK.
Thank you.

Best regards,
Erika

SimpleITK provides a simplified interface to ITK form many languages including C#. SimpleITK provides a robust and easy to use interface to ITK’s images, transforms, filter, registration and image i/o. There is a object oriented interface and an added procedural interface.

Here is an example of SimpleITK registration in CSharp:

@cae2017 To be more specific, the only wrapping that is currently maintained for ITK is Python. SimpleITK does provide wrapping for more languages.