[Insight-users] itk Mesh smoothing
Mathieu Malaterre
Mathieu . Malaterre at creatis . insa-lyon . fr
Tue, 23 Sep 2003 15:02:25 +0200
salah wrote:
> Hi,
>
> I used the itk::BinaryMask3DMeshSource to produce an
> itk mesh from a binary image. I want to smooth this mesh
> in order to reduce its size. Could somebody please tell me
> how to do this?
> OR:
> How can I control the number of vertices/triangles generated
> by the itk::BinaryMask3DMeshSource ?
>
Salah,
Does your input is a B&W image ? If so, I guess if you smooth it a
little with a gaussian filter you'll get a greyscale image where the
Marching Cube lead to a much much better result.
HTH
mathieu