How to apply morphological operations like clearing border and removing small objects using matlab for color image?

조회 수: 4 (최근 30일)
I have a color image obtained after using k-means cluster and I want to apply morphological operations like cleaning border,filling holes and remove small object using matlab but thsese operation works only on grayscale or binar image in matlab! Any suggestions please!

답변 (1개)

Image Analyst
Image Analyst 2018년 8월 16일
Since you seem to have a masked image, since large parts are perfectly black, you must already have a binary image mask. So just use it on that mask before applying the mask to the color image.
  댓글 수: 4
Braiki Marwa
Braiki Marwa 2018년 8월 21일
편집: Braiki Marwa 2018년 8월 21일
In begin I have this image :
Then I applied k-means algorithm and I select this image as the suitable cluster:
After that, I want to select just the cell in the midst of the image and to extract the ocntour as the final step.
Image Analyst
Image Analyst 2018년 8월 21일
If you'd rather, then you can use the kmeans indexes and reshape to get the mask. See my attached demo.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Modify Image Colors에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by