1

I'm new in the field of C#, using it to render DICOM images via VTK TKit. I've already installed vtk in Visual Studio, and I'm trying to create a 3D Volume Rendering of DICOM image. I suppose that I've got to study how to implement the dll files of the vtk TKit, in order to proceed with the 3D Volume Rendering creation. So, the question is: What to start with?

1
  • did you find it out please ? Commented Oct 29, 2017 at 10:38

1 Answer 1

1

You need to use ActiViz.NET, to get the C# binding (Keep in mind that VTK is C++). You may then compile GDCM + C# binding to get a better DICOM reader than the default provided by VTK.

On debian-like system, simply do:

sudo apt-get install libvtkgdcm-cil

On windows, follows the build instructions

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.