Hello,
I am trying to use sitk with Unity (C#). I have added the native and managed dll to my project.
I tried to follow the fundamental concepts here https://simpleitk.readthedocs.io/en/master/fundamentalConcepts.html
However, I can’t seem to use some methods while others work with no issue. For instance I wasn’t able to use image.GetPixel(), method isn’t defined; no problem with image.GetDimension() for exemple.
I am probably missing something simple but I’m pretty new to this.
Also, I think the dll is intended for .NET 3.5 while Unity allows only 2.0 or 4.0. How can I resolve this issue ? I read that I can build the files against .NET 3.5 but i’m unsure how to.
Thanks a lot !