opencv-模糊图像

/对图像进行均值滤波操做,模糊一副图像/web #include “pch.h” #include #include <opencv2/opencv.hpp> using namespace cv;svg int main() { Mat image = imread(“C:/Users/csh/Desktop/1.jpg”); imshow(“原图”, image); Mat dstimage;
相关文章
相关标签/搜索