[Insight-developers] Re: ITK MESH
Luis Ibanez
luis.ibanez at kitware.com
Sun Feb 13 01:55:59 EST 2005
Hi Alam,
Please look at the Simplex Mesh and its use in the
SimplexMesh deformable model.
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SimplexMesh.html
http://www.itk.org/Insight/Doxygen/html/classitk_1_1DeformableSimplexMesh3DFilter.html
Simply invoke the SetResolution() method in the RegularSphereMeshSource.
That will define the number of subdivisions to apply when generating
the output sphere:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1RegularSphereMeshSource.html
that will result in increased resolution of the mesh cells.
You may want to look at the application:
InsightApplications/
DeformableModelSimplexMesh
Regards,
Luis
-----------------------
Alam, Mohammed wrote:
> Hi
>
> I am using ITK Mesh for the 3D deformable segmentation. I wanted to know
> if there is a way to increase the resolution of the mesh to 2mm. Thus I
> want less number of nodes.
>
> Thanks a lot.
> Alam
>
>
More information about the Insight-developers
mailing list