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

搜索资源列表

  1. GDI+otsu

    0下载:
  2. 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1012226
    • 提供者:李之见
  1. vc++OTSUcode

    0下载:
  2. otsU算法,本算法用VC和MATLAB实现。 价值比较大的。可以提供给有需要的朋友-otsU algorithm, the algorithm used VC and MATLAB. Value larger. Available for a friend in need
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:15960
    • 提供者:苏霍伊
  1. CGProcesser

    0下载:
  2. 关键字:显示DIB,OTSU算法二值化图象,图象灰度化处理,关联多个VIEW到文件.显示文件灰度直方图-keyword : DIB show, OTSU algorithm binary image, gray-scale image processing, VIEW linked to a number of documents. Histogram Display
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:140655
    • 提供者:张写真
  1. othersIPmask

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。 算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale im
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:176442
    • 提供者:electron
  1. OTSUway

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1752
    • 提供者:叶芸芸
  1. 改进的OTSU局部递归算法

    0下载:
  2. 改进的OTSU局部递归算法-improve the local recursive algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:263464
    • 提供者:狐狸
  1. hhh

    0下载:
  2. 可以打开真彩色或是256色位图图像,进行彩色转灰度、中值滤波、均值滤波、otsu算法图像二值分割等处理。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:93850
    • 提供者:张蔚
  1. otsu

    0下载:
  2. 一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:53042
    • 提供者:庞德文
  1. Otsu_Thresholding

    0下载:
  2. 基本otsu算法的java代码实现,较为简单,先已有很多对otsu算法的改进
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:15432
    • 提供者:zhangxw
  1. auto-singlethresholdOTSU

    0下载:
  2. OTSU的算法,很好用,好不容易才找到的。 OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1666
    • 提供者:汪蔚
  1. newnethodotsu

    0下载:
  2. 一个新设计的OTSU算法,使用方法如下:% load clown % subplot(221) % imshow(X/max(X(:))) % title( Original , FontWeight , bold ) % for n = 2:4 % Iseg = otsu(X,n) % subplot(2,2,n), colormap(gray) % imshow(Iseg) % title([ n = int2str(n)], FontWeight , bo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:2156
    • 提供者:yemaoqiu
  1. otsu

    0下载:
  2. otsu算法、局部二值化、全局二值化用于图像二值化。opencv3.0配置vs2013-Otsu algorithm, local two value, global two value for image two. Opencv3.0 configuration vs2013
  3. 所属分类:Graph program

    • 发布日期:2017-05-25
    • 文件大小:7866805
    • 提供者:陈晨
  1. otsu

    0下载:
  2. 利用otsu算法实现图片的自动多阈值分割;用matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-Using otsu algorithm to realize multi- threshold segmentation of pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1662
    • 提供者:王亚龙
  1. 遗传算法Otsu

    4下载:
  2. 基于遗传算法的图像分割,大津算法,图像分割(Image segmentation based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:103424
    • 提供者:KGfive
  1. 图片

    0下载:
  2. OTSU算法也称最大类间差法,有时也称之为大津算法,被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响,因此在数字图像处理上得到了广泛的应用。它是按图像的灰度特性,将图像分成背景和前景两部分.(Difference method OTSU algorithm called maximum class, sometimes called the Otsu algorithm, is considered to be the best algorithm, threshold
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:124928
    • 提供者:蓝天可凡00
  1. fcm+otsu

    0下载:
  2. FCM,otsu的图像分割算法()
  3. 所属分类:图形图象

    • 发布日期:2018-01-05
    • 文件大小:690176
    • 提供者:齐国红
  1. OTSU多阈值分割

    0下载:
  2. 一种改进的otsu算法,可以实现多阈值分割,可以自己设置阈值。(An improved Otsu algorithm which can achieve multi threshold segmentation and can set threshold yourself.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:vac---
  1. 灰度图像二维otsu自动阈值分割

    0下载:
  2. 一种基于otsu的二维灰度图像分割算法,包括注释和源代码,适合初学者使用。(A two-dimensional gray image segmentation algorithm based on Otsu, including annotation and source code, which is suitable for beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:336896
    • 提供者:vac---
  1. otsu+ga

    1下载:
  2. otsu最大类间方差法和ga遗传算法相结合实现图像分割(otsu+ga,to acheive image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-26
    • 文件大小:2048
    • 提供者:zns
  1. 随机游动分割算法

    1下载:
  2. 文件中附有随机游动分割算法的实现代码,有实例程序,和模板程序(The file contains the implementation code of the random walk segmentation algorithm, the instance program, and the template program)
  3. 所属分类:图形图像处理

    • 发布日期:2020-10-02
    • 文件大小:6725632
    • 提供者:丁敏
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com