Ask Your Question

Revision history [back]

Problem with compiling a code opencv2.4.9

It's been two weeks that I try with the installation of opencv2.4.9, tdm-gcc-5.1.0-3, cmake-2.8.12.2-win32-x86, and codeblocks 10.05. I want to modify the viola&jones code (Haartraining), but I blocked because of this error:

    C:\opencv\build\x86\mingw\lib\libopencv_haartraining_engine.a(cvboost.cpp.obj):cvboost.cpp:(.text$_ZL19cvEvalBtClassifierKP12CvClassifierP5CvMat+0x16c)||undefined reference to `cvStartReadSeq'|
C:\opencv\build\x86\mingw\lib\libopencv_haartraining_engine.a(cvboost.cpp.obj):cvboost.cpp:(.text$_ZL19cvEvalBtClassifierKP12CvClassifierP5CvMat+0x1fe)||undefined reference to `cvChangeSeqBlock'|
||=== Build finished: 2 errors, 0 warnings ===|

The simple image processing codes work well. I want to know is this-that these two functions belong to a reference that I have to make. plaise help me.