Location:
Search - log_edge
Search list
Description: 用log算子做边缘检测的matlab源程序-log Operators do edge detection Matlab source
Platform: |
Size: 1191 |
Author: 张东 |
Hits:
Description: 用log算子做边缘检测的matlab源程序-log Operators do edge detection Matlab source
Platform: |
Size: 1024 |
Author: 张东 |
Hits:
Description: 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
Platform: |
Size: 1024 |
Author: 林安安 |
Hits:
Description: 用log算子做边缘检测的matlab源程序-log Operators do edge detection Matlab source
Platform: |
Size: 1024 |
Author: sistheg |
Hits:
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);
注:该程序要求输入的图像的长、宽应相等。
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)
Platform: |
Size: 145408 |
Author: 张继刚123
|
Hits:
Description: edge detection using log
Platform: |
Size: 286720 |
Author: haniy
|
Hits: