摘要: 1 #include<iostream> 2 #include<vector> 3 using namespace std; 4 5 #include<opencv2/opencv.hpp> 6 7 8 9 namespace myMat 10 { 11 class Mat 12 { 13 publ 阅读全文
posted @ 2018-06-08 15:41 佚名12 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1 #include<opencv2\opencv.hpp> 2 3 using namespace cv; 4 5 int main() 6 { 7 Mat image = imread("E:\\data\\test.png", -1); 8 imshow("1", image); 9 Mat 阅读全文
posted @ 2018-06-08 10:55 佚名12 阅读(3) 评论(0) 推荐(0) 编辑