[Insight-users] MRI Image Head Area Mask

Bill Lorensen bill.lorensen at gmail.com
Mon Nov 12 17:54:37 EST 2012


Sebastian,

If you want to solve a segmentation problem without writing code I
suggest you look at 3D Slicer. It is built on VTK and ITK.

http://slicer.org

Bill
On Mon, Nov 12, 2012 at 2:43 AM, Sebastian Widz <widz at infovision.pl> wrote:
> Dear ITK Team and ITK Users,
>
>
>
> I am looking for an ITK solution to the following task:
>
>
>
> For a given T1 weighted MRI Brain Image (Axial plane) create a binary mask
> that would mark the head region (extract head object from the background)
>
> In the past I’ve been doing it by analyzing image histogram, finding the
> first peak, then finding the first local minimum (m) value with magnitude
> values greater than the histogram peak.
>
> Pixels with values with magnitude lower or equal (m) were marked with zeros
> (0), pixels with higher values where marked as ones (1).
>
> Then some “hole filling” algorithm needs to be applied in order to create a
> convex shape.
>
>
>
> Can the same be done with ITK filters (possibly SimpleITK as I use the C#
> Managed version)?
>
> Maybe there are some other ways you would suggest, as my way not always
> gives expected .
>
>
>
> Best Regards,
>
> Sebastian
>
>
> _____________________________________
> 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.php
>
> 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
>



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-users mailing list