搜索资源列表
matlab实现的lucas-kanade光流迭代算法
- matlab实现的lucas-kanade光流迭代算法
gaijinyuzhifenge
- 采用迭代算法,实现了图象分割阈值的最优自动选择,并对处理后的二值图象进行数学形态学操作,是后续图象识别最关键的以一环-using the iterative method, the image segmentation optimal threshold value of the automatic choice, as well as treatment, the two binary images using mathematica
chcap1
- % 信道容量C的迭代算法 % % 函数说明: % % [CC,Paa]=ChannelCap(P,k) 为信道容量函数 % % 变量说明: % % P:输入的正向转移概率矩阵,k:迭代计算精度 % % CC:最佳信道容量,Paa:最佳输入概率矩阵 % % Pa:初始输入概率矩阵,Pba:正向转移概率矩阵 % % Pb:输出概率矩阵 % % C:初始信道容量, r:输入符号数,s:输出符号数 %- C
contmax
- 信道容量的迭代算法 用matlab实现-channel capacity using the iterative algorithm to achieve Matlab
autoThreshholding
- 图象分割阈值自动化确定,通过迭代算法,达到一个最优的阈值分割点-image segmentation threshold automation identified through iterative algorithm to achieve an optimal threshold segmentation point
Iterative_Solutions
- 各种卷积码、turbo码的迭代解码平台,是一个专门从事迭代算法研究的实验室开发的研究平台。是从事信源编码、信道编码研究人员的很好的既有平台。使用方便简单。-Various convolutional codes, turbo codes iterative decoding platform, is an iterative algorithm specializes in the study developed in the labo
icp
- 迭代最近点算法的matlab源码,可以实现对3维点数据的对齐-Iterative nearest point algorithm matlab source code, you can realize 3-dimensional data on the alignment
LMS
- 最小均方(LMS)自适应算法就是一中已期望响应和滤波输出信号之间误差的均方值最小为准的,依据输入信号在迭代过程中估计梯度矢量,并更新权系数以达到最优的自适应迭代算法。LMS算法是一种梯度最速下降方法,其显著的特点是它的简单性。这算法不需要计算相应的相关函数,也不需要进行矩阵运算。-Minimum mean-square (LMS) adaptive algorithm is that one has to respond to the
MATLAB
- 牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
Matlab
- 矩正实验室的源代码,包括牛顿迭代法 拉格朗日法 和其他的经典算法-Moment is the laboratory s source code, including the Newton iteration Lagrangian and other classical algorithm
Jacobi
- Jacobi的matlab程序是我同学编着玩的,我试了一下挺好,Jacobi迭代算法。-Jacobi s matlab program is edited by students, I play, I tried some very good, Jacobi iterative algorithm.
EM
- 提供迭代算法的matlab实现以及c的实现-iteration
OS-EM
- OS-EM迭代算法 用于图像重建,是一种新的图像重建方法,可以有效减少伪影-OS-EM iterative algorithm for image reconstruction, is a new image reconstruction method can effectively reduce the artifacts
Gerchberg_Papoulis
- Gerchberg_Papoulis利用反复应用傅里叶变换与反变换及加入已知条件的迭代算法,解决带限函数外推。-Gerchberg_Papoulis using repeated application of Fourier transform and inverse transform and adding the known conditions of the iterative algorithm to solve band-li
Jacobi
- 用Matlab语言实现Jacobi迭代算法、Gauss-Seidel迭代算法和逐次超松弛迭代法,求解一般的线性代数方程组问题-Jacobi Gauss-Seidel sor
G-S与jaciob迭代迭代
- 利用高斯赛德尔迭、雅克比迭代算法求解一维稳态导热问题的例程。。。(Gauss seidel iteration for one dimensional steady heat conduction problem)
大津法和迭代法matlab作业
- 贝叶斯算法处理分析,基于迭代法和大津法,希望能有帮助(Bayesian algorithm, which is known as a way to be used in statistic. Hope the algorithm will be easy to use and learn.)
Function y
- 使用迭代算法xk^-1=B*x^k+f,其中B=D^-1*(L+U)=I-D^-1*A,f=D^-1*b。(Use iterative algorithms calculate solve the linear equation)
Vibroacoustic Finite Element Models
- 用数学软件matlab求解方程的根的迭代算法。(The iterative algorithm is used to solve the root of the equation by matlab.)
牛顿迭代法
- matlab环境下试用于高维方程组求解的牛顿迭代法算法函数(Newton iterative algorithm function for solving higher dimensional equations in matlab Environment)