摘要: #include <opencv2/opencv.hpp> #include <iostream> using namespace std; using namespace cv; int main() { Mat img = imread("C:/img/3.jpg"); Mat img32; i 阅读全文
posted @ 2024-01-07 17:50 wshidaboss 阅读(29) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <opencv2/opencv.hpp> using namespace cv; using namespace std; int main() { //图像的读取 Mat img = imread("C:/img/3.jpg", IMREA 阅读全文
posted @ 2024-01-07 17:17 wshidaboss 阅读(298) 评论(0) 推荐(0) 编辑