[Insight-users] clustering/segmentation
Luis Ibanez
luis.ibanez@kitware.com
Mon, 09 Dec 2002 14:12:59 -0500
Hi Zein,
In order to Cluster/Classify/Label pixels in a
multiband image you may want to take a look at
the following methods:
1) ImageKMeansModelEstimator
http://www.itk.org/Doxygen/html/classitk_1_1ImageKmeansModelEstimator.html
which performs clustering. This one is optimized for Images.
2) KdTreeBasedKmeansExtimator
http://www.itk.org/Doxygen/html/classitk_1_1Statistics_1_1KdTreeBasedKmeansEstimator.html
which also performs Kmeans clustering but using a generic
KdTree structure. An image can be adapted to this generic structure.
3) The MRFImageFilter
http://www.itk.org/Doxygen/html/classitk_1_1MRFImageFilter.html
Which labels an image using a Markov Random Fields approach and
MAP (maximum a posteriory) optimization.
4) KLMRegionGrowingImageFilter
http://www.itk.org/Doxygen/html/classitk_1_1KLMRegionGrowImageFilter.html
Which minimizes an energy potential computed over regions and
boundaries.
Please let us know if you have further questions.
Thanks
Luis
================================================================
Zein Salah wrote:
> Hello friends,
>
>
>
> I have a 3d color (RGB) Volume image (24 bit/voxel). I want to cluster
> these voxels into 16 clusters/regions. Do anybody have an idea, how i
> can do that.
>
>
>
> Thanks,
>
>
>
> Zein
>
>
>
>
>
> ->8<------------->8<------------->8<------------->8<------------->8<------------->8<-
> Zein I. Salah
> Universität Tübingen, WSI-GRIS, Sand 14, 72076 Tübingen
> Email: salah@gris.uni-tuebingen.de <mailto:salah@gris.uni-tuebingen.de>
> / zeinsalah@hotmail.com <mailto:zeinsalah@hotmail.com>
> Tel.: (07071) 29 75465 (GRIS) , (07071) 25 69 43 (privat)
> Fax: (07071) 29 54 66
>