How to segment an histologic image ?

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
Adam 2018 年 1 月 19 日
If you have the Statistics toolbox
doc kmeans
could work well enough, or hierarchical clustering.
Rik
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 件)

カテゴリ

ヘルプ センター および File ExchangeBiomedical Imaging についてさらに検索

質問済み:

2018 年 1 月 19 日

コメント済み:

Rik
2018 年 1 月 19 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by