摘要: #include <iostream>#include <opencv2/opencv.hpp> using namespace std;using namespace cv; int main(){ Mat img1; img1 = imread("D://images//111.jpg"); i 阅读全文
posted @ 2018-10-24 18:51 西北逍遥 阅读(4547) 评论(0) 推荐(0) 编辑