필터 지우기
필터 지우기

How to segment an histologic image ?

조회 수: 1 (최근 30일)
Bruno De Carvalho
Bruno De Carvalho 2018년 1월 19일
댓글: Rik 2018년 1월 19일
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개)

Community Treasure Hunt

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

Start Hunting!

Translated by