文件名称:1.3 图像的边缘检测
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2017-07-06
- 文件大小:
- 142kb
- 下载次数:
- 0次
- 提 供 者:
- 张继刚****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.3-1
a=imread('xinglong.jpg');
a=rgb2gray(a);
e=log_edge(a,0.25)
1.3-2
a=imread('lena.bmp');
e=canny_edge(a,0.25);
注:该程序要求输入的图像的长、宽应相等。
1.3-3 为1.3-2的子程序
1.3-4
im=imread('lena.bmp');
image_out = susan(im,0.25);
1.3-5 为1.3-4的子程序
1.3-6 直接运行
1.3-7 直接运行
1.3-8直接运行
1.3-9
f=imread('qipan.jpg');
f=rgb2gray(f);
straightline(f)
1.3-10 直接运行(1.3 1
A = imread (' xinglong.jpg ');
A = rgb2gray (a);
E = log_edge (a, 0.25)
1.3 2
A = imread (' Lena.bmp ');
E = canny_edge (a, 0.25);
Note: the procedure requires the length and width of the input image to be equal.
1.3-3 is a subroutine of 1.3-2
1.3 4
Im = imread (' Lena. BMP ');
Image_out = Susan (im, 0.25);
1.3-5 is a subroutine for 1.3-4
The 1.3-6 runs directly
The 1.3-7 runs directly
The 1.3-8 runs directly
1.3-9
F = imread (' qipan.jpg ');
F = rgb2gray (f);
Straightline (f)
The 1.3-10 runs directly)
a=imread('xinglong.jpg');
a=rgb2gray(a);
e=log_edge(a,0.25)
1.3-2
a=imread('lena.bmp');
e=canny_edge(a,0.25);
注:该程序要求输入的图像的长、宽应相等。
1.3-3 为1.3-2的子程序
1.3-4
im=imread('lena.bmp');
image_out = susan(im,0.25);
1.3-5 为1.3-4的子程序
1.3-6 直接运行
1.3-7 直接运行
1.3-8直接运行
1.3-9
f=imread('qipan.jpg');
f=rgb2gray(f);
straightline(f)
1.3-10 直接运行(1.3 1
A = imread (' xinglong.jpg ');
A = rgb2gray (a);
E = log_edge (a, 0.25)
1.3 2
A = imread (' Lena.bmp ');
E = canny_edge (a, 0.25);
Note: the procedure requires the length and width of the input image to be equal.
1.3-3 is a subroutine of 1.3-2
1.3 4
Im = imread (' Lena. BMP ');
Image_out = Susan (im, 0.25);
1.3-5 is a subroutine for 1.3-4
The 1.3-6 runs directly
The 1.3-7 runs directly
The 1.3-8 runs directly
1.3-9
F = imread (' qipan.jpg ');
F = rgb2gray (f);
Straightline (f)
The 1.3-10 runs directly)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1.3 图像的边缘检测
1.3 图像的边缘检测\1.3 程序运行说明.doc
1.3 图像的边缘检测\cannyFindLocalMaxima.m
1.3 图像的边缘检测\canny_edge.m
1.3 图像的边缘检测\diaohua.jpg
1.3 图像的边缘检测\ex6.m
1.3 图像的边缘检测\ex7.m
1.3 图像的边缘检测\ex8.m
1.3 图像的边缘检测\ex9.m
1.3 图像的边缘检测\hehua.JPG
1.3 图像的边缘检测\log_edge.m
1.3 图像的边缘检测\qipan.JPG
1.3 图像的边缘检测\susan.m
1.3 图像的边缘检测\susan_threshold.m
1.3 图像的边缘检测\xinglong.jpg
1.3 图像的边缘检测\1.3 程序运行说明.doc
1.3 图像的边缘检测\cannyFindLocalMaxima.m
1.3 图像的边缘检测\canny_edge.m
1.3 图像的边缘检测\diaohua.jpg
1.3 图像的边缘检测\ex6.m
1.3 图像的边缘检测\ex7.m
1.3 图像的边缘检测\ex8.m
1.3 图像的边缘检测\ex9.m
1.3 图像的边缘检测\hehua.JPG
1.3 图像的边缘检测\log_edge.m
1.3 图像的边缘检测\qipan.JPG
1.3 图像的边缘检测\susan.m
1.3 图像的边缘检测\susan_threshold.m
1.3 图像的边缘检测\xinglong.jpg