I have a stack of 2D dicom images and want to convert to a 3D object using VB.NET. I suppose I can solve it using openGL but any clue would help a lot. Do you know a free (or at least cheap) pack to do it? Would you help me to开发者_开发技巧 think my own solution. Thanks...
I would suggest using the Visualization Toolkit to do this. Although I haven't used it before, there is a .NET wrapper for VTK here.
If you want precompiled versions of these libraries, ClearCanvas has them checked into their repository. This page has instructions on accessing the ClearCanvas SVN repository. The SVN folder where the files are contained is here: svn://svn.clearcanvas.ca/source/Xian/Trunk/ReferencedAssemblies/Vtk
精彩评论