1 | initial version |
cv::debug_build_guard::XXXX
-- it means, you have to link the DEBUG opencv libs, not the RELEASE ones you're using now, like:
d
.libd
.libd
.libmaybe (if you didn't, so far) you have to go back at the opencv.sln, and run everything again for DEBUG !
2 | No.2 Revision |
cv::debug_build_guard::XXXX
-- it means, you're building a DEBUG project, and you have to link the DEBUG opencv libs, not the RELEASE ones you're using now, like:
d
.libd
.libd
.libmaybe (if you didn't, so far) you have to go back at the opencv.sln, and run everything again for DEBUG !