Login  Register

Re: k-means Clustering

Posted by Dimiter Prodanov-2 on Dec 10, 2007; 8:58am
URL: http://imagej.273.s1.nabble.com/k-means-Clustering-tp3697801p3697806.html

Hi,

I did something similar in the past. The solution
was to use the Color Threshold plugin of Gabriel Landini
and then to use k-means clustering.
Another option is to try with the Color Deconvolution
(again Gabriel) and then to apply the k-means.

Another option is to implement Gaussian mixture model
classifier.

Cheers

Dimiter Prodanov

PS: You can post a link to the images for us to see.