赞
踩
错误信息:OpenCV Error: Assertion failed (size.width>0 && size.height>0) in imshow
原因:
Mat color = imread("../Data/imagedata/me.jpg");
- 1
imshow("me rgb",color);
waitKey(0);
imread的时候图片路径错误
cv::Mat imageMat;
unsigned short maxValue = *(std::max_element(imageMat.begin<unsigned short>(), imageMat.end<unsigned short>()));
qDebug() << "max value:" << maxValue ;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。