shape and color detection
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 9 Jun. 2012
Sorry - I won't have time to answer this for at least a week - I'm headed off for a week vacation.
Tulips
am 9 Jun. 2012
Ryan
am 9 Jun. 2012
is post 8 what you're looking for? http://www.mathworks.com/matlabcentral/newsreader/view_thread/295271 (written by Image Analyst)
Tulips
am 9 Jun. 2012
Ryan
am 9 Jun. 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
am 9 Jun. 2012
Ryan
am 9 Jun. 2012
try another bwareaopen operation with a high value, the area of the circle seems >>> than the pillars.
Tulips
am 9 Jun. 2012
Tulips
am 11 Jun. 2012
Antworten (0)
Kategorien
Mehr zu Labeling, Segmentation, and Detection finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!