I want to calculate the relative content of collagen, that is the number of pixels that are collagen divided by the number of pixels that aren't background.
When my lab has done this in the past, we've segmented the image by thresholding in the RGB plane. The screenshot below shows an initial attempt using the Color Thresholding tool in Fiji.
I think this approach works, eventually, but it requires a lot of fiddling to get the thresholds right, and it's definitely subjective. When I came across this page in the MATLAB documentation, I wondered if k-means clustering might be a better option.
We'll describe that approach in the next post.
No comments:
Post a Comment