Ask Your Question

jacktrades's profile - activity

2020-10-07 13:01:13 -0600 received badge  Notable Question (source)
2017-05-21 18:50:11 -0600 received badge  Popular Question (source)
2015-04-24 07:29:11 -0600 asked a question Vehicle and other objects in HOGDescriptor

Hello,

In OpenCV cheat sheet, it describes HOGDescriptor as algorithm for detecting people, cars and other objects with well-defined silhouettes.

Using HOGDescriptors to detect people using the "setSVMDetector(HOGDescriptor.getDefaultPeopleDetector())", works fine.

I want to expand this to detect vehicles... Is there a way to download a trained SVM detector, or I have to train it myself? Can I train it in java?

2015-04-02 13:36:24 -0600 received badge  Supporter (source)