image segmentation and extraction

1 次查看(过去 30 天)
Hello! I am working on a project that involves classification of objects based on color. Assuming there are 5 objects in the captured image, please give me an idea as to how I can do the following: 1) How can I extract just the objects alone individually? (That is, without any image background) 2) How can I extract the RGB values of each of these objects in the image?
Thanks a lot!

采纳的回答

Image Analyst
Image Analyst 2013-1-21
You may not need to do color segmentation to do that. It may be possible to just convert to grayscale and do the standard things (like in Walter's answer). If you want to do color segmentation, you can see the demos I've uploaded to my File Exchange http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862, but like I said, you may not need to get that sophisticated, depending on what your image looks like. If it's really simple with well separated high contrast colors then you can use Walter's method. You might also call rgb2ind() and see what kind of classification that provides to you. I can't really say much more without seeing the range of images you expect to encounter, so upload some if you want more advice.
  2 个评论
pradeep
pradeep 2013-2-13
sorry Mr.Image Analyst, i dint find the way to upload those images please guide me how can i proceed...

请先登录,再进行评论。

更多回答(1 个)

Walter Roberson
Walter Roberson 2013-1-21
Threshold. bwlabel. regionprops. Index into the original image.

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by