[Insight-users] how to create simplex mesh from binary data
Ori Hay
magicdelphis at gmail.com
Mon Jan 19 16:40:20 EST 2009
Hi
I want to create a simplex mesh from binary image (segmented volume) , with
predefined resolution (e.g. if a voxel is 1x1x1 mm create a mesh with 5mm
spacing between vertices)
Is there a simple method for doing this ?
I thought of using
itk::BinaryMask3DMeshSource< BinaryImageType, TriangleMeshType >
followed by:
itk::TriangleMeshToSimplexMeshFilter< TriangleMeshType, SimplexMeshType >
Is there a way to define the output resolution when using
BinaryMask3DMeshSource or TriangleMeshToSimplexMeshFilter?
One workaround I was thinking of is to resample the binary volume to 5x5x5
mm voxels and create a mesh from the resample data,
Does it sound wise ?
Regards
Ori Hay
PhD. Student
Tel Aviv University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090119/f4cad0ee/attachment.htm>
More information about the Insight-users
mailing list