<div dir="ltr"><div><div><div><div><div>Hi,<br></div>segmentation is highly dependent on the structure/tissue of interest and the modality you are using.<br><br></div>As for the pixel type that best fits your image, (signed) short is a common choice for CT images. As for the seed point, make sure you take into account the ITK&#39;s axis/orientation conventions, as well as the ones your viewer may be using. You may find it useful displaying your seed point so that you can see that you are actually placing it where you want/expect it to be.<br>
</div><div></div><br></div>Most ITK filters are templated over the dimensionality, so you will be able to segment images no matter they are 2D or 3D.<br><br>You may find it useful to have a look at the ITK software guide to explore some built-in segmentation methods and examples: <br>
<a href="http://www.itk.org/ItkSoftwareGuide.pdf">http://www.itk.org/ItkSoftwareGuide.pdf</a><br><br></div>HTH,<br>JON HAITZ<br><br><div class="gmail_extra"><br><div class="gmail_quote">On 6 August 2013 05:09, pengpeng <span dir="ltr">&lt;<a href="mailto:helloliupengxin@gmail.com" target="_blank">helloliupengxin@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear ALL<br>
<br>
I am working for DICOM 3D segmentation.<br>
I met some problems like reader type (unsigned char or float) and how to<br>
choose seed point and so on.<br>
I tried many times but still no result. Who can help put on one example code<br>
and CT DICOM slices.<br>
<br>
I appreciate it a lot for any tips.<br>
<br>
Thanks a lot.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/DICOM-3D-segmentation-tp32057.html" target="_blank">http://itk-users.7.n7.nabble.com/DICOM-3D-segmentation-tp32057.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br></div></div>