How to segment an histologic image ?
1 次查看(过去 30 天)
显示 更早的评论
I'm new on MatLab.
I need to segment this histologic image in 3 distinct colors. So I need to segment the pink, black and the white to then with binary images isolate each one of them in different images.
Can you help me ???

2 个评论
Adam
2018-1-19
If you have the Statistics toolbox
doc kmeans
could work well enough, or hierarchical clustering.
Rik
2018-1-19
Color segmentation can be very difficult. It is usually easier and faster to convert your color image to grayscale and then to an intensity segmentation (e.g. with functions like kmeans).
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!