opencv-模糊圖像

/對圖像進行均值濾波操作,模糊一副圖像/ #include 「pch.h」 #include #include <opencv2/opencv.hpp> using namespace cv; int main() { Mat image = imread(「C:/Users/csh/Desktop/1.jpg」); imshow(「原圖」, image); Mat dstimage; blur(
相關文章
相關標籤/搜索