I want to read a CT image, perform some algorithmic processing in itk (performing segmentation)<br>and display the Mesh to the user in 4 views (like needleBiopsy).<br>In order to do so I need a library for development so that I can display in a GUI each part of my algorithm results
<br>(like filters result).<br>My questions are:<br>a. Should I use IGSTK or it is just for a production library?<br>if so here are my questions:<br> 1. If I can use IGSTK - how can I present the result of filter? should I save it? Is there a way to show it without saving it?
<br> 2 I can't save the original meta data of my images if i load it with igstk readers and writers - how can I do it in igstk.<br>If you think I should use other library (like VTK + FLTK):<br> 1. What other environment is a good for my purposes?
<br> 2. Is there a good example of displaying 3d CT images in a 3d display (like in NeedleBiopsy)?<br><br>Thank you very very much,<br>