2019-04-15 15:30发布 生成海报
#include using namespace cv; int main(){ Mat pic=imread("D:Picture30.jpg",0); imshow("【原图】",pic); waitKey(0); }