-
ComTest
VC 调用matlab combuilder简单例子(VC call matlab com file)
- 2021-03-01 20:39:34下载
- 积分:1
-
4t1r
用matlab开发的分布MIMO四发一收的仿真(using Matlab development of the distribution of a MIMO four resumption Simulation)
- 2007-05-18 17:23:23下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Implementasi-Metode-Edge-Linking-untuk-Setyo-Nugr
implementation edge link image processing
- 2012-11-27 21:01:04下载
- 积分:1
-
Templates1_7
本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读,也可供有一定编程经验的C++程序员参考。(This book is C++ template programming, The Complete Guide to through the basic concepts, techniques and application examples of three commonly used useful information for readers to C++ templates to lay a solid foundation of knowledge. The book is 5 parts, 22 chapters. Chapter 1 introduces the overall structure and content of the book relevant circumstances. Part 1 (2 ~ 7) tutorial style introduction to the basic concepts of templates, Part 2 (8 ~ 13) describes the details of the template language, Part 3 (14 ~ 18), introduced C++ template support for the basic design techniques, Part 4 (19 ~ 22) in-depth study of various common applications using templates. Appendix is a definition of the principles and relevant information overload resolution. C++ book for beginners to read template technology, but also have some programming experience for C++ programmers reference.
)
- 2010-12-20 18:56:57下载
- 积分:1
-
FESTOTF
The funcstion subroutine festotf.m converts a state space form of system into a transfer function form.
- 2013-01-08 14:24:36下载
- 积分:1
-
Game-theory--Nash-equilibrium
利用博弈论相关知识,使用迭代法来搜索Nash均衡点(Using the knowledge of game theory, an iterative method is used to search the Nash equilibrium point
)
- 2014-12-21 10:53:52下载
- 积分:1
-
3D-restruction
图像3D重建的源代码。是一个比较简单的example,大家可以学习。易于上手,图像重建的效果较好!(3D reconstruction of image)
- 2015-01-16 13:05:39下载
- 积分:1
-
InitialPValuePODEPSolutions
MATLAB求解ODE方程,里面的WORD文档详细介绍了各文件的作用(MATLAB ODE solving equations, the WORD document which details the role of each document is also loaded.)
- 2011-06-14 10:46:02下载
- 积分:1
-
rcwa_Palik_Au
说明: material property Au for rcwa calculation
- 2021-03-30 21:19:09下载
- 积分:1