Description: 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
To Search:
File list (Check if you may need any files):
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