[Insight-users] stl file format
Luis Ibanez
luis.ibanez at kitware.com
Mon Jan 15 16:00:50 EST 2007
Hi Tony,
ITK does not provide readers for STL.
What you may want to consider is to read your STL file with VTK
and then convert the mesh into an ITK mesh.
You could also rasterize the VTK mesh into a vtkImageData and
then convert that vtkImageData into an ITK image.
Examples on how to perform such conversions can be found in
the directory:
InsightApplications/Auxiliary/vtk
Regards,
Luis
-------------------
tony hakki wrote:
> Hi all;
> Does ITK support stl file format? as far as I searched ,it doesn't. Is
> there anyone who has firm knowledge?
> thank you
> tony
>
More information about the Insight-users
mailing list