CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - gradient.m

搜索资源列表

  1. matlab-m

    0下载:
  2. matlab m文件运用5种不同的梯度增强法进行图像锐化和图像的高通滤波和掩模处理-matlab m files using five different gradient method for image enhancement and image sharpening high-pass filter and mask handling
  3. 所属分类:Wavelet

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:米线
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:41587
    • 提供者:
  1. CG1.m

    0下载:
  2. linear conjugate gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1036
    • 提供者:belal
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. m

    0下载:
  2. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束.-Mean Shift the conc
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:5329
    • 提供者:maolei
  1. gradient_demo.m.tar

    1下载:
  2. 梯度下降算法实现程序,梯度下降算法实现程序-Gradient descent algorithm procedure
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:771
    • 提供者:ade
  1. PUDN

    0下载:
  2. My code is implementation of classic snakes, according to the article of Active contour model. I m making reduction of external curve to the center which searching for extremum (the strongest intensity gradient of edge).
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:3236
    • 提供者:paz
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738
    • 提供者:lilin
  1. DTI_version_1b

    1下载:
  2. traightforward Diffusion MRI (DTI) and Fiber Tracking (FT) functions and examples. DTI.m, will calculate the Apparent Diffusion Coefficient(ADC), fractional anistropy (FA), and diffusion tensor field, of a DTI datasets consisting of at least 6 d
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5299183
    • 提供者:mitko
  1. edgels.m

    0下载:
  2. 对图形进行边缘检测并输出边缘点和该点所在处的灰度变化率。-edge detection and output the edge point and its corresponding gradient.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:2047
    • 提供者:Andy Qin
  1. fibonacci_search

    0下载:
  2. this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:581
    • 提供者:yzb.ufo
  1. matlab

    1下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab程序 【13】模糊神经网络解耦M
  3. 所属分类:其他小程序

    • 发布日期:2013-10-14
    • 文件大小:7615
    • 提供者:jshuska
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1561803
    • 提供者:Jason Wang
  1. accumarray

    0下载:
  2. C++ version (OpenCV) of the Matlab built-in functions accumarray.m and gradient.m
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1004
    • 提供者:Phan
  1. m-file

    0下载:
  2. 《数字图像处理》源码 部分函数列表 bayesgauss - Bayes classifier for Gaussian patterns. bound2eight - Convert 4-connected boundary to 8-connected. bound2four - Convert 8-connected boundary to 4-connected. bound2im - Convert boundary to image. boundar
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:150428
    • 提供者:hsj
  1. kelley

    1下载:
  2. 预处理共轭梯度的方法,该方法有效,快速-preconditioned conjugate gradient(PCG)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:24386
    • 提供者:道道
  1. mycode

    0下载:
  2. matlab实现共轭梯度法源代码,有助于初学者学习最优化课程-matlab conjugate gradient method to achieve source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1580
    • 提供者:zhucehao
  1. avo_abe

    2下载:
  2. avo_abe - AVO intercept and gradient attributes for P-P and P-S-avo_abe - AVO intercept and gradient attributes for P-P and P-S
  3. 所属分类:matlab

    • 发布日期:2016-12-03
    • 文件大小:1024
    • 提供者:Max
  1. gradientDescent.m

    0下载:
  2. gradient descent in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:700
    • 提供者:Rex
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
« 12 3 4 5 »
搜珍网 www.dssz.com