How can i detect car using tail light color and shape of the car?
Afficher commentaires plus anciens
I m working on car detection from a given image. I m thinking about using tail light color and shape of the rear side of car as my feature. I used color segmentation and edge detection. now i m stuck with classification. I can't use SVM as my supervisor won't allow SVM. What can i do? I attached my color segmentation and edge detection code. Also an image of car.

Réponse acceptée
Plus de réponses (2)
Image Analyst
le 30 Oct 2014
0 votes
That's a very challenging problem. You should look up CBIR since the tools used in that will help you. Warning though - it's not trivial. You'll use things like SURF and SIFT and HOG and lots of other things.
As far as color goes, that will probably be a fruitless attempt. There are so many ways the color in your digital image could change and the change from one lighting condition to the next will most likely be way more than the color change between two different cars under the same lighting. In other words, if your mean RGB of a tail light is [160, 60, 70], there's no way to know what model of car it is from just that color. It could be a Toyota in daylight, or a BMW at dusk, or a Ford in the morning.
1 commentaire
Nahid Islam
le 30 Oct 2014
Muhammad Talib
le 27 Fév 2016
0 votes
further i am also working on car make and model recognition system. for that i used these feature as well out of others ....
Catégories
En savoir plus sur Computer Vision Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!