搜索资源列表

  1. 20061231172024

    0下载:
  2. 取阈值常用的方法有:双峰法、迭代法、大津法(OTS-threshold for commonly used methods : bimodal, iteration, Tianjin (OTS.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:刘用
  1. weixiaolingjiantuxiangerzhihuachulideyanjiu

    0下载:
  2. 提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio sta
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:19568
    • 提供者:孙李娜
  1. thresh

    0下载:
  2. 最大类间方差法的matlab实现,可以对灰度直方图呈现良好的双峰特性的图像进行有效的分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:967
    • 提供者:大华
  1. shuangfeng

    0下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后 二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:860
    • 提供者:wangyi
  1. 用VB去编基于双峰法分割图像的程序代码

    0下载:
  2. 用VB去编基于双峰法分割图像的程序代码word
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-15
    • 文件大小:5697
    • 提供者:swq654321
  1. matlab进行图像分割-双峰法

    0下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。 从分割的效果来看,当前后景的对比较为强烈时,分割效果较好;否则基本无效。
  3. 所属分类:图形图像处理(光照,映射..)

  1. 20061231172024

    0下载:
  2. 取阈值常用的方法有:双峰法、迭代法、大津法(OTS-threshold for commonly used methods : bimodal, iteration, Tianjin (OTS.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-06-02
    • 文件大小:1024
    • 提供者:刘用
  1. weixiaolingjiantuxiangerzhihuachulideyanjiu

    0下载:
  2. 提出确定灰度图像二值化最佳灰度阈值的两种方法,即“双峰法”和“信噪比统计法”,并论证了这两种方法在微小零件尺寸及形位误差的检测中的实用性和局限性。-gray images made to determine the value of the two best-threshold value of the two methods "bimodal" and "signal-to-noise ratio sta
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:19456
    • 提供者:孙李娜
  1. shuangfeng

    0下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后 二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。-Bimodal law theory and simple: it considers the prospects and the background image from the composition, in the histogram, the before and after the Se
  3. 所属分类:图形图象

    • 发布日期:2024-06-02
    • 文件大小:1024
    • 提供者:wangyi
  1. two

    0下载:
  2. 双峰法是一种简单的阈值分割方法,即如果灰度级直方图呈现明显的双峰状,则选双峰之间的谷底所对应的灰度级作为阈值分割。-Two peaks is a simple threshold segmentation method, that is, if the gray level histogram showed a clear bimodal shape, then choose between the two peaks correspo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:2048
    • 提供者:刘波
  1. shuangfengfa

    0下载:
  2. 实现数字图像分割,双峰法认为图像分为前景和背景两部分。在阀值选取的时候,连续出现的两个波峰之间的波谷,就是应选取的阀值分割点。-Digital image segmentation, bimodal method consider the prospects and the background image is divided into two parts. In the threshold selected, the row eme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:220160
    • 提供者:胡伟
  1. seg

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)-A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-02
    • 文件大小:3072
    • 提供者:大禹
  1. imagesegmentation

    0下载:
  2. 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparat
  3. 所属分类:书籍源码

    • 发布日期:2024-06-02
    • 文件大小:75776
    • 提供者:紫瓶
  1. prnn8

    0下载:
  2. Parzen窗法,由样本求概密估计,例为一维正态分布和双峰均匀分布,内附随机数生成的原理说明。- window method, by the sample density estimate for estimated Example for one-dimensional normal distribution and bimodal uniform distribution, random number generator conta
  3. 所属分类:matlab例程

    • 发布日期:2024-06-02
    • 文件大小:451584
    • 提供者:john
  1. BHSM

    0下载:
  2. 灰度直方图双峰法分割,传统的分割方法。适合初学者学习。-Bimodal histogram segmentation method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:12288
    • 提供者:
  1. suzituxiang

    0下载:
  2. 图像分割阈值的两种方法:双峰法和类间最大方差法-Segmentation threshold of two ways: bimodal method and the largest variance between-class
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:79872
    • 提供者:申晨
  1. texture

    1下载:
  2. 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -English VersionEnglish VersionEnglish Version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:68608
    • 提供者:陈老师
  1. zishiying

    0下载:
  2. 该实例程序通过改进灰度直方图双峰法,实现了迭代求全局最佳阈值,对于前背景灰度范围差异明显的图像有良好的分割效果。(By improving the gray histogram Shuangfeng method, the example program achieves the global optimum threshold by iteration, and has good segmentation effect for the
  3. 所属分类:图形图像处理(光照,映射..)

  1. 双峰法阈值分割

    0下载:
  2. 双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-02
    • 文件大小:11264
    • 提供者:冰棒
  1. FU6831 无感低压吊扇 双电阻-带掉电记忆-HKJ

    1下载:
  2. 用于调试开发,峰岹FU6831例程成功开发案例(For debugging and development, the successful development case of Fengyi fu6831 routine)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-02
    • 文件大小:2326528
    • 提供者:叶秋缘
« 12 3 4 5 »

源码中国 www.ymcn.org