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

搜索资源列表

  1. otsu_2d

    0下载:
  2. 二维最大类间方差法利用原图像与其邻域平滑图像构建二维直方图,求最优阈值,具有较好的抗噪性-Two-dimensional Otsu method uses the original image and its neighborhood to build a smooth two-dimensional image histogram, find the optimal threshold, has good noise immunity
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:973
    • 提供者:王刚
  1. OSTU

    1下载:
  2. Otsu-最大类间方差matlab代码 通过求模板和子图像的互相关函数的最大值来确定目标的中心位置;再在目标的感兴趣区域内(ROI)进行基于最大类间方差(OSTU)算法的自适应阈值分割,以检出并统计缺陷;进而判别其合格与否。 -the Ostu method is much faster and more efficient than the fuzzy cluster method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:642
    • 提供者:liyy
  1. ga_segment

    1下载:
  2. 采用MATLAB语言编程实现了基于遗传算法的最大熵单阈值、最大熵双阈值、二维最大熵单阈值图像分割和基于最大类间方差遗传算法的图像分割-Through the study of threshold segmentation method and genetic algorithm theory, matlab programming language used to achieve the genetic algorithm based on maximum entropy single thre
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:304128
    • 提供者: 许良
  1. NanoTube

    0下载:
  2. 使用C++编程语言,开发了“单壁碳纳米管手性矢量识别系统”软件。软件处理结果显示:采用最大类间方差法二值化单壁碳纳米管STM图像,能够保留较多单壁碳纳米管的六边形拓扑结构信息;采用本文设计的射线探测加权法能够快速、准确的识别出六边形碳环的中心。-The processing result with the software indicated more topology structure information could be reserved, when maximal variance
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-10
    • 文件大小:17281750
    • 提供者:wangmaofa
  1. binary

    0下载:
  2. 读取图像,最大类间方差(otsu)二值化,开运算,显示处理结果-read .bmp image ,(otsu)gray to binary, open operater,show the result image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:741
    • 提供者:Sarah
  1. Image

    1下载:
  2. 用MFC实现了集中基本的图像分割算法,如:区域增长,分裂合并,最大类间方差等-it realized some basical image segmentation algorythm,such as region growing,split and combine,oust and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4011604
    • 提供者:张坡
  1. shred

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

    • 发布日期:2015-05-07
    • 文件大小:1024
    • 提供者:荣建忠
  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. 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 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com