我想使用getDefaultPeopleDetector()的HOGDescriptor的OpenCV函数,这里是我的代码:
HOGDescriptor defaultHog;
vector<float> svm_coefficients;
svm_coefficients = HOGDescriptor::getDefaultPeopleDetector();
但我不知道的是,HOG中块的同等系数是什么?
向量&#34; svm_coefficients&#34;上面是一个3781维度向量,我有自己的HOG特征提取,可以提取图像中的3780个特征,但我不知道的是&#34; svm_coefficients&#34;的顺序之间的关系。和我的功能