How to segment an object from a RGB image using histogram thresholding?

조회 수: 1 (최근 30일)
Malini
Malini 2013년 7월 23일
댓글: D.Jaisil Rose 2017년 4월 12일
Dear Team,
I've got a RGB image with more than one objects in it. How do i automatically segment the objects from its background (each object in separate figure) using histogram thresholding (multimodal). I referred the demo by image analyst for grey scale in the link "http://www.mathworks.in/matlabcentral/answers/38235-histogram-of-image". The demo was very much helpful for greyscale. Could you guide me with the steps for proceeding with RGB image. Also request you to kindly suggest some reference papers if any.Thank you.
Cheers, Malini
  댓글 수: 2
Narges M
Narges M 2013년 7월 23일
Can't you treat each channel (Red, Green and Blue) as a seperate image, compute the histogram and segment the image, and then combine your results?

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

답변 (2개)

Explorer
Explorer 2013년 12월 31일

Image Analyst
Image Analyst 2013년 12월 31일
I have several color segmentation demos in my File Exchange. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 one of these should probably work. Post your image if you're still interested.

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by