搜索资源列表
zrtd_yuan
- 自然梯度算法,一个不错的梯度算法,Matlab学习的一个好的程序-The natural gradient algorithm, a good gradient algorithm, Matlab program to learn a good
conjugate_gradient
- 最优化方法中共轭梯度法的matlab程序-Optimization method of conjugated gradient method matlab program
nonrigid_version7b
- 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
matlab_4
- 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
cg
- 无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
imageevaluation
- 图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
CGandlu
- CG共轭梯度法迭代解矩阵方程,Hhestens和Stiefel给出,-Conjugate gradient method CG iterative matrix equation solution, Hhestens and Stiefel given
UnwellLineEquSet-matlab
- 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
ML
- 基于最大似然估计的独立分量分析算法,包括随机梯度算法,相对梯度算法,快速不动点算法3个程序-Based on maximum likelihood estimation of independent component analysis algorithms, including stochastic gradient algorithm, the relative gradient algorithm, fast fixed-point algorithm for three programs
matlab
- 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
conjugate gradient method
- matlab编写的共轭梯度法,用来解决非线性优化问题-matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems
gradient
- 图像梯度计算 遥感图像处理必备 非常实用 欢迎下载-Remote sensing image processing image gradient calculation is very useful are welcome to download necessary
MATLAB
- 基于MATLAB的共轭梯度BP算法在函数逼近中的实例-MATLAB-based conjugate gradient BP algorithm in the example of function approximation
phogDescriptor
- 在输入区域上计算输入图片的梯度直方图(PHOG)-Computes Pyramid Histogram of Oriented Gradient over a ROI
Analytical-Gradient-Based-Optimization-Technique.r
- 应用共轭梯度法综合优化交叉耦合滤波器。参考文献<Synthesis of Cross-coupled’Resonator Filters Using an Analytical Gradient-Based Optimization Technique >Smain Amari-Synthesis of Cross-coupled’Resonator Filters Using an Analytical Gradient-Based Optimization Technique _
matlab
- histogram of oriented gradient
gradient
- 我使用matlab寫的漸層處理程式,希望初學者可以進快上手。-I use matlab gradient processing program to write and hope into the beginners get started quickly.
color-gradient
- 对于一幅彩色图像来说,可以对于三个通道进行分别梯度,然后选取最大值组成一幅梯度图像-color gradient matlab
gradient
- this file is gradient matlab code.
avg_gradient
- 计算图像平均梯度,可以用于图像质量评估。(The average gradient of the computed image can be used for image quality evaluation.)