为什么输出后会有2张图片,一张有图,一张无图。#include#include#include
using namespace cv;
int main() {Mat img = imread("pic.jpg");namedWindow("游戏原画");imshow("游戏原画", img);waitKey(6000);}
https://blog.csdn.net/luoyanjunhehehe/article/details/80250157