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

搜索资源列表

  1. Otsu算法(灰度图像的域值分割)的C++类实现

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:zhou
  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. otsuiteratif

    0下载:
  2. Iterative Otsu Thresholding Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1160
    • 提供者:cinli emo
  1. Otsu_Thresholding

    0下载:
  2. This algorithm is an implementation of Otsu thresholding technique based on the minimization of inter-class variance [otsu79].
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:15138
    • 提供者:Han
  1. GASA

    1下载:
  2. 图像分割的优化算法,结合了遗传算法和模拟退火算法,并将优化算法和原始otsu方法进行了比较-Optimization of image segmentation algorithm that combines genetic algorithm and simulated annealing algorithm and optimization algorithm and the original method otsu are compared
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:83192
    • 提供者:xw
  1. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:91339
    • 提供者:陈聪群
  1. 2D_OTSU

    0下载:
  2. 经典的二维otsu VC++代码,经过测试-Two-dimensional Otsu Algorithm with VC++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2498653
    • 提供者:guoleshou
  1. ootsut

    0下载:
  2. otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面面配有图像均衡化的程序一起使用,效果更好, -otsu algorithm adaptive obtain the threshold image binarization. Inside surface with image equalization program used together, the better
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1212
    • 提供者:澄清
  1. CmptImgOtsuThrshld

    0下载:
  2. 0tsu算法程序,将大津阈值算法用C++语言实现-The 0tsu algorithm program Otsu threshold algorithm using C++ language to achieve the
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1073
    • 提供者:萧剑
  1. An-Improved-Algorithm-for-Otsu

    0下载:
  2. 在传统Otsu算法的基础上进行了一些改进,提高了算法的性能-Made some improvements on the basis of the traditional Otsu algorithm to improve the performance of the algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1024
    • 提供者:张瑜
  1. OSTU

    0下载:
  2. 大津算法,用于实现图像背景的去除,有效提取目标区域-Otsu algorithm used to implement the removal of the background image, the effective extraction of the target area
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:845
    • 提供者:原野
  1. 1

    0下载:
  2. OTSU算法实现,内含算法步骤和代码实现,包括注释-OTSU algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:12859
    • 提供者:juice
  1. otsu_2d

    0下载:
  2. 本文使用otsu算法实现对图像的二值化操作,使用matlab环境-This article uses otsu algorithm for image binarization operation, use matlab environment
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:周凡
  1. OTSU-algorithm

    0下载:
  2. 自己写的程序C#结合C++实现OTSU算法,大家可以看看。-Write your own program implemented in C++ C# binding OTSU algorithm, we can look at.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:12179
    • 提供者:海星
  1. matlab-otsu

    0下载:
  2. 利用大津算法将彩色图像二值化,简单实用。-Use otsu algorithm to make a color image binarization, simple and practical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10137
    • 提供者:李光庆
  1. otsu

    0下载:
  2. 利用otsu算法进行图像分割,可以很好的分割图像,对于故障识别有很要的用处。-Use otsu algorithm for image segmentation, image segmentation can be very good for the failure to identify very useful.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:492463
    • 提供者:李广
  1. 1d2dotsu

    0下载:
  2. 一维 二维 otsu 算法大津展之 图像分割-One dimensional two-dimensional OTSU algorithm, based on the CLOWN LENA segmentation case, the pro test is available
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1320287
    • 提供者:wang
  1. thresh_md

    0下载:
  2. OTSU算法求解图像的自动阈值其中a为输入图像矩阵 th为求到的最佳阈值-OTSU algorithm of image automatic threshold
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:胡所谓
  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. Gotsu

    1下载:
  2. 用遗传算法和otsu实现多彩色图像的多阈值分割 。。。。。。。。。。。。(Multi threshold segmentation based on genetic algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2021-04-16
    • 文件大小:1310720
    • 提供者:旧梦凉城
« 12 »
搜珍网 www.dssz.com