DaHoC / trainHOG

Example program showing how to train your custom HOG detector using openCV
221 stars 111 forks source link

just trying to run it with my own dataset #18

Open alexnadratupu opened 6 years ago

alexnadratupu commented 6 years ago

SVMLight::SVMLightImpl::getInstance()->getSingleDetectingVector(descriptorVector, descriptorVectorIndices);

main.cpp:354: error: 'descriptorVector' declared as reference but not initialized

why descriptor vector is not initialized?