Ask Your Question
-1

how to recognize make model and color of car using opencv

asked 2015-01-23 10:58:28 -0600

i am implementing a system where i have to need to recognize the model and make of car.any pointers how to implement this.

edit retag flag offensive close merge delete

Comments

3

good luck ;)

berak gravatar imageberak ( 2015-01-23 11:04:57 -0600 )edit
2

Try some thresholding operations

Pedro Batista gravatar imagePedro Batista ( 2015-01-23 11:40:19 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-01-23 11:47:16 -0600

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.

edit flag offensive delete link more

Comments

Let me add to the list for car detection, go outside OpenCV and explor

  • Deformable parts model
  • ICF and ACF
  • Deep learning techniques

Once you found the car, then apply indeed a feature analysis!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-23 14:42:13 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-23 10:58:28 -0600

Seen: 1,481 times

Last updated: Jan 23 '15