[ITK Community] problems with SmoothMeshFilter!!

Matt McCormick matt.mccormick at kitware.com
Mon Nov 11 10:50:18 EST 2013


Hi Chiara,

Meshes are read with the MeshFileReader [1].  The supported file
formats can be found here [2].  The VTK format may work (try the
".vtk" extension).

Hope this helps,
Matt

[1] http://itk.org/ITKExamples/src/IO/Mesh/ReadMesh/Documentation.html
[2] http://itk.org/gitweb?p=ITK.git;a=tree;f=Modules/IO/Mesh/include;h=fdbc2a14b203ce08f7bf9062409175413e7f473f;hb=HEAD

On Mon, Nov 11, 2013 at 4:15 AM, Chiara Magliaro
<chiara.magliaro at googlemail.com> wrote:
> Hi all,
>
> I tryed to create a volume following the VolumeFromSlices example
> (http://www.itk.org/Wiki/ITK/Examples/IO/VolumeFromSlices). So I obtained a
> .mhd file, that i'm able to visualize with Paraview as a contour.
> With Paraview I'm also able to generate triangles (so, a mesh!?). Then, i
> save the triangularized volume as filename.stl.
> Now, I'd like to smooth the volume i have, and i'm using the
> itkSmoothingQuadEdgeMeshFilterTest as a guide. It works with a Mesh in
> input, but it doesn't work. In fact, I have an exception during the program
> execution ("Exception thrown while reading the input file "). That's because
> i'm using an .stl file, but in this file i haven't a mesh? ...but I can
> visualize it as a mesh!
> What can i do to solve it?
> thanks in advance
>
> Chiara
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>



More information about the Community mailing list