Generate HOG Detector with positive Images
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
please clarify if you want to classify your signs or detect them. for the latter, havea look here
I want to classify
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 ?