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

搜索资源列表

  1. Binarization

    0下载:
  2. 该文件夹中是三种二值化算法的matlab代码,其中有otsu二值化。-This folder are three binarization algorithm matlab code, which otsu binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:50487
    • 提供者:朱健
  1. TuxiangFazhifenge

    0下载:
  2. 数字图像阀值分割各种方法 最大熵 OTSU 双峰法 迭代法 分水岭算法 -Digital image threshold segmentation methods maximum entropy OTSU method of bimodal iterative method of watershed algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:145084
    • 提供者:泡泡
  1. filter

    0下载:
  2. 线性CCD黑线提取算法,几种滤波算法,包括大津动态阀值算法-Linear CCD black line extraction algorithm, several filtering algorithms, including dynamic threshold algorithm Otsu
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1678
    • 提供者:lin
  1. segmention

    0下载:
  2. 针对图像的各种阈值分割算法。迭代,otsu,最大熵,类间最大距离法,最大类内类间方差比法等-Segmentation algorithm for various thresholds of the image. Iteration between otsu, maximum entropy, maximum class distance method, among the largest category within the class variance ratio method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:201944
    • 提供者:刘睿
  1. FindOtsuDraw

    0下载:
  2. otsu算法填充去除不规则的图形; -otsu filling algorithm to remove irregular pattern otsu filling algorithm to remove irregular pattern
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2508127
    • 提供者:melody
  1. Des33332ktop

    0下载:
  2. matlab源码-最大类间方差算法求解自适应阈值 可以作为参考使用,在学习的过程中 -matlab source- Otsu adaptive threshold algorithm can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:11849
    • 提供者:肖恒
  1. dajinfa

    0下载:
  2. 采用大津法,也就是OTSU方法寻找图像阈值进行图像分割,该算法是OTSU的初级算法,供初级学者学习。-Dajin method is used, that is, OTSU method for image threshold image segmentation, the algorithm is OTSU primary algorithm, for primary scholars to learn.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:43983
    • 提供者:白翁翁
  1. tu-xiang-chu-li2

    0下载:
  2. 程序代码Roberts算子分割结果,Otsu法阈值分割图像,分水岭算法-Roberts operator code segmentation, Otsu thresholding method image, watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:112043
    • 提供者:song
  1. Image-thresholding

    0下载:
  2. 【图像算法】七种常见阈值分割代码-Otsu、最大熵、迭代法、自适应阀值、手-Image thresholding algorithm seven common code-Otsu, maximum entropy, iterative, adaptive threshold, and other seven algorithm code once packed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:153453
    • 提供者:卢少波
  1. road-segmentation

    2下载:
  2. 基于最大类间方差阈值与遗传算法的道路分割,是基于最小二乘法的改进-Based on road Otsu threshold segmentation and genetic algorithm is based on the least square method to improve
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-04
    • 文件大小:741376
    • 提供者:hc
  1. tuxiangfenge

    1下载:
  2. 用matlab实现自适应图像阈值分割(最大类间方差法)本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-Matlab image using adaptive thresholding (Otsu method) of this procedure is Otsu adaptive threshold algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:梁宇
  1. pso

    0下载:
  2. 基于一维otsu图像分割的pso优化算法-One dimensional Otsu PSO optimization algorithm based on image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:三张
  1. otsufenge

    1下载:
  2. otsu分割算法的一维和二维程序代码,还有关于这个算法的PPT-otsu segmentation of one- and two-dimensional code, and PPT on this algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4397154
    • 提供者:lxn8888
  1. OTSU_BMPtoBIN

    1下载:
  2. 大律法(OTSU)灰度图像阈值提取算法(C语言实现)。文件中已经有已经编译好的可执行文件,可以批量把灰度图片转化成二值化的二进制图像文件,可用于LCD显示屏视频动画的开发(例如Badapple)。 阀值是图像二值化处理中非常重要的一个参数,意思就是:如果灰度图像的像素颜色值大于该阀值就把该点当作黑色,小于该阀值就把改点当作白色。最简单的做法就是把阀值取为127(255的一半),但是这种做法是不科学的,处理后的二值化图像效果也很不理想。关于阀值的选取是一门很深的学问,有很多经典的算法用于选取该
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:404179
    • 提供者:WHJWNAVY
  1. fish_centriod

    0下载:
  2. 通过OTSU算法自适应分割,获取鱼体目标,获得连通区域质心-By OTSU adaptive segmentation algorithm to obtain the target fish, get connected region centroid
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:977
    • 提供者:penny
  1. GAaOtsu

    2下载:
  2. 使用基于遗传算法的最大类间方差法对图像进行分割-Image segmentation using Otsu method based on genetic algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2925
    • 提供者:yang
  1. aoginat

    0下载:
  2. A novel pixel gray stretch in wavelet domain and rapid image threshold segmentation algorithm is proposed in view of the case that there is no visible double peak histogram in uneven illumination image. Firstly , it stretch the image gray a
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-13
    • 文件大小:2849499
    • 提供者:杨松
  1. gluac

    0下载:
  2. Glaucoma detection using SVM classifier and CDR And RDR Ratios as features. It uses Neuro Retinal rim extraction using otsu segmentation algorithm and ISNT mask generation For Calculation RDR. After SVM will used for classifying patient as glaucomati
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2882874
    • 提供者:Neethu
  1. otsu_

    0下载:
  2. otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-05
    • 文件大小:15132
    • 提供者:王者
  1. two_threads_otsu

    0下载:
  2. 基于VS编写的二阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-Two threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7630848
    • 提供者:liusiyan
« 1 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com