フィルターのクリア

Segment color dicom image

1 回表示 (過去 30 日間)
sbei arafet
sbei arafet 2016 年 3 月 8 日
編集済み: Walter Roberson 2017 年 8 月 31 日
Hi,
How can i segment colored images like this one, is the rgb threshold is a solution

採用された回答

John BG
John BG 2016 年 3 月 8 日
Bonjour Sbei
1.- Separate the components
A=imread('image_segmentation.jpg')
Ar=A(:,:,1);Ag=A(:,:,2);Ab=A(:,:,3)
2.- Apply the BW functions you show in the question to each primary colour
3.- Find the intersection pixels of the results found in the 3 layers
If you find this answer of any help solving this question, please click on the thumbs-up vote link,
thanks in advance
John

その他の回答 (1 件)

Image Analyst
Image Analyst 2016 年 3 月 9 日
編集済み: Image Analyst 2016 年 3 月 9 日
It looks like someone has already segmented it. The image started out as gray scale and then somehow segmented it and produced a pseudocolored version of it.
I'm not sure what you want to find here. You can see from the color gamut below that there are not well clustered colors. Everything is kind of blended.
As you rotate that gamut around, you get some very strange looking shapes, like "sheets" in the RGB Gamut space.
And here is what it looks like if you look straight down the V axis in HSV color space:
What color(s) do you want to find?
Check out my Color Segmentation tutorials in my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
  4 件のコメント
Shaveta Arora
Shaveta Arora 2016 年 4 月 18 日
can I get the image database
Walter Roberson
Walter Roberson 2016 年 4 月 18 日
Which image database, Shaveta Arora ?

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by