<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi Chiara,
<div><br>
</div>
<div>One option i had good results with, is creating a surface mesh from your volume and do a surface reconstruction. There are different reconstruction methods, which one to use depends or your use case. Poisson reconstruction would be a good starting point. </div>
<div><br>
</div>
<div>To extract and reconstruct the surface, you could either use VTK (1) or some tools to do the extraction (2) and reconstruction (3).</div>
<div><br>
</div>
<div>(1) <a href="http://www.vtkjournal.org/browse/publication/718">http://www.vtkjournal.org/browse/publication/718</a></div>
<div>(2) <a href="http://mitk.org/wiki/Downloads">http://mitk.org/wiki/Downloads</a></div>
<div>(3) <a href="http://meshlab.sourceforge.net/">http://meshlab.sourceforge.net/</a></div>
<div><br>
</div>
<div>Cheers,</div>
<div>Thomas</div>
<div><br>
</div>
<div>
<div>
<div>On 02.12.2014, at 10:40, Chiara Magliaro <<a href="mailto:chiara.magliaro@googlemail.com">chiara.magliaro@googlemail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Hi all,
<div><br>
</div>
<div>I'm new of Itk and C++ programming language.</div>
<div>I tryed to use the Volume From Slices example (link: <a href="http://www.itk.org/Wiki/ITK/Examples/IO/VolumeFromSlices">http://www.itk.org/Wiki/ITK/Examples/IO/VolumeFromSlices</a>)</div>
<div>The script works well, but the 3d image obtained is not smooth. In fact, I can discriminate the contourn of the 2d images glued together, as you can see in pre.png. I tryed with an anti alias filter (fig. post.png), but i "lost" the shape of my cell.</div>
<div>It is not a probem of registration of the stack (the images are acquired with  a confocal microscope, so they are just aligned)</div>
<div>How can I have a 3d image more suitable for the visualization?</div>
<div>Thanks in advance</div>
<div><br>
</div>
<div>Chiara Magliaro</div>
<div><br>
</div>
<div><br>
</div>
</div>
<span><pre.png></span><span><post.png></span>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
http://public.kitware.com/mailman/listinfo/community<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>