CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 迭代 阈值

搜索资源列表

  1. IterativeThreshold

    0下载:
  2. T.W. Ridler, S. Calvard,提出的迭代法寻求最优阈值的算法,以便图像分割。经测试正确。-TW Ridler, S. Calvard, proposed iterative algorithm for finding the optimal threshold for image segmentation. Tested correctly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1723
    • 提供者:乔小燕
  1. erzhitu

    0下载:
  2. 非常经典的阈值分割算法,是基于迭代方法的二值化方法。-A very classic threshold segmentation algorithm is based on the iterative method of binarization method.
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2830800
    • 提供者:尹承添
  1. diedai

    0下载:
  2. 改程序用迭代方法实现对图像的阈值分割。该方法简单使用。-The program realises method image segmentation with the iterative . The method is simple to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:5337
    • 提供者:王家友
  1. diedaiyuzhi

    0下载:
  2. 用迭代法进行阈值分割的源代码,可以实现,希望对大家有所帮助。-Iterative thresholding method source code, you can achieve, we want to help.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:795
    • 提供者:李恩
  1. -Threshold-iterative

    0下载:
  2. 采用阈值分割的迭代算法对图像进行分割,初始定义迭代次数,可依据具体图像自由选择-Using iterative thresholding algorithm for image segmentation, the initial definition of the number of iterations, can be freely chosen according to specific image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:60991
    • 提供者:zhaowei
  1. t1

    0下载:
  2. 迭代法 最简单的方法求取一个阈值 用来分割图像-Iteration threshold method
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2116
    • 提供者:孙超
  1. apriorics

    0下载:
  2. 算法: 使用根据候选生成的逐行迭代找出频繁项集。   输入:事务数据库 D ;最小支持记数阈值 Vmin_sup 。   输出: D 中的频繁项集 L 。 -Method: Using progressive iteration generated according to the candidate to find frequent itemsets. Input: transaction database D minimum support count
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:78963
    • 提供者:郑程博
  1. segmentatioin

    0下载:
  2. 基于图像分割的算法,包括:Hough变换,阈值法,特征空间聚类法,松弛迭代法等
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:86460
    • 提供者:fuzhijun
  1. diedaifa

    0下载:
  2. 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2; 2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB 3. 求出新阈值TK+1=(ZO+ZB)/2; 4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。 - Iteration method threshold principle: based on the i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:648
    • 提供者:qing
  1. Image_segmentation_code

    0下载:
  2. 图像分割代码:包含图像分割迭代、峰谷、半阈值算法。-Image segmentation code: contains the image segmentation iteration, the peak and valley, half threshold algorithm.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:66995
    • 提供者:Hephaestus.D
  1. lena

    0下载:
  2. 该程序实现迭代法求最佳阈值进行二值化处理 中值滤波 等图像基本处理!-Iteration method by the program to achieve the best binarization threshold median filtering, image processing basic processing!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:203062
    • 提供者:wangwei
  1. yuzhifenge

    1下载:
  2. 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:sangsang
  1. myIterative

    0下载:
  2. 阈值分割是图像分割的常用方法,本程序用迭代法选取最优阈值对图像进行分割-Thresholding is a common method of image segmentation, the iterative selection procedure using the optimal threshold for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1220
    • 提供者:dairui
  1. ThreshCut

    0下载:
  2. 将图像分割,方法有很多种,有double 算法等,需要熏着阈值。包括了迭代算法和大律算法-Segmentation, including the iterative algorithm and the algorithm for a large law
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1110
    • 提供者:colin
  1. optimumthreshold

    0下载:
  2. 本程序用于图像处理中对图片进行阈值化时,该图片最优阈值计算的迭代计算-The procedure for image processing in the picture threshold, the optimal threshold image iterative calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:872
    • 提供者:kg
  1. ganzhiqi

    0下载:
  2. 2.训练结果 最终误差:0 迭代次数:8 最终权值:2.6416 1.3022 最终阈值:3.1000 误差收敛曲线 -ganzhiqi
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:84506
    • 提供者:熊青
  1. vcimage

    0下载:
  2. 图像分割迭代、峰谷、半阈值算法的vc代码-Segmentation iteration, valley, half-threshold algorithm for vc code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:79803
    • 提供者:林方
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0- Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 fo
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:940
    • 提供者:
  1. xunhuan

    0下载:
  2. 这是图像分割中的阈值分割方法对图像进行分割,通过循环迭代方法选取阈值进行分割,欢迎大家共享-This is the image segmentation threshold segmentation method of image segmentation, through iterative methods select threshold segmentation, welcome everybody to sharing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2543855
    • 提供者:夏菁菁
  1. New-Iterative-Method(DIY)

    0下载:
  2. 可实现,实用,迭代法(新创新),基于改进的迭代法图像分割算法(源码), 核心思想:先添加高斯噪声,然后新迭代分割算法,最后显示自动计算的阈值。 -Can realize, practical, the iterative method (new innovation), the iterative method based on improved image segmentation algorithm (source), core ideas: first add gaussian no
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1301
    • 提供者:姜亮
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com