[vtkusers] Obtain Volume of a 3D Actor

Meisam Aliroteh meisam.aliroteh at gmail.com
Tue Aug 21 11:48:33 EDT 2007


Hi,

I used a program called binvox to convert OBJ models into volumes. I'm not
sure if this is going to help you or not since the process is a bit long. I
only needed to do this once so it didn't matter to me. Here's how I did it:

1) used binvox to convert an OBJ file to a volume file (RAW format)
2) used AMIRA to convert RAW data to a series of DICOM images (my program
loads DICOM files only)
3) load the volume DICOM data into vtk using vtkDICOMReader


On 8/21/07, Dominik Szczerba <domi at vision.ee.ethz.ch> wrote:
>
> I am not sure if this exists in VTK (pls keep me posted), however it
> does for sure in the GNU GTS library.
> - Dominik
>
> Michael Hanley wrote:
> > Hi,
> >
> > I have an STL File which has been imported into vtk using STLReader. The
> > surface has been reconstructed using a polydata mapper to render the
> > actor. Is it possible to obtain volumetric information about this
> > object? It is completely enclosed, however it is not a "true" volume.
> >
> > Thanks,
> >
> > Michael
> >
>
> --
> Dominik Szczerba, Ph.D.
> Computer Vision Lab CH-8092 Zurich
> http://www.vision.ee.ethz.ch/~domi
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070821/82edace6/attachment.htm>


More information about the vtkusers mailing list