CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - matlab otsu threshold

搜索资源列表

  1. 基于大津算法的阈值分割

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

    • 发布日期:2017-03-24
    • 文件大小:516byte
    • 提供者:孙琰
  1. OLD_OTSU.rar

    0下载:
  2. matlab OTSU 简易的大津算法 求最佳阈值的。,matlab simple algorithm seeking Otsu threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.04kb
    • 提供者:Timix
  1. goodotsu.rar

    0下载:
  2. 图像自适应分割,大津法计算灰度阈值,MATLAB源程序。,Adaptive image segmentation, gray Otsu threshold method, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:958byte
    • 提供者:xuyajun
  1. ostu

    0下载:
  2. 利用大津法自动求取全局动态阈值进行分类.-Otsu method using automatic strike a dynamic threshold for the overall classification.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:516byte
    • 提供者:邓义平
  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. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2.19kb
    • 提供者:zhangjie
  1. otsu2

    0下载:
  2. 大津阈值分割法,也称最大类间方差法,利用图像的灰度分布密度函数定义图像的交叉熵。 交叉熵可看作是两个概率系统(即图像背景及目标)的信息量之间的差异。求出的交叉熵越大,则分割效果越好。 -Otsu threshold segmentation method, also known as Otsu method, the use of gray-scale image distribution density function definition images of cross-ent
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:977byte
    • 提供者:Mingruixia
  1. LocalOstu

    0下载:
  2. 基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.06kb
    • 提供者:chenyuanlu
  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. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.17kb
    • 提供者:zhangzhang
  1. ex

    2下载:
  2. 基于matlab的自适应分段阈值分割,根据直方图自动寻峰自动分割-Matlab based on adaptive sub-threshold segmentation, according to the histogram peak automatic automatic segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.68kb
    • 提供者:cicy
  1. matlab

    0下载:
  2. 摘 要:针对茄子图像的灰度和颜色特点,利用MATLAB中丰富的图像处理函数,分别进行了色差分割和色调分割。在 色调分割中,采用了自动选取阈值的Otsu法。在去除残留噪音的处理中,采用标注的方法对二值图像的各连通区域进行面积 统计。保留最大面积的区域,从而使分割效果大大改善。利用多参数来衡量分割效果,使评价做到最大程度的客观、合理。-Based on the gray- level and color characteristics of eggp lant image, hue and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:551.64kb
    • 提供者:renyh
  1. OTSU

    1下载:
  2. 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:439.97kb
    • 提供者:孙琰
  1. otsu

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

    • 发布日期:2017-03-29
    • 文件大小:207.08kb
    • 提供者: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. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.13kb
    • 提供者:Andy
  1. dajinfa-erzhihua-matlab

    0下载:
  2. 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:2.93kb
    • 提供者:budongwei
  1. GreyThreshold

    0下载:
  2. 实现OTSU阈值。The function is based on OTSU s algorithm that had been described in "A Threshold Selection Method from Gray-Level Histograms-OTSU Threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:650byte
    • 提供者:xinghuidong
  1. two_valuable

    0下载:
  2. 灰度图像二值化比较经典的算法,包括otsu方法和局部阈值法。-Gray image binarization more classic algorithms, including methods and local otsu threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:33.32kb
    • 提供者:董小龙
  1. Otsu

    0下载:
  2. 包含了21篇二维最大类间方差(Otsu)阈值分割方法的论文,-Contains 21 article 2 d between the most kinds of variance (Otsu) threshold segmentation method papers
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:9.82mb
    • 提供者:coolbage
  1. threshold

    0下载:
  2. 用matlab实现阈值图像处理,包括全局阈值、大津阈值和区域生长-Using Matlab to achieve threshold image processing, including the global threshold, Otsu threshold and regional growth
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:132kb
    • 提供者:Lindsay
  1. 自动阈值法:Otsu法

    0下载:
  2. 利用matlab自动阈值,自动阈值法中的一种(One of the automatic thresholding methods using the Matlab automatic threshold)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:9kb
    • 提供者:兰柯一梦
  1. Otsu

    0下载:
  2. 利用matlab程序编写的图像分割代码,算法为大津阈值算法,效果很好(Using image segmentation code matlab programming algorithm, Otsu threshold algorithm, the effect is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:45kb
    • 提供者:pwp
« 12 3 »
搜珍网 www.dssz.com