摘要: #include "pch.h" #include #include "opencv2/imgproc/imgproc.hpp" #include #include using namespace cv; using namespace std; int main(){ Mat image; image = imread("1.jpg", IMREAD_COLOR); ... 阅读全文
posted @ 2019-06-04 11:02 WeiAR 阅读(2813) 评论(0) 推荐(0) 编辑