• 大小: 419B
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: Matlab
  • 标签: Matlab  Sobel  

资源简介

下载即可用,只需改下图片名字

资源截图

代码片段和文件信息

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 处理图像‘);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        217  2017-11-21 16:25  prewitt.m

     文件        151  2018-01-08 16:10  Sobel.m

----------- ---------  ---------- -----  ----

                  368                    2


评论

共有 条评论