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

搜索资源列表

  1. Otsu

    0下载:
  2. 最大类间方差法实现二值化,基于VC++平台的图像处理基本方法,使用OPENCV进行数据操作-The maximum between-class variance method to achieve binarization, VC++ platform-based image processing of the basic method of use OPENCV data manipulation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:李宗阳
  1. otsu111

    0下载:
  2. Otsu算法步骤如下: 设图象包含L个灰度级(0,1…,L-1),灰度值为i的的象素点数为Ni ,图象总的象素点数为N=N0+N1+...+N(L-1)。灰度值为i的点的概率为: P(i) = N(i)/N. 门限t将整幅图象分为暗区c1和亮区c2两类,则类间方差σ是t的函数: σ=a1*a2(u1-u2)^2 (2) 式中,aj 为类cj的面积与图象总面积之比,a1 = sum(P(i)) i->t, a2 = 1-a1 uj为类cj的均值,u1 = sum(i*P(
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1549115
    • 提供者:燕子一舞
  1. OTSU

    0下载:
  2. 最大类间方差法,图形模板匹配算法,有详细注解,适合新手学习-The most categories variance between law, graphics template matching algorithm, and have the detailed comments, suitable for beginners to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1123
    • 提供者:俞正国
  1. tuxiangfenge

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-This program is the use of the maximum between-class variance algorithm for the adaptive threshold image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:812
    • 提供者:怡情
  1. otsu

    0下载:
  2. 运用最大类间方差法进行二值化的matlab实现代码-ostu binaryzation matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:524
    • 提供者:徐莉
  1. bbb

    0下载:
  2. 基于遗传算法的最大类间方差法对图像进行分割(OTSU)。-Image segmentation based on genetic algorithm, the maximum variance between France (OTSU).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:242353
    • 提供者:cbahai
  1. fangchapso

    0下载:
  2. 最大类间方差法是图像分割中一种常用的阈值分割方法, 对于单阈值分割具有显著的效果, 但是对于 多阈值分割, 计算复杂度大、耗时较多。本文将粒子群优化算法与最大类间方差法结合, 提出了一种新的图像分 割方法, 该方法利用粒子群优化算法的寻优高效性, 并由灰度图像的最大类间方差值作为适应值, 搜索最优分割 阈值, 实现图像的多阈值分割。实验结果显示, 新方法大大缩短了寻找最优阈值的时间, 降低了运算复杂度, 提 高了图像分割速度, 说明基于粒子群优化算法的图像分割算法是可行的、有效的
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:313117
    • 提供者:张泰然
  1. otsu

    0下载:
  2. 最大类间方差算法,修改下图片的存储路径就可以直接运行了,已经运行过了,没有问题-Otsu algorithm, modified image storage path can be run directly, have run over, no problem
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:680
    • 提供者:zzq
  1. OSTU_yuzhifenge

    0下载:
  2. 用matlab实现OSTU大津法算法,得到最大类间方差的阈值。对于图像处理的初学者可以更好的理解大津法的原理-The realization of OSTU with Matlab,which can get the maximum variance between clusters
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1111
    • 提供者:
  1. tuxiangfenge

    0下载:
  2. 利用最大类间方差算法求解自适应阈值方法,对图像进行分割-Image processing based on gray level histograms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:836
    • 提供者:刘滢
  1. OTSU

    0下载:
  2. 自己编写的OTSU(最大类间方差)红外图像分割方法。有红外原图以及分割结果图。-I have written OTSU (maximum between-class variance) Infrared image segmentation method. Infrared original segmentation map.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:50498
    • 提供者:song123
  1. otsu

    0下载:
  2. 用最大类间方差法应用于红外图像的分割中,实验结果证明该方法简单有效。-With the most categories variance between method used in the infrared image segmentation, the experimental results show that the method is simple and effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:805
    • 提供者:李静
  1. OTSU

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割。-This program file is in order to use OTSU to gain self-adaption threshold,then to divide the picture depend on the threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:768
    • 提供者:我很好奇
  1. yuzhi

    0下载:
  2. 用matlab求图像阈值分析程序,一种是直方图阈值法一种是最大类间方差-Using matlab and image threshold analysis program, a variance between a Histogram method is the largest class
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:856
    • 提供者:王帅帅
  1. OTSU

    0下载:
  2. 图像处理方法中基于最大类间方差的OTSU算法,最后得到的thresholdValue即为所求的分割阈值。 -OTSU algorithm based on maximum variance between the image processing method, and finally get to ask thresholdValue is the threshold value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:762
    • 提供者:
  1. leijianfangcha

    0下载:
  2. 类间方差的小程序,非常实用,非常好用,非常简单-Variance between two classes of small programs, very practical, very easy, very simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:21730
    • 提供者:zhang
  1. Image-Segmentation-Technology

    0下载:
  2. 基于点的全局阈值法,即最大类间方差法,并基于Matlab软件环境进行算法的仿真。该系统能够对图像中某些感兴趣的部分进行提取,较好地实现了图像分割-Point-based global threshold method, the Otsu method, the simulation of the algorithm based on Matlab software environment. The system is able to extract some interesting part o
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:123020
    • 提供者:吴东庭
  1. Oleiijianfangr

    0下载:
  2. 一种基于组织的粒子群优化的的最大类间方差图像多阈值分割 -Based organization particle swarm optimization maximum between-class variance image multi-threshold segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:2461
    • 提供者:海的
  1. ostu

    0下载:
  2. 提出了最大类间方差法的优化算法,适合背景较复杂的图像分割-The Otsu method optimization algorithm suitable background image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:10410
    • 提供者:白杨
  1. an-improved-2D-histogram

    0下载:
  2. 提出了一种新的根据最大类间方差原则的阈值图像分割方法,并进行了仿真实验。实验的结果表明, 所提出的改进方法是有效的,该算法的分割效果较好,运算速度也得到了提高。-2-D histogramis brought forwardwhichuses the maximum between cluster variance as the rule
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:300363
    • 提供者:Zhang
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com