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

搜索资源列表

  1. mycolor

    0下载:
  2. 实现梯度渲染时需要选择渐变颜色,本模块就是实现了渐变颜色的读取,稍作修改即可使用-Need to select when rendering to achieve gradient gradient colors, this module is to achieve a gradient of color read, you can use some modifications
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:73716
    • 提供者:
  1. tidu_niudun

    0下载:
  2. 最优化算法,梯度牛顿联合算法,克服各自缺点。-Optimization algorithms, gradient Newton joint algorithm, to overcome their shortcomings.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1397
    • 提供者:Ailsa
  1. ruihua

    0下载:
  2. C++图像处理梯度锐化,利用梯度进行锐化的方法。-C++ image processing gradient sharpening, sharpening using gradient method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:57337
    • 提供者:分享大王
  1. gradientsharpening

    0下载:
  2. 一个关于在VC++环境下对图像进行梯度锐化的程序-gradient sharping for image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:58059
    • 提供者:zhangjiurui
  1. gongetidu

    0下载:
  2. 以上是已经验证过的共轭梯度法的源程序,并富有详细的解释,可供参考-These are already verified the source conjugate gradient method, and full of detailed explanations, reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2142
    • 提供者:徐莹
  1. changyongsuanfaji1

    0下载:
  2. 我将要把常用的算法集上传上来给大家共享,这只是其中一个共轭梯度算法的源程序,陆续上传的还有armijo_goldstein线搜索方法, 0.618方法进行一维线搜索,DFP算法等。。。希望对你们有帮助-I will upload should set up the algorithm used to share, this is just one of the conjugate gradient algorithm of the source, one after another upload
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1217
    • 提供者:徐莹
  1. C_programming_create_linear_gradient

    0下载:
  2. C编程创建线性梯度C programming to create linear gradient-C programming to create linear gradient
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8195
    • 提供者:..
  1. C_programming_gradient_Gamma_Correction

    1下载:
  2. C编程将 Gamma 校正应用于梯度C programming will be used in gradient Gamma Correction-C programming will be used in gradient Gamma Correction
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:8649
    • 提供者:..
  1. fenshuiling

    0下载:
  2. 基于标记的Watershed图像分割算法是一种改进的分水岭算法,它很好地被应用于人脸及其他一些场景图像的分割。把该方法引入高分辨遥感图像的分割,并针对遥感图像的特点,在分割之前采用中值滤波对高分辨率遥感图像进行预处理;同时,在分割过程中采用用小波滤波器替代Butterworth滤波器对梯度图像的低通滤波。不同地物特征Quickbird图像的分割实验表明,对于纹理比较均一的高分辨率遥感图像,该方法避免了过分割现象,且效率较高;但对于纹理比较复杂的图像,该方法具有一定的局限性。-Watershed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:974095
    • 提供者:xiliao
  1. yixuetuxiangfenge

    1下载:
  2. 出了一种适合医学图像分割的改进分水岭算法,针对分水岭算法存在的过分割问题,采用数学 形态学重构滤波器和Ostu阈值分割方法对图像中感兴趣的目标和背景进行标记。根据标记的二值图像, 运用形态学极小值标定技术对原有梯度图像进行修正。最后,使用分水岭算法对修正的梯度图像进行分割。该方法能有效抑制过分割现象,而且计算复杂程度较低、分割效果较好。-Out of a medical image segmentation for improved watershed algorithm for seg
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:199764
    • 提供者:xiliao
  1. min

    0下载:
  2. 以负梯度方向作为下降方向的极小化算法的最速下降法-To decrease the negative gradient direction as the direction of minimizing the steepest descent algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:8680
    • 提供者:张三
  1. Conjugate_gradient_procedure

    0下载:
  2. 共轭梯度法程序、PID调节、最优PID设计参数求解 内容说明:压缩包里只有程序没有仿真图-Conjugate gradient procedure, PID regulation, to solve the optimal design parameters of PID Content: compression bag is not only a process simulation map
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1150
    • 提供者:纪先生
  1. RBF_2

    0下载:
  2. 此程序是神经网络中基于梯度的径向基函数算法,在MATLAB中实现。用一个2-n-1结构的RBF网对SISO系统进行建模,网络的两个输入为u(k-1)和y(k-1),输出为 y(k)。令y(0)=0,按飞线性系统产生200个样本,其中前100个样本用于训练,后100个样本用于测试。-This procedure is based on the gradient neural network radial basis function algorithm is implemented in MATL
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:1377
    • 提供者:lingyun
  1. poisson_solver_function_neumann

    3下载:
  2. 泊松积分恢复图像 输入为水平梯度和垂直梯度-Poisson integral restoration of the image input to the horizontal gradient and vertical gradient
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:737
    • 提供者:吴洪宇
  1. SteepestgradientmethodToolbox

    0下载:
  2. 最速梯度法工具箱,添加方法在命令窗口中敲入pathtool,会出现一个setpath的窗口,点add folder或者add with subfolders按钮,选中你的工具箱。保存既可。任选工具箱中的一个命令,然后help一下看看是否好使。-Toolbox steepest gradient method, add the method in the command window and typing pathtool, a setpath window appears, point add
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4492
    • 提供者:caihe
  1. TX_TD_PP_CORR2

    0下载:
  2. 基于边缘梯度的图像匹配,实现对寻找块图像的精确寻找-Gradient based edge image matching, to achieve the exact image of the search block to find
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1155
    • 提供者:沈家伟
  1. shuzhijisuan2

    0下载:
  2. matlab中关于矩阵的分解,行列式,逆。矩阵的特征值,矩阵函数,奇异值分解,最小二乘法,函数的导数以及偏倒数,梯度,切平面以及积分与卷积等的原理,以及具体程序编写的例子-matlab on Matrices, determinant, inverse. Eigenvalues, matrix functions, singular value decomposition, least squares, and the partial derivative of the function inv
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:448261
    • 提供者:tianya
  1. delta_rule

    0下载:
  2. 梯度下降法则搜索空间拟核代码。由python 编写。-a program of delta-rule.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:930
    • 提供者:lujiasen
  1. Optimization

    0下载:
  2. 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1505920
    • 提供者:xiaobo
  1. a

    0下载:
  2. 实现简单图像处理,包括256色转灰度图、Hough变换、Walsh变换、中值滤波、二值化变换、亮度增减、傅立叶变换、反色、取对数、取指数、图像平移、图像旋转、图像细化、图像缩放、图像镜像、均值滤波、对比度拉伸、拉普拉斯锐化(边缘检测)、方块编码、梯度锐化、灰度均衡、直方图均衡、离散余弦变换、维纳滤波处理、逆滤波处理、阈值变换、高斯平滑.-。-simple image processing, including color to grayscale 256, the Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:272420
    • 提供者:sf
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com