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

搜索资源列表

  1. didaifa

    0下载:
  2. 迭代法计算图像阈值,程序可以用,我试过了,有做图像处理方面的朋友可以-迭代法计算图像阈值,程序可以用,我试过了,有做图像处理方面的朋友可以试试
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:baesea
  1. segmentatioin

    0下载:
  2. Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:130937
    • 提供者:王政博
  1. tuxiangchuli

    0下载:
  2. 迭代法求最佳阈值 图像为baboon.bmp 分别对R,G,B三个颜色求阈值,进行分割-Iterative method for the optimal threshold image baboon.bmp respectively R, G, B three colors for the threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2966298
    • 提供者:刘晓梅
  1. imageprocessing

    0下载:
  2. 一个图像分割的系统 包括迭代峰谷半阈值算法 -An image segmentation system includes the semi-iterative thresholding algorithm for peak and valley
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:11550665
    • 提供者:fy
  1. iterative

    0下载:
  2. 基于阈值的图像分割算法!可以根绝迭代来取得最佳阈值 -aaaaaaaaaaaaaaaaaaaa
  3. 所属分类:Special Effects

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

    0下载:
  2. 首先根据平均值平均的方法估计出一个阈值,然后依次迭代,最后将图像进行二值化。-First, the method according to the average estimate an average threshold value, followed by iteration, and finally image binarization.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:417571
    • 提供者:lixiaozhui
  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 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com