git - How to use SimpleElastix as a reference of a new C# project? -


i git clone simpleelastix [1] project https://github.com/kaspermarstal/simpleelastix, , built , compiled on pc. wrap_csharp option set in cmake. use project reference/framework implement new medical image registration gui c#. however, didn't find .dll file in compiled simpleelastix solution. have tried create new c# project existing simpleelastix project via visual studio, new solution cannot built successfully. knows find th .dll file of simpleelatix? or how use simpleelastix reference/framework in new c# project?

[1] simpleelastix project based on itk , simpleitk medical image registration, compatible python, c#, java etc. here documentation http://simpleelastix.readthedocs.io/

best, siming

simpleelastix derived simpleitk project[1]. simpleitk's wiki[2], can find more information how use simpleitk in various configurations , languages. there "visual guide simpleitk csharp"[3].

the instructions in short add manage library project "simpleitkcsharpmanaged.dll" in referencemanager. add native library, "simpleitkcsharpnative.dll", exist item "add link" option build option of "copy always". if simpleelastix libraries should work.

here related question find more information simpleitk where can find simpleitk documentation , reference information?

[1] http://www.simpleitk.org//

[2] https://itk.org/wiki/simpleitk

[3] https://itk.org/wiki/simpleitk/gettingstarted/a_visual_guide_to_simpleitk_with_csharp


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -