mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Move cv::Mat out of core.hpp
This commit is contained in:
@@ -948,7 +948,7 @@ void GuiReceiver::showImage(QString name, void* arr)
|
||||
|
||||
mat = cvGetMat(arr, &stub);
|
||||
|
||||
cv::Mat im(mat);
|
||||
cv::Mat im = cv::cvarrToMat(mat);
|
||||
cv::imshow(name.toUtf8().data(), im);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user