-
image
实现图像的边缘提取,在matlab当中进行编程即可实现(Edge extraction of image)
- 2010-07-12 19:03:08下载
- 积分:1
-
zrtd_yuan
自然梯度算法,一个不错的梯度算法,Matlab学习的一个好的程序(The natural gradient algorithm, a good gradient algorithm, Matlab program to learn a good)
- 2009-10-10 00:07:08下载
- 积分:1
-
monitiaozhi
通信原理中模拟调制过程的matlab仿真实现(Communication theory in the matlab simulation Simulation of the modulation process
)
- 2011-01-25 23:12:33下载
- 积分:1
-
fds60
ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training
- 2014-01-02 17:20:34下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
huamo
滑模控制的一个matlab程序,给出了M文件和SINULINK的仿真,模块用S函数编写(sliding control of a Matlab procedures, given the M SINULINK documents and the simulation, S-function module prepared)
- 2007-05-19 13:18:57下载
- 积分:1
-
集中式和联邦式卡尔曼滤波在组合导航中的数据融合和数据滤波的应用 The-federated-filtering-theory-
集中式和联邦式卡尔曼滤波在组合导航中的数据融合和数据滤波的应用(The federated filtering theory was proposed by Carlson based on disperse filtering)
- 2021-03-11 15:39:26下载
- 积分:1
-
Image_Restoration
WIMAX which used simulation for performance analysis
- 2011-12-19 15:09:44下载
- 积分:1
-
ARestimation
时间序列分析示例程序,用matlab建立AR(P)模型的完整过程,简洁易懂,备注完整。(Time series analysis sample program, using matlab to establish AR (P) model the complete process, easy to read, notes intact.)
- 2021-04-04 21:19:04下载
- 积分:1
-
NORMALIZED_CUT
Normalized Cut for image segmentation
- 2010-11-04 12:50:02下载
- 积分:1