Qt Opencv Integration
-
now do you know whats the problem ?
I changed the pro file like this and same result nothing changed.
@
TEMPLATE = app
CONFIG += console
CONFIG -= qtSOURCES += main.cpp
INCLUDEPATH += C:\opencv\build\include
INCLUDEPATH += "C:\opencv\modules\core\include"
"C:\opencv\modules\highgui\include"
BASE_PATH = c:/opencv/build/x86/mingw
CONFIG(release,debug|release)
{
win32: LIBS += -L$$BASE_PATH/lib/ -llibopencv_calib3d231
-llibopencv_contrib231
-llibopencv_core231
-llibopencv_features2d231
-llibopencv_flann231
-llibopencv_gpu231
-llibopencv_highgui231
-llibopencv_imgproc231
-llibopencv_legacy231
-llibopencv_ml231
-llibopencv_objdetect231
-llibopencv_video231
}
CONFIG(debug,debug|release)
{
win32: LIBS += -L$$BASE_PATH/lib/ -llibopencv_calib3d231
-llibopencv_contrib231
-llibopencv_core231
-llibopencv_features2d231
-llibopencv_flann231
-llibopencv_gpu231
-llibopencv_highgui231
-llibopencv_imgproc231
-llibopencv_legacy231
-llibopencv_ml231
-llibopencv_objdetect231
-llibopencv_video231
}@
-
hello,
I have met the same problem, have u solved it?
I have tried again and again, but it didn't work
However, I have successed once, when I did something and restarted qt creator, but since I rewrite the .pro, it crashed. Except this, all are the same with you.