- depotAccount depot program account
- C-language-books-under-linux linux下C语言学习的很好的资料
- vbmxreports VB源码
- Co-so-mang-thong-tin Other bestselling titles by Andrew S. Tanenbaum Preface About the Author Chapter 1. Introduction Section 1.1. Uses of Computer Networks Section 1.2. Network Hardware Section 1.3. Network Software Section 1.4. Reference Models Section 1.5. Example Networks Section 1.6. Network Standardization Section 1.7. Metric Units Section 1.8. Outline of the Rest of the Book Section 1.9. Summary Chapter 2. The Physical Layer Section 2.1. The Theoretical Basis for Data Communicatio Section 2.2. Guided Transmission Media Section 2.3. Wireless Transmission Section 2.4. Communication Satellites Section 2.5. The Public Switched Telephone Network Section 2.6. The Mobile Telephone System Section 2.7. Cable Television Section 2.8. Summary Chapter 3. The Data Link Layer Section 3.1. Data Link Layer Design Issues Section 3.2. Error Detection and Correction
- highLight_TreeBox 自定义树型框高亮
- derivegkncheckep Yuntai camera control system Mica lens control system
文件名称:1.3 图像的边缘检测
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.