Read and show header and Image from DICOM file in C#
How to 开发者_开发技巧show Image and header in Frame of windows form from a DICOM file in C# using GDCM Library?can anyone help?
You can try this example:
http://gdcm.sourceforge.net/html/HelloVTKWorld_8cs-example.html
It uses GDCM & VTK.
精彩评论