How can i detect car using tail light color and shape of the car?
Show older comments
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.

Accepted Answer
More Answers (2)
Image Analyst
on 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 Comment
Nahid Islam
on 30 Oct 2014
Muhammad Talib
on 27 Feb 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 ....
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!