Generate HOG Detector with positive Images

asked 2018-04-17 04:51:08 -0600

I have multiple Pictures of street signs, which I want to feed into an HOG-SVM (HOGDescriptor::SetSVMDetector). I know I can use the HOGDescriptor::compute, but when I use this for every picture in my folder, and test it, it doesn't detect anything

edit retag flag offensive close merge delete

Comments

1

please clarify if you want to classify your signs or detect them. for the latter, havea look here

berak gravatar imageberak ( 2018-04-17 06:43:08 -0600 )edit

I want to classify

DerBexucher1 gravatar imageDerBexucher1 ( 2018-04-18 01:21:12 -0600 )edit

there are several examples for HOG/SVM classification on this site, please use the search box.

also, your question does not contain enough information to help you. context ? code ? some numbers ?

berak gravatar imageberak ( 2018-04-18 01:27:29 -0600 )edit