[Paraview] smooth a contour surface

2012-05-14 Thread Tom Schoenemann
Hi all, I have figured out how to create a surface from a file (using contour). However, the surface ends up looking like a step function, whereby the transitions are not smooth. I assume this is because the file used to create the surface has a voxel resolution that is coarse enough for thes

Re: [Paraview] smooth a contour surface

2012-05-14 Thread Chr. Rossmanith
Hi, did you try shape based interpolation? It's not just an option in ParaView but you would have to implement it e.g. using ITK as a preprocessing step. Christina Am 14.05.2012 19:29, schrieb Tom Schoenemann: Hi all, I have figured out how to create a surface from a file (using contour)

Re: [Paraview] smooth a contour surface

2012-05-16 Thread Hila Hiler
Hi Tom Lucky you are not the only one who encountered with this problem. If you develop with VTK this linkcan help you, just follow the discussion and try to implement the suggested filters. Cheers,