Dear all,

my name is Sebastian and I'm a computer science student who is writing his 
bachelor thesis. 
I use itk, vtk and mitk for the first time. I have to create a surface model 
from CT data for further use with a multibody simulation software.
The class ManualSegmentationToSurfaceFilter works quite well for my task. But 
there is a performance problem when I use the surface model in my simulation 
software. So, I have to reduce the points of my surface model (only reducing 
the polygons with the help of SetTragetReduction doesn't improve the 
performance a lot). But I didn't find a class within mitk for that. Am I 
missing a class?
VTK offers the class vtkCleanPolyData - sounds like what I'm searching for. The 
"pipeline" I want to use: 

mitk surface to vtk surface -> vtkCleanPolyData -> vtk surface to mitk surface 

Does this kind of approach fit? Which classes do you suggest I should use to 
convert the surface to a vtk surface and back to mitk surface? Perhaps, you can 
also offer me a better way to solve my problem.

Any help is really appreciated!

Sebastian


      
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to