我正在使用Hog Features Detector训练用于人体检测的图像
代码在我正在使用的Github:trainHog
我使用的是Window 7 x64,Visual Studio 2012,opencv 2.4.7。
当我运行项目并在此代码中断时,会发生以下异常:
for (unsigned int feature = 0; feature < featureVector.size(); ++feature) {
cout<<"feature : "<<featureVector.size()<<endl;
File << " " << (feature + 1) << ":" << featureVector.at(feature); // breaks here
}
ConsoleApplication1.exe中0x000000013FA450FA的第一次机会异常:0xC0000005:访问冲突读取位置0x0000000000000000。
调试时变量中的值:
请帮帮我。