I git clone SimpleElastix [1] project from https://github.com/kaspermarstal/SimpleElastix, and built and compiled it successfully on my PC. The WRAP_CSHARP option was set in CMAKE. I would like to use this project as a reference/framework to implement a new medical image registration GUI with C#. However, I didn't find any .dll file in the compiled SimpleElastix solution. I have also tried to create a new C# project from the existing SimpleElastix project via Visual Studio, the new solution cannot be built successfully. Does anybody knows where to find th .dll file of SimpleElatix? Or how to use SimpleElastix as reference/framework in a new C# Project?
[1] SimpleElastix is a project based on ITK and SimpleITK for medical image registration, which is compatible with python, C#, Java etc. Here is the documentation http://simpleelastix.readthedocs.io/
best, Siming