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

搜索资源列表

  1. based_entropy

    1下载:
  2. 基于信息熵的迭代法求最佳阈值,并附参考论文及KSW熵法求阈值的程序。两个程序经实验测试通过无误。-Entropy-based iterative method for optimal threshold, together with reference papers and KSW entropy threshold method procedures. Two experimental test procedures correctly.
  3. 所属分类:Graph program

    • 发布日期:2016-09-17
    • 文件大小:246181
    • 提供者:崔琴
  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. 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. yuzhifenge

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

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

    1下载:
  2. Binary erosion and dilation, with fast iterative calls. For any structuring element other than square or disk this function is way faster than imerode.m and imdilate.m (more than an order of magnitude). It s also handy when you don t have the M
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:155588
    • 提供者:tudor
  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. 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. yuzhifenge

    0下载:
  2. 实现基于阈值迭代的图像分割,通过检测无误-Threshold-based iterative image segmentation, by detecting the correct
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:967
    • 提供者:yuzhiyi08
  1. dd1

    0下载:
  2. 在MATLAB开发平台上,在做图像的处理进行分割时,可采用迭代法求阈值进行分割。-In the MATLAB development platform to do image processing in the segmentation, the iterative method can be used to segment the threshold requirements.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:617
    • 提供者:hitler
  1. iratation

    0下载:
  2. 阈值迭代分割图像,可以为研究迭代法朋友们提供一定帮助。-Iterative image segmentation threshold can be friends for the study iterative methods provide some help.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:113664
    • 提供者:李烟
  1. Euler-Engineering

    0下载:
  2. Euler工程,找最长的数列! 定义一个正整数数列,其迭代公式为: n = n/2 (当n为偶数) n = 3n+1 (当n为奇数) 比如从n=13开始,计算这个数列得: 13 ->40->20->10->5->16->8->4->1 这个数列一共有10项。 要求在小于1百万的所有起始数中,哪个数能产生最长的数列。 -Euler project, find the longest series! Define a p
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3418
    • 提供者:superman
  1. Binaryzation

    0下载:
  2. 迭代法是基于逼近的思想,逼近的目标是使得:前景和背景的平均灰度值的平均值即为阈值。该方法的原理是:如果用某一阈值分割出的图像,其两部分平均值的中值,正好等于该阈值,那么这个阈值就是所求的阈值。-Iterative method is based on the approximation of the idea of ​ ​ approaching the goal is to make: the foreground and background is the average
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:14447
    • 提供者:坏蛋
  1. quanyuzhi3

    0下载:
  2. 图像分割——自动全阈值分割(采用迭代法)-Image Segmentation- Automatic full-threshold segmentation (iterative method)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:823
    • 提供者:guoyaping
  1. im2bw_H

    0下载:
  2. matlab求最大类间距方差法和迭代法选择阈值对图片进行阈值分割-matlab class distance variance for the biggest and iterative method to choose the threshold value for segmentation of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:huang
  1. yuzhi

    0下载:
  2. 采用三种不同算法求取二值化的阈值(双峰法,迭代法,最大类间方差法)-Using three different algorithms to strike a binarization threshold (bimodal method, iterative method, Otsu method)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5083
    • 提供者:杨飞
  1. diedaifazhi

    0下载:
  2. 用迭代式阀值法实现图像压缩,先选一个阀值作为初始估计值,再不断改进。-Threshold with iterative method of image compression, first choose a threshold value as the initial estimate, and then continue to improve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:168684
    • 提供者:Lucy
  1. thinnertuxiang

    0下载:
  2. 迭代法求阈值的二值图像的matlab程序。-Iterative method for the threshold binary image of the matlab program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:693
    • 提供者:王标
  1. uTwoValue

    0下载:
  2. 图形二值化 包括固定阀值 双峰法求阀值 迭代法求阀值 大津法求阀值-Figure two valuesShuangfeng comprises a fixed threshold method for threshold iterative method for threshold Otsu method for threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2304
    • 提供者:weichangyong
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com