搜索资源列表
GraphicStepAcute
- 其功能是实现对图象的梯度锐化,其中有包含一张含有数字的原始图和经过3次梯度锐化的结果以及C代码-its function is to achieve the right gradient image sharpening, these include a number containing the original map and after three gradient Sharpening the results of the C
gongetidudefangfa
- 共厄梯度方法!!!本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点; -total Eritrea gradient method! ! ! The procedure will be applicable to solve the shape of f (x) = 1 / 2 * x Ax bx c quadratic Function stability;
wawtershed
- 图像的三种分水岭分割方法,一般分水岭分割,使用梯度的两次分水岭分割及使用梯度加掩模的三次分水岭算法-images of the three watershed segmentation method, the general watershed segmentation, gradient of the two watershed segmentation and the use of the gradient increases ma
laplas
- 是一种边缘提取的算法,采用的是二次梯度的方法
gingkoVG
- 2D矢量图形显示开发包 完全遵循2D矢量图形显示标准OpenVG 1.0.1,支持2D矢量图形显示的多数功能: 1)Path, Stroke, join, fill显示 2)直线,2次/3次Bezier曲线,圆弧...显示 3)图形窗口裁减,Rect Scissor, Alpha Mask. 4)Blend显示 5)图象显示及图象特效(锐化,柔化,高斯变换, Color Matrix等) 6)梯度填充:
tiduruihua
- 代码实现梯度锐化,主要进行经3次梯度锐化后的结果
GraphicStepAcute
- 其功能是实现对图象的梯度锐化,其中有包含一张含有数字的原始图和经过3次梯度锐化的结果以及C代码-its function is to achieve the right gradient image sharpening, these include a number containing the original map and after three gradient Sharpening the results of the C
laplas
- 是一种边缘提取的算法,采用的是二次梯度的方法-Is a kind of edge detection algorithms, used in the Second gradient method
tiduruihua
- 代码实现梯度锐化,主要进行经3次梯度锐化后的结果-Code gradient sharpening, mainly carried out by 3 times after the gradient sharpening results
ari4
- 彩色夜视图像检索系统的夜视图像亮度梯度二次采样源图选择算法,matlab程序-Color night vision image retrieval system of night vision image brightness gradient of the second sampling source selection algorithm, matlab program
luminance_gradient_subsampling
- 彩色夜视图像检索系统中将真彩色图像转换为灰度图像后进行的亮度梯度二次采样算法,matlab程序-Color night vision image retrieval system will be true-color image is converted to gray image brightness gradient after the second sampling algorithm, matlab program
Steepest-decline
- 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving
MATLABoptimization
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法
NLP
- matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum p
subgradient optimization
- 在最优化问题中,运用拉格朗日松弛时为了解决其对偶问题,可以使用次梯度方法进行求解拉格朗日乘子。(Lagrangean relaxation, a technique of quite general applicability, is studied in the particular context of the optimization problem with arbitrary additional constraints. T
(FR共轭梯度法程序)
- 在共轭梯度法的实际使用中, 通常在迭代 ?? 步或 ?? + 1 步之后, 重新取负梯 度方向作为搜索方向, 我们称之为再开始共轭梯度法. 这是因为对于一般非二次 函数而言, ?? 步迭代后共轭梯度法产生的搜索方向往往不再具有共轭性. 而对于 大规模问题, 常常每 ??(?? < ?? 或 ?? ? ??) 步就进行再开始. 此外, 当搜索方向不 是下降方向时, 也插入负梯度方向作为搜索方向.(In the practic
次梯度算法
- 利用次梯度算法求解基于拉格朗日对偶方法的问题(subgradient algorithm)
Desktop
- 用matlab编程计算共轭梯度法求二次型方程的最值。(The conjugate gradient method is used to calculate the maximum value of the two type equation by MATLAB programming)
拉格朗日乘子法
- 用次梯度方法求解拉格朗日对偶问题的例子。。。。。。(Solve the optimal problem)
数值计算相关算法
- 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)