-
GA
说明: 利用遗传算法来求解非线性方程组,详细的Matlab程序(matlab program for GA to solve the nonlinear equations)
- 2014-11-22 21:26:59下载
- 积分:1
-
qipange
简单的matlab画标定板程序,用以生成像素级的标定模板,直接打印,避免了其他方法画出标定板产生虚边的问题。(Simple matlab drawing board calibration procedure to generate a pixel-level calibration template, print directly, avoiding the other methods to draw the calibration panels to generate virtual edge issue.)
- 2013-11-16 20:16:29下载
- 积分: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
-
functionzRR
说明: %code2_1 for lecture 1 Simpson s rule ( Code2_1 for lecture 1 Simpson s rule)
- 2006-03-15 21:34:34下载
- 积分:1
-
matlab
matlab对一次非线性曲线的拟合,并包含了线性参数。(matlab on time nonlinear curve fitting and contains a linear parameters.)
- 2012-10-11 10:42:43下载
- 积分:1
-
MRF-for-Vision-and-Image-Processing
计算机视觉大牛Andrew Blake著的书。
《视觉和图像处理中的马尔科夫随机场》
Markov random fields for vision and image processing(This book sets out to demonstrate the power of the Markov random field (MRF) in vision.It treats the MRF both as a tool for modeling image data and, coupled with a set of recently
developed algorithms, as a means of making inferences about images. The inferences concern underlying image and scene structure to solve problems such as image reconstruction,
image segmentation, 3D vision, and object labeling. This chapter is designed to present some of the main concepts used in MRFs, both as a taster and as a gateway to the more
detailed chapters that follow, as well as a stand-alone introduction to MRFs.)
- 2013-04-15 22:56:37下载
- 积分:1
-
BP
BP神经网络对一组数据的预测分析。。。。。(BP neural network prediction of a set of data analysis)
- 2013-12-18 21:06:11下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
returnmatrixcombinations
Return matrix of all possible k indexes, it is C(n,k) variants
- 2010-10-11 06:47:57下载
- 积分:1
-
CreateOpticalSignal
matlab与VPI联合仿真,光信号发生程序(matlab and VPI)
- 2012-04-18 16:04:06下载
- 积分:1