how to recognize make model and color of car using opencv
i am implementing a system where i have to need to recognize the model and make of car.any pointers how to implement this.
To recognize the car model you have to use a supervised machine learning method. The program can decide based on features. You could try template matching if they are simple 2d cars. If you need more advanced features you could look into key point algorithms or statistical features.
Let me add to the list for car detection, go outside OpenCV and explor
Once you found the car, then apply indeed a feature analysis!
Asked: 2015-01-23 10:58:28 -0600
Seen: 1,622 times
Last updated: Jan 23 '15
good luck ;)
Try some thresholding operations