經安全檢測,此網站為安全網站,請放心前往原始網址!

簡單的同態濾波(matlab) - opencv和機器視覺的專欄 - 博客頻道 - CSDN.NET

clear;close all;% 裝載圖片,將yourimage換成你要處理的圖片img = imread(yourimage);% 顯示這個圖片figure,imshow(img);title(Original Image);% 構造一個高斯濾波器f_high = 1.0;f_low = 0.4;% 得到一個高斯低通濾波器gauss_low_filter = fspecial(gau

blog.csdn.net

網址安全性掃描由 google 提供