Ask Your Question

Revision history [back]

For multi-view car detection, I suggest taking a look at other frameworks like deformable parts models (of which a latentSVM implementation is available in openCV). It has 3 views, each with their responsible HOG model existing of a root filter and several part filters.

A simple VJ cascade classifier won't do the job unless you combine multiple single models, which will be slower than a DPM model.