[Insight-users] ITK MRA segmentation
Luis Ibanez
luis.ibanez at kitware.com
Tue Dec 2 17:47:33 EST 2008
Hi Irene,
A) We have used the Region growing filters (such as
ConfidenceConnected and ConnectedThreshold) for
segmenting blood vessels from MRA datasets.
You may also want to apply to preprocess them with Vesselness filter.
http://www.itk.org/Insight/Doxygen/html/classitk_1_1Hessian3DToVesselnessMeasureImageFilter.html
B) For segmenting tissues from T1 & T2 images you may
want to use statistical methods, such as KMeans
and MRFImageFilter.
Please look at the examples:
Insight/Examples/Filtering/
ScalarImageMarkovRandomField1.cxx
and to the validation study:
InsightApplications/IBSRValidation/IBSRClassification/Code
Regards,
Luis
------------------------
Irene Kostopoulou wrote:
> Hello,
>
> I'm new to ITK,
> I have MRA dataset from which I want to extract the blood vessels,
> taking into consideration the 3d volume.
>
> What algorithms/function are available?
>
>
> I also want to segment T1 & T2 weighted images, in CSF, white matter and
> gray matter, which filters should I use?
>
> Thanks in advance
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list