2
編譯peopledetect.cpp去就好了,但是當我嘗試運行程序,它崩潰在該行OpenCV的人檢測樣品崩潰
hog.setSVMDetector(HOGDescriptor::getDefaultPeopleDetector());
錯誤消息:在openCV.exe 0x74a9ae7a 未處理的異常:0xC0000005:訪問衝突寫入位置0x00000000。
調用堆棧:
msvcr90.dll!74a9ae7a()
opencv_objdetect231.dll!6dbfe397()
openCV.exe!main() Line 27 + 0x49 bytes
openCV.exe!__tmainCRTStartup() Line 555 + 0x19 bytes
openCV.exe!mainCRTStartup() Line 371
kernel32.dll!74f63677()
ntdll.dll!77319d72()
ntdll.dll!77319d45()
在互聯網上四處潛伏後,我找不到任何東西,知道的任何幫助。
這裏仍然存在同樣的問題。 – IDWMaster