opencv imread无法读入imshow出错 怎么做
#include<opencv2/opencv.hpp>#include<opencv2/imgproc/imgproc.hpp>#include<opencv2/hig...
#include <opencv2/opencv.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
// 使用标准的cv库
using namespace cv;i
nt main(){
// 读取源图像并转化为灰度图像
Mat srcImage = imread("D:/编程/opencvtext2/t");
// 判断文件是否读入正确
// 图像显示
imshow("srcImage", srcImage);
// 等待键盘键入
waitKey(0);
return 0;
} 展开
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
// 使用标准的cv库
using namespace cv;i
nt main(){
// 读取源图像并转化为灰度图像
Mat srcImage = imread("D:/编程/opencvtext2/t");
// 判断文件是否读入正确
// 图像显示
imshow("srcImage", srcImage);
// 等待键盘键入
waitKey(0);
return 0;
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询