How do I detect colored objects in a picture?

12 visualizaciones (últimos 30 días)
hegel
hegel el 10 de Feb. de 2020
Comentada: Image Analyst el 12 de Feb. de 2020
Hello,
I'd like your help with sample code to be able to find these the yellow Lego pieces in the doll house,
The idea is that I take a picture and the code finds all the blocks. The picture shows only 2 blocks, but there could be more, and different colors, but I'm only interested in the yellow ones. I'd like to be able to find the blocks and outline green all the yellow blocks and red the rest of the blocks, and find their position in the frame.
Thanks in advance for your help!
Attached is a sample picture

Respuesta aceptada

Image Analyst
Image Analyst el 10 de Feb. de 2020
Use the Color Threshold on the Apps tab of the tool ribbon. Use hsv color space and adjust the hue angle with the sliders, then Export the function that you can then use in your program.
Also, check out my File Exchange for color segmentation demos. I have one (this one) where I find yellow.
screenshot.jpg

Más respuestas (1)

hegel
hegel el 12 de Feb. de 2020
Wow..that was super easy, thanks for you help, I will try to follow up once I finish what I wanted to do. Thanks again Image Analyst!

Categorías

Más información sobre Computer Vision with Simulink 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