資源簡(jiǎn)介
下載即可用,只需改下圖片名字

代碼片段和文件信息
close?all;clear?all;clc;
I=imread(‘cameraman.tif‘);
I=im2double(I);
[Jthresh]=edge(I‘prewitt‘[]‘both‘);
figure;
subplot(121);imshow(I);
title(‘原始圖像‘);
subplot(122);imshow(J);
title(‘prewitt?處理圖像‘);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????217??2017-11-21?16:25??prewitt.m
?????文件????????151??2018-01-08?16:10??Sobel.m
-----------?---------??----------?-----??----
??????????????????368????????????????????2
評(píng)論
共有 條評(píng)論