-
snake_matlab
说明: 实现了snake without edge 这篇文献的算法。可以运行,而且结果良好。(snake 0r active contour model.)
- 2010-03-21 18:52:35下载
- 积分:1
-
abc_model
induction machine abc_model
- 2013-07-20 00:15:05下载
- 积分:1
-
kmeans
说明: k均值算法是一种迭代求解的聚类分析算法,其步骤是随机选取K个对象作为初始的聚类中心,然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。(kmeans algorithm is an iterative solution clustering analysis algorithm. First, the initial clustering centers are randomly selected. Then, distance between between each point ans others are calculated, and each data point is designed to its nearest clustering center.)
- 2020-06-21 23:40:01下载
- 积分:1
-
chap4
雷达系统设计MATLAB仿真一书里的第四张所有的程序,对于学习非常有用。(Radar system design MATLAB simulation fourth book program, very useful for learning.)
- 2012-09-11 01:04:43下载
- 积分:1
-
3-FUZZY-CONTROLLER-BASED-DVR
FUZZY CONTROLLER BASED DVR TO
MITIGATE POWER QUAITY AND REDUCE THE
HARMONICS DISTORTION OF SENSITIVE LOAD
- 2013-09-30 13:57:20下载
- 积分:1
-
eggs-image-processing
my package is all about image processing of counting eggs using bwareaopen to remove noise and filtering of the image, also include how many eggs are there.
- 2014-02-04 05:38:05下载
- 积分:1
-
ga
说明: 遗传算法matlab实现,请仔细阅读相关帮助文件后再使用(Genetic algorithm matlab realize, please carefully read the relevant help files and then use)
- 2008-09-30 16:21:34下载
- 积分:1
-
ShortestPath
THis ia a program to find shortest path.it is implemented in matlab
- 2015-04-13 00:36:43下载
- 积分:1
-
2
地震数据通常含有噪音,通过该方法可以去除地震数据中的噪音,更好的反演结果(Seismic data usually contains noise, the method can remove the noise in the seismic data, better inversion results)
- 2013-12-25 08:41:36下载
- 积分: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