1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Fix build of various backends

This commit is contained in:
Andrey Kamaev
2013-03-22 18:15:48 +04:00
parent 29cfeb7cee
commit 3088808926
3 changed files with 33 additions and 68 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ void GuiReceiver::showImage(QString name, void* arr)
mat = cvGetMat(arr, &stub);
cv::Mat im(mat);
cv::imshow(name.toStdString(), im);
cv::imshow(name.toUtf8().data(), im);
}
else
{