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

搜索资源列表

  1. OTSU方法计算图像二值化的自适应阈值

    1下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1814
    • 提供者:陈其星
  1. otsu.rar

    0下载:
  2. 使用c#语言利用otsu方法对图像进行阈值分割。,Use c# language using Otsu method of image threshold segmentation.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1116
    • 提供者:winter
  1. Otsu

    0下载:
  2. 基于opencv的,使用Otsu方法对灰度图像进行自适应二值化-using Otsu method to binary the gray image adaptively based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1392061
    • 提供者:杨振华
  1. Otsu

    0下载:
  2. 目前分割方法很多,但是基于OTSU的方法还是比较常见,这个程序就是用来实现该方法的。-At present, segmentation method, but OTSU-based approach is still relatively common, this procedure is used for the method.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:12429
    • 提供者:曾伟
  1. otsu

    0下载:
  2. 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法-Otsu Method: Otsu is Otsu scholars from Japan in 1979 to argue that there is an adaptive threshold to determine the method, also known Otsu method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1197
    • 提供者:zhangzhang
  1. OTSU

    1下载:
  2. 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:450531
    • 提供者:孙琰
  1. otsu

    0下载:
  2. 最大类间方差法-otsu算法的原代码 该方法简单有效-otsu algorithm code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:874
    • 提供者:王超群
  1. OTSU

    0下载:
  2. 图像阈值选取方法Otsu方法的推广以及应用-Image Otsu threshold selection methods, as well as to promote the application of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:95746
    • 提供者:陈利
  1. otsu

    0下载:
  2. 该方法在对目标与背景之间有较大灰度差异的图像进行分割时效果较好-The method in the target and background gray-level difference between the larger division of the image better when
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1050
    • 提供者:liugang
  1. OTSU

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值 OTSU方法计算图像二值化的自适应阈值-OTSU method of adaptive image binarization threshold calculation OTSU adaptive image binarization threshold
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:1579
    • 提供者:孙永
  1. otsu

    1下载:
  2. 自动单阈值分割OTSU算法的C语言实现方法-OTSU automatic single-threshold segmentation algorithm C language method
  3. 所属分类:Special Effects

    • 发布日期:2016-05-07
    • 文件大小:20638
    • 提供者:李向阳
  1. Otsu

    2下载:
  2. otsu算法的实现,自适应最佳阈值图像分割方法,最大类间方差算法-otsu algorithm, adaptive optimal threshold image segmentation method, Otsu Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-10-28
    • 文件大小:62641
    • 提供者:duhongwei
  1. OTSU-code

    0下载:
  2. 国外经典OTSU代码,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。-classic otsu code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:1480
    • 提供者:石秀梅
  1. OTSU

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。 -OTSU method of adaptive image binarization threshold, the algorithm of the input histogram analysis of gray image, the histogram is divided into two parts, making the maxim
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1502
    • 提供者:王晓波
  1. otsu

    0下载:
  2. 一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进-An improved Otsu-based theory of image segmentation methods, from the algorithm speed and segmentation results both on the maximum between-class variance method to improve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:52847
    • 提供者:wangcong
  1. depthofimagegenerati

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:213599
    • 提供者:zhangxinran
  1. Otsu

    0下载:
  2. matlab 采用OTSU方法实现灰度图像二值化-OTSU method using gray image binarization
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1129
    • 提供者:kk
  1. Otsu

    0下载:
  2. 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10292693
    • 提供者:coolbage
  1. Otsu方法在多阈值图像分割中的应用_王磊

    0下载:
  2. 图像识别中,Otsu方法在多阈值图像分割中的应用(Application of Otsu method in multi threshold image segmentation)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:287744
    • 提供者:wabgkai9210005
  1. Otsu方法

    0下载:
  2. opencv做的otsu方法,一、Otsu算法原理 Otsu算法(大津法或最大类间方差法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别来划分。 所以可以在二值化的时候采用otsu算法来自动选取阈值进行二值化。otsu算法被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响。因此,使类间方差最大的分割意味着错分概率最小。 设t为设定的阈值。(otsu made
  3. 所属分类:OpenCV

    • 发布日期:2018-01-09
    • 文件大小:6308864
    • 提供者:lookakid
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com