资源列表
机器学习
- 一本机器学习入门资料,卡内基梅隆大学,作者Tom M . Mitchell(A machine learning primer)
regiongrowing
- 医学图像处理的区域再生长技术,包括膨胀,腐蚀,开运算,闭运算(The regional regrowth of medical image processing includes expansion, corrosion, open operation, closed operation,usually used in medical image processing)
week8
- 一个简单的A*算法实现的游戏地图模拟,java实现,applet(A simple A* algorithm to achieve the game map simulation, Java implementation, applet)
EEG Signal Processing
- 脑电信号的完整处理过程,包括抽样,滤波,加窗,时域频域的图像分析等(EEG signal processing, including sampling, filtering, windowing, time domain frequency domain image analysis,and so on.It is very useful in EEG.)
直角坐标系-zernike多项式波面拟合程序
- 最小二乘法进行泽尼克多项式拟合将离散数据点拟合成面型。(use the least square method to fit the wavefornt with zernike polynomials.)
OpticalFlow
- Matlab scr ipt to compute optical flow
klt1.3.4
- KLT matlab tracking algorithms
LZ编码
- LZ 系列算法用一种巧妙的方式将字典技术应用于通用数据压缩领域,而且,可以从理论上证明LZ 系列算法同样可以逼近信息熵的极限。 实现LZ算法且实现GUI界面(The LZ series algorithm uses a clever way to apply the dictionary technology to the general data compression field. Moreover, it can theoretically prove that the LZ serie
Huffman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。 GUI实现(The basic method of Huffman coding is to scan the image data first, calculate the probability of occurrence of various pixels, speci
BP_NN
- 该程序是神经网络算法中使用NN方法计算拟合曲线的代码,可用以一般地输出拟合、输出估计。(The program is neural network algorithm using NN method to calculate the fitting curve of the code, can be used in general output, fitting, output estimation.)
算术编码matlab
- 从整个符号序列出发,根据各信源序列的概率将信源序列映射到[0,1) 区间上,然后选取区间内的一点(也就是一个二进制的小数)来表示信源序列。(From the entire sequence of symbols, the source sequence is mapped to the interval [0,1] according to the probability of each source sequence, and then a point (that is, a binary f
用遗传算法计算最短路径
- 无人机避障,遗传算法,最短路径,求解TSP问题,仿真程序(Unmanned air vehicle obstacle avoidance)
