mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #8942 from zwsu:master
This commit is contained in:
commit
594652cac1
@ -212,7 +212,7 @@ void App::run()
|
||||
// Show results
|
||||
d_disp.download(disp);
|
||||
putText(disp, text(), Point(5, 25), FONT_HERSHEY_SIMPLEX, 1.0, Scalar::all(255));
|
||||
imshow("disparity", disp);
|
||||
imshow("disparity", (Mat_<uchar>)disp);
|
||||
|
||||
handleKey((char)waitKey(3));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user