Hi,
I previously posted to recommend k-means clustering for segmentation of
Masson's Trichrome stained histology images. Having played around with this
some more, including with a sample image that Dayana sent me, I have come
to the conclusion that it can work well in some cases but not all, and that
David Webster's advice is the more sound.
The k-means clustering plugin at
http://ij-plugins.sourceforge.net/plugins/clustering/index.htmlworks with RGB values, when used with colour images, rather than hues (e.g.
in HSV space). As a result, colours which are very distinct to the eye but
close in RGB space (and grey level) are not distinguished, leading to an
ineffective segmentation.
This doesn't detract from the idea of k-means clustering, and no doubt it
works well in other applications. However, is *not* reliable for Masson's
Trichrome segmentation.
I am wondering whether it could be made to work better in this case if the
images were transformed into HSV space before segmentation is performed.
Francis
At 13:32 16/06/09 -0400, Dayana Webster <
[hidden email]> wrote:
>After staining with Masson's Trichrome stain, I am analyzing
>immunohistochemistry images for the amount of blue collagen vs. red muscle
>fibers. I am having trouble finding a plug-in the can help me distinguish
>and count the blue vs. red areas in the images. Could anyone help me?