Commit 594652ca authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8942 from zwsu:master

parents 68d01972 8bf3f6bf
......@@ -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));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment