搜索资源列表

  1. otsu

    0下载:
  2. 通过此算法选取出来的阈值非常理想,对各种情况的表现都较为良好。虽然它在很多情况下都不是最佳的分割,但分割质量通常都有一定的保障,可以说是最稳定的分割。由上可知,大津算法是一种较为通用的分割算法。-Through this algorithm to select the threshold by the very satisfactory performance of the various situations are relative
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:张子木
  1. OTSU

    0下载:
  2. 利用最大类间方差法(OTSU)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (OTSU) obtained image binarization best treatment threshold, and thus image binarization treatment.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:zhangjie
  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. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:曾伟
  1. GDI+OTSU

    0下载:
  2. 本程序使用了Gdiplus,在GUI中实现OTSU算法。-This procedure uses the Gdiplus, in the GUI to achieve OTSU algorithm.
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:2759680
    • 提供者:曾伟
  1. Otsu

    0下载:
  2. 利用Otsu算法进行图像分割实现简单,速度快,效果也好-Otsu algorithm using image segmentation to achieve a simple, fast and effective or
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:345088
    • 提供者:蚂蚁
  1. otsu

    0下载:
  2. 最大类间方差法,给出了详细的介绍,希望能对大家学习图像处理有帮助-Otsu law, gives a detailed introduction to all of us hope to be helpful to learn image processing
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:王歌
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:zhangzhang
  1. otsu

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:winter
  1. otsu

    0下载:
  2. 图像的otsu分界算法的实现,不是调用函数的,是底层实现-otsu partition
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:赖师悦
  1. Otsu

    0下载:
  2. 经典的Otsu算法代码,对于低噪声图像分割效果较理想,适合于实际应用-Classic Otsu algorithm code, the effect of low-noise image segmentation than ideal fit in the practical application of
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:62464
    • 提供者:王刚
  1. otsu

    0下载:
  2. OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method fro
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:ltrko9kd
  1. OTSU

    0下载:
  2. 基于大津算法的阈值分割,图像二值化,处理灰度图像,讲目标和背景分离-Otsu threshold segmentation
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:孙琰
  1. OTSU

    0下载:
  2. 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional h
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:450560
    • 提供者:孙琰
  1. otsu

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

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王超群
  1. OTSU

    0下载:
  2. 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7F
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:shaohu
  1. OTSU

    2下载:
  2. OTSU算法,实现图像二值化,matlab实现-OTSU
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:76800
    • 提供者:ayaya
  1. otsu

    0下载:
  2. 使用matlab实现最大类间方差法,即OTSU-The use of matlab for maximum between-class variance, that is, OTSU
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:134144
    • 提供者:shensisi
  1. otsu

    0下载:
  2. 一维自适应阈值分割大津法的源程序是用matlab写的-One-dimensional Otsu adaptive threshold segmentation method source code is written in matlab
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:211968
    • 提供者:feifei
  1. otsu

    0下载:
  2. otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Andy
  1. OTSU

    0下载:
  2. otsu算法和直方图均衡化,用于进行一般的图像处理,有利于初学者学习-otsu algorithms and histogram equalization
  3. 所属分类:图形图象

    • 发布日期:2024-05-16
    • 文件大小:12563456
    • 提供者:张司命
« 1 23 4 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org