shape and color detection
Mostrar comentarios más antiguos
hi sir, after I did color segmentation using HSV color threshold, I want to eliminate the undesired shapes.for example I want to do shape detection. How can I set the area and parameter that I want and eliminate the undesired shapes.I m currently working on road sign detection.based on color segmentation demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
it works perfect for color detection. then how can I modify the code so as it can be used for shape detection?many thanks!!!
9 comentarios
Image Analyst
el 9 de Jun. de 2012
Sorry - I won't have time to answer this for at least a week - I'm headed off for a week vacation.
Tulips
el 9 de Jun. de 2012
Ryan
el 9 de Jun. de 2012
is post 8 what you're looking for? http://www.mathworks.com/matlabcentral/newsreader/view_thread/295271 (written by Image Analyst)
Tulips
el 9 de Jun. de 2012
Ryan
el 9 de Jun. de 2012
The code in the shared link tells you how to locate shapes, so you could locate the shapes and then do the color detection using HSV on those located shapes. Can you upload a sample image so we can see what we're dealing with?
Tulips
el 9 de Jun. de 2012
Ryan
el 9 de Jun. de 2012
try another bwareaopen operation with a high value, the area of the circle seems >>> than the pillars.
Tulips
el 9 de Jun. de 2012
Tulips
el 11 de Jun. de 2012
Respuestas (0)
Categorías
Más información sobre Labeling, Segmentation, and Detection en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!