opencv-disparity-map-tuner icon indicating copy to clipboard operation
opencv-disparity-map-tuner copied to clipboard

A simple Qt GUI application to tune OpenCV StereoCorrespondenceBM parameters and see live updates

Results 4 opencv-disparity-map-tuner issues
Sort by recently updated
recently updated
newest added

In file included from main.cpp:1:0: mainwindow.h:61:18: error: cannot declare field ‘MainWindow::bmState’ to be of abstract type ‘cv::StereoBM’ cv::StereoBM bmState;

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...

Small fix removing override of disparity map scaling.