资源列表
schmidt
- 施密特分解,LU分解的一种,这个代码测试可以使用-schmidt
QR-decomposition
- QR分解法是目前求一般矩阵全部特征值的最有效并广泛应用的方法,一般矩阵先经过正交相似变化成为Hessenberg矩阵,然后再应用QR方法求特征值和特征向量。它是将矩阵分解成一个正规正交矩阵Q与上三角形矩阵R,所以称为QR分解法,-QR decomposition
LU-decomposition
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition
labeling-code
- Read video into MATLAB using aviread and alculate the background image . Initialization for Kalman Filtering. Calculate the difference image to extract pixels with more thanthreshold change. and Plot the tracking rectangle after Kalman filtering
Five_Points_version2.2
- 使用MATALAB编写的五子棋程序,可人机对战,也可人与人之间的对战-Battle backgammon program, using MATALAB written man-machine war, but also between people
shiyupinyu
- 语音信号的时域波形和频域波形,简单易懂,利用FFT实现。另加语音端点检测文献一篇-Speech signal time domain waveform and frequency domain waveform, straightforward, using FFT to realize
lmd
- 最新时频分析技术,包含多个LMD关于故障诊断的算法和程序。-New time-frequency analysis technology, contain multiple LMD algorithm about fault diagnosis and procedures.
TBinary-tree
- 统计二叉树节点的C语言描述,软件技术基础,适用于初学者。-C language descr iption of statistical binary tree node, software technology base, suitable for beginners.
CHange
- 交换左右子树的C语言描述,计算机软件基础,适用于初学者-Exchange left and right subtree C language descr iption of the basis of the computer software for beginners
CellRecognitionAndSegmentation
- 一个血细胞的分割识别算法原代码,其中包括一些,预处理算法。界面操作等。-A blood cell the split recognition algorithm source code, including some pre-processing algorithm. Interface operation.
Laplacian-sharpening
- 对灰度图像进行拉普拉斯算子锐化,提取灰度图像的边缘。-Laplace operator sharpening, extract the edge of the gray image gray image.
Median-filter
- 灰度图像的中值滤波方法,程序中对图像原图进行进入椒盐噪声,然后利用中值滤波方法去除,但边缘未作处理。-The the median value of filtering method of the gray-scale image, the program in the on the image full size image carried out to enter the salt and pepper noise, and then advantage of the median filt
