[Insight-users] segment bones of wrist

Luis Ibanez luis.ibanez at kitware.com
Sun Oct 17 06:43:20 EDT 2010


Hi Aditya,

You may want to try the sequence:

1) First, threshold the CT image at a high
    HU value (>800, for example).

2) Then, from that starting binary mask,
     use the filter

itkDownwardFrontPropagationLabelImageFilter

    that you will find in the NAMIC Sandbox

in the directory:
http://svn.na-mic.org/NAMICSandBox/trunk/VotingHoleFillFloodingImageFilter/

     You will need to define a lower HU threshold
     to stop the front propagation.


Once you have a segmentation, you can
convert the images to vtkImageData

See, for example:
http://www.insight-journal.org/browse/publication/146

whose code is now in

    InsightApplications/Auxiliary/vtk


and do surface and/or volume rendering
visualization with VTK, as illustrated in:

http://www.vtk.org/Wiki/VTK/Examples/Cxx#Volume_Rendering


     Regards,


          Luis


--------------------------------------------------------------------------
On Tue, Oct 12, 2010 at 12:53 AM, aditya.mcis <aditya.mcis at gmail.com> wrote:

>
> hello every one. i am new to itk can any one telll me how to segment bones
> of
> wrist from  dicom series (CT images,,,bones i want to segment is radius
> ,ulna and carpus..for my project on CT virtual planning for malunited
> distal
> fracture... also is it possible to rotate the 3d model after volume
> rendering. for virtual planning
> --
> View this message in context:
> http://old.nabble.com/segment-bones-of-wrist-tp29940181p29940181.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101017/8d4da564/attachment.htm>


More information about the Insight-users mailing list