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

搜索资源列表

  1. OSTU

    0下载:
  2. matlab练习程序(最大类间方差二值化图像)这里用的方法是《特征提取与图像处理》3.3.4里的。- matlab exercise program (Otsu binary image)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:587
    • 提供者:三将安排
  1. otsu

    0下载:
  2. 最大类间方差法是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2部分。-The method of determining the threshold Otsu method is an adaptive, also known Otsu, referred OTSU. It is based on the gradation characteristics of the image, the image into the background
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:574
    • 提供者:李婷婷
  1. Otsu-Algorithm

    0下载:
  2. Otsu方法是一种全局化的动态二值化方法,又叫大津法,是一种灰度图像二值化的常用算法。该算法的基本思想是:设使用某一个阈值将灰度图像根据灰度大小,分成目标部分和背景部分两类,在这两类的类内方差最小和类间方差最大的时候,得到的阈值是最优的二值化阈值。-Otsu method is a globally-oriented dynamic binary method, also known Otsu is a gray image binarization commonly used algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:14087
    • 提供者:fanshengnan
  1. otsu

    0下载:
  2. 利用最大类间方差法进行分割图像,代码简单易懂,且效果良好-Images are segmented using Otsu method, the code is simple to understand, and the effect is good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4276
    • 提供者:山青
  1. otsu1

    0下载:
  2. 对最大类间方差法进行改良,引入最小类内方差,进一步提高分割效果-For improved Otsu method, introducing the minimum interclass variance, further improve the segmentation effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3714
    • 提供者:山青
  1. Des33332ktop

    0下载:
  2. matlab源码-最大类间方差算法求解自适应阈值 可以作为参考使用,在学习的过程中 -matlab source- Otsu adaptive threshold algorithm can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:11849
    • 提供者:肖恒
  1. otsu

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割 otsu-otsu matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:43288
    • 提供者:刘天琪
  1. BMPsegmentor

    0下载:
  2. 最大类间方差法实现前景背景分割,有注释,开发环境QT4.7-OST for Image Segmentation, with comments, environment QT 4.7
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7334
    • 提供者:tinsky
  1. code

    0下载:
  2. 最大类间方差法(OTSU)求阈值 . -a threshold selection method gray-level histograms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:12549
    • 提供者:wyjforeverlove
  1. otsu

    0下载:
  2. 对图像采用最大类间方差法进行图像分割,程序完全可用-For image segmentation using Otsu method, the program fully available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:723
    • 提供者:蔺潇榕
  1. otsu

    0下载:
  2. 类间方差法对噪音和目标大小十分敏感,它仅对类间方差为单峰的图像产生较好的分割效果。 当目标与背景的大小比例悬殊时,类间方差准则函数可能呈现双峰或多峰,此时效果不好,但是类间方差法是用时最少的。-Variance between class size of the noise and the target is very sensitive, it only to the between class variance to unimodal images produce better se
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:660982
    • 提供者:玉溪
  1. the-method

    0下载:
  2. 利用最大类间方差法求取最优阈值,并利用阈值对图像进行分割处理。-To obtain the optimal threshold by the Otsu method, and the image segmentation by threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:54816
    • 提供者:
  1. road-segmentation

    2下载:
  2. 基于最大类间方差阈值与遗传算法的道路分割,是基于最小二乘法的改进-Based on road Otsu threshold segmentation and genetic algorithm is based on the least square method to improve
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-04
    • 文件大小:741376
    • 提供者:hc
  1. tuxiangfenge

    1下载:
  2. 用matlab实现自适应图像阈值分割(最大类间方差法)本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-Matlab image using adaptive thresholding (Otsu method) of this procedure is Otsu adaptive threshold algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:梁宇
  1. Otsu

    0下载:
  2. 利用最大类间方差进行图像的二值化,里面包含matlab与C++的实现-using dajinfa
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1605904
    • 提供者:王宁
  1. doublethreshold

    0下载:
  2. 在不同光照环境下进行双阈值的最大类间方差二值化图像,效果相当不错的,里面包含我的实验图片-using double threshhold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:337907
    • 提供者:王宁
  1. tuxiangfenge

    0下载:
  2. 利用最大类间方差算法求取自动阈值,实现图像分割-Using the maximum inter class variance algorithm for automatic threshold, image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:796
    • 提供者:徐扬
  1. Image-thresholding-algorithm

    0下载:
  2. 图像阈值分割算法,最大类间方差法(OTSU)、迭代法。-Image thresholding algorithm,Otsu method (OTSU), iterative method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:柴江松
  1. fisher

    0下载:
  2. fisher线性判别 图像分析 最大类间方差法(分析判断二值化方法)画图 最小类内方差法-Fisher linear discriminant analysis Maximum class variance method (analysis and judgment two value method) drawing Minimum variance method
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:53433
    • 提供者:shuli
  1. ostu

    0下载:
  2. 最大类间方差的基本思想是使用一个阈值将整个数据分成两个类,假如两个类之间的方差最大,那么这个阈值就是最佳的阈值-The between-cluster variance as the basic idea is to use a threshold to the whole data is divided into two classes, if the maximum variance between two classes, then the threshold value is the b
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:852
    • 提供者:刘晓丹
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com