Hi Aditya,<br><br>You may want to try the sequence:<br><br>1) First, threshold the CT image at a high<br>    HU value (&gt;800, for example).<br><br>2) Then, from that starting binary mask,<br>     use the filter<br><br>itkDownwardFrontPropagationLabelImageFilter<br>
<br>    that you will find in the NAMIC Sandbox<br><br>in the directory:<br><a href="http://svn.na-mic.org/NAMICSandBox/trunk/VotingHoleFillFloodingImageFilter/">http://svn.na-mic.org/NAMICSandBox/trunk/VotingHoleFillFloodingImageFilter/</a><br>
<br>     You will need to define a lower HU threshold<br>     to stop the front propagation.<br><br><br>Once you have a segmentation, you can <br>convert the images to vtkImageData<br><br>See, for example:<br><a href="http://www.insight-journal.org/browse/publication/146">http://www.insight-journal.org/browse/publication/146</a><br>
<br>whose code is now in <br><br>    InsightApplications/Auxiliary/vtk<br><br><br>and do surface and/or volume rendering <br>visualization with VTK, as illustrated in:<br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering">http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering</a><br>
<br><br>     Regards,<br><br><br>          Luis<br><br><br>--------------------------------------------------------------------------<br><div class="gmail_quote">On Tue, Oct 12, 2010 at 12:53 AM, aditya.mcis <span dir="ltr">&lt;<a href="mailto:aditya.mcis@gmail.com">aditya.mcis@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
hello every one. i am new to itk can any one telll me how to segment bones of<br>
wrist from  dicom series (CT images,,,bones i want to segment is radius<br>
,ulna and carpus..for my project on CT virtual planning for malunited distal<br>
fracture... also is it possible to rotate the 3d model after volume<br>
rendering. for virtual planning<br>
--<br>
View this message in context: <a href="http://old.nabble.com/segment-bones-of-wrist-tp29940181p29940181.html" target="_blank">http://old.nabble.com/segment-bones-of-wrist-tp29940181p29940181.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<br>
<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.html" target="_blank">http://www.kitware.com/products/protraining.html</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>