[vtkusers] 答复: [vtkusers] converting DICOM files into VTK file

Dai Shuo dai_shuocn at 163.com
Fri Mar 28 11:17:01 EST 2003


Hi, Chen
  Here's my solution,
  1, read DICOMs using vtkImageReader or vtkVolume16Reader (if your DICOMs contain 16-bit CT values)
      i suggest you study the testing codes of vtkMarchingCubes, and  you also need some knowledge about DICOM format 
      to extract image data out of the massive bytes.
  2, construct a 3D surface model, which is a vtkPolyData object, using vtkMarchingCubes
  3, dump the model to a vtk file using vtkPolyDataWriter
hope this helps.
                                                                                daishuo

-----原始邮件-----
发件人: vtkusers-admin at public.kitware.com [mailto:vtkusers-admin at public.
kitware.com]代表 zhuo Chen
发送时间: 2003年3月28日 14:16
收件人: vtkusers at public.kitware.com
主题: [vtkusers] converting DICOM files into VTK file


Hi,all vtkusers
I want to know whether I can convert a series of DICOM
source files into a single .vtk file which can be read
by vtkPolyDataReader.


_________________________________________________________
Do You Yahoo!? 
雅虎通网络KTV, 随时随地免费卡拉OK~~
http://rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com//chat/index.html
_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers


More information about the vtkusers mailing list