You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author:
I have the compilation error when using qt creator to run the .pro file? Could you give some advice?
In file included from ../StereoCorrespondenceBMTuner/main.cpp:1:0:
../StereoCorrespondenceBMTuner/mainwindow.h:61:18: error: cannot declare field ‘MainWindow::bmState’ to be of abstract type ‘cv::StereoBM
The text was updated successfully, but these errors were encountered:
I have not used much C++, Qt or OpenCV since 4 years ago when I made this code, and currently I don't have the time to look into this so you are on your own, sorry :(
I wrote this code in 2015, and maybe they changed something in newer versions of OpenCV. If you don't achieve to fix this project's code to work with the latest version of OpenCV, you can still downgrade your version of OpenCV to use one from 2015.
Good luck!
(And if you find a solution, don't forget to post it here so others can find it!)
Dear author:
I have the compilation error when using qt creator to run the .pro file? Could you give some advice?
In file included from ../StereoCorrespondenceBMTuner/main.cpp:1:0:
../StereoCorrespondenceBMTuner/mainwindow.h:61:18: error: cannot declare field ‘MainWindow::bmState’ to be of abstract type ‘cv::StereoBM
The text was updated successfully, but these errors were encountered: