How to convert vtk Polydata file to DICOM format?

I have a 3D model which is in vtk polydata format. I want to convert this file to DICOM. Is it possible in MatLab?

 Accepted Answer

You would have to render the polygons into voxels and write out the rendered voxels.
At the moment I cannot think of any reason why you would want to do this? DICOM is a format for storing Digital Images especially for Medicine, not a generalized dataset format.

3 Comments

Thank you so much for your quick response. But how to render the polygons into voxel? & How to write out the rendered voxels? Well, the reason is i want to transform my surface of the 3D model to a more realistic model so i started working with 3D slicer. It's input file is DICOM. And i cannot think of any better s/w which could generate the surface better.Any ideas, appreciated.
Thank you so much Walter. Really appreciate it. :-)

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 13 Nov 2016

Commented:

on 13 Nov 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!