[Insight-users] Problem in creating a 3D Mesh
Luis Ibanez
luis . ibanez at kitware . com
Tue, 28 Oct 2003 15:48:36 -0500
Hi Giancarlo,
ITK provides methods for Segmentation and Registration,
not for visualization. You could combine ITK and VTK
in a single application, using ITK for image analysis
and VTK for visualization.
If you have a set of raw sliced, what you may want to do
is:
1) Write a MetaImage header for grouping the slices in
a 3D volume. This volume will be readable using the
ImageFileReader class in ITK.
2) You should explore the multiple segmentation methods
in ITK. The SoftwareGuide will give you an overview.
http://www . itk . org/ItkSoftwareGuide . pdf
Please see Chapter Nine.
3) The result of a segmentation process will typically
be a binary image. You can convert this binary image
into VTK and use the vtkContourFilter to generate a
3D mesh suitable for visualization.
Regards,
Luis
-----------------------
Giancarlo Amati wrote:
> Good morning,
> I have a problem, I have a set of 144 images in RAW format which define
> my medical slices. I would like to create a 3D model starting from that
> images. Can anybody help me with a simple example?
>
> I do it with VTK, but I would like understand how ITK works with images
> in building the 3D mesh.
> Have I to use ITK only for segmentation process and the use VTK for
> visualization? Does ITK give me a visualizzation support?
>
> Thank you.
> Best Regards.
> Giancarlo Amati
>
> ---------------
> dott. Giancarlo Amati
> Ph.D. Student
> University of Bologna - ITALY
> DIEM - Mechanical Department
> job e-mail: giancarlo . amati at mail . ing . unibo . it
> personal email: gamati at libero . it
> web: http://diem101 . ing . unibo . it/personale/amati/
> ===========================================
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>