日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 人工智能 > 循环神经网络 >内容正文

循环神经网络

图像锐化处理算法matlab,图像锐化matlab算法

發布時間:2023/12/2 循环神经网络 53 豆豆
生活随笔 收集整理的這篇文章主要介紹了 图像锐化处理算法matlab,图像锐化matlab算法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

《圖像銳化matlab算法》由會員分享,可在線閱讀,更多相關《圖像銳化matlab算法(2頁珍藏版)》請在讀根文庫上搜索。

1、%常用圖像銳化算法clcclearclose allima=imread(132.jpg);%讀入圖像ima=rgb2gray(ima);%轉為灰度圖像 ima=double(ima);bw1 = edge(ima,sobel); %sobel算子銳化figure;subplot(121);imshow(uint8(ima);title(原始圖像);%圖像顯示subplot(122);imshow(bw1);title(sobel算子銳化);bw2 = edge(ima,prewitt);%prewitt算子銳化figure;subplot(121);imshow(uint8(ima);tit。

2、le(原始圖像);subplot(122);imshow(bw2);title(prewitt算子銳化);bw3 = edge(ima,roberts);%roberts算子銳化figure;subplot(121);imshow(uint8(ima);title(原始圖像);subplot(122);imshow(bw3);title(roberts算子銳化);bw4 = edge(ima,log);%log算子銳化figure;subplot(121);imshow(uint8(ima);title(原始圖像);subplot(122);imshow(bw4);title(log算子銳化)。

3、;bw5 = edge(ima,canny); %nny算子銳化figure;subplot(121);imshow(uint8(ima);title(原始圖像);subplot(122);imshow(bw5);title(canny算子銳化);h1=fspecial(gaussian,9 9);%gaussian低通濾波器銳化bw6 = imfilter(ima,h1);figure;subplot(121);imshow(uint8(ima);title(原始圖像);subplot(122);imshow(uint8(bw6);title(gaussian低通濾波器);h2=fspecial(laplacian);%laplacian算子銳化bw7 = imfilter(ima,h1);figure;subplot(121);imshow(uint8(ima);title(原始圖像);subplot(122);imshow(uint8(bw7);title(laplacian算子銳化);。

總結

以上是生活随笔為你收集整理的图像锐化处理算法matlab,图像锐化matlab算法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。