Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

car detection using open cv

Hello, After reading ,reading and reading and some working code i want to take some steps back and ask some advice. To solve car detection i currently see two way

  1. Training (several) cascade classifiers
  2. Import a dnn with ssd capability and get the detection results from it

Is training classifiers any good for this kind of object(car)? Should i stick to the dnn - this gives me the most accurate results right now.

Thanks a lot, Greetings, Holger