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

1 visualización (últimos 30 días)
Malini
Malini el 23 de Jul. de 2013
Comentada: D.Jaisil Rose el 12 de Abr. de 2017
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 comentarios
Narges M
Narges M el 23 de Jul. de 2013
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?

Iniciar sesión para comentar.

Respuestas (2)

Explorer
Explorer el 31 de Dic. de 2013

Image Analyst
Image Analyst el 31 de Dic. de 2013
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.

Categorías

Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by