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

搜索资源列表

  1. otsu0915

    0下载:
  2. 通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法-Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu
  3. 所属分类:Special Effects

    • 发布日期:2016-05-13
    • 文件大小:1994
    • 提供者:IVTECH
  1. otsu

    0下载:
  2. OTSU算法是一个非常经典的图像分割算法。-OTSU algorithm is a very classic image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:560
    • 提供者:王家友
  1. ostu_matlab

    0下载:
  2. Otsu算法是图像分割算法中比较实用和高效的一种,对图像的后续处理有很好的作用-Otsu algorithm is image segmentation algorithm in a more practical and efficient, the follow-up processing of the images have a good effect
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:169002
    • 提供者:alex
  1. otsu_2d

    0下载:
  2. 基于OTSU二维图像分割 很有用 具参考价值-OTSU 2d. well worth to download.LOL
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1202
    • 提供者:吴汉肱
  1. Otsu

    0下载:
  2. This code binarize a grey image using OTSU Binarization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4823
    • 提供者:shamita ghosh
  1. otsu

    0下载:
  2. 运用oust法,达到准确分割图像的目的,简单方便-Use oust method to achieve accurate image segmentation purposes, simple
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:70462
    • 提供者:22
  1. OtsuThreshold

    0下载:
  2. otsu tresholding algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:292688
    • 提供者:sertcocuq
  1. otsu

    0下载:
  2. otsu算法确定二值化阀值,最大类间方差是由日本学者大津(OTSU)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。 -In computer vision and image processing, Otsu s method is used to automatically perform histogram shape-based image thresholding,[1] or, the reduction of a graylevel image t
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:937
    • 提供者:白痴
  1. OTSU

    0下载:
  2. OTSU最大类间方差法获取阀值(图像处理),帮助学习MATLAB语言。-OTSU Otsu method to obtain the threshold (image processing) to help learn MATLAB language.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:916
    • 提供者:雪藤
  1. otsu

    0下载:
  2. otsu算法法代码,大津法选取出来的阈值非常理想,对各种情况的表现都较为良好。-otsu algorithm code and the Otsu threshold were selected out of very satisfactory performance for various conditions are more favorable.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:194285
    • 提供者:Jay Ives
  1. Otsu

    0下载:
  2. 一篇有关ostu阈值分割的论文,可以用于图像分割。一篇有关ostu阈值分割的论文,可以用于图像分割-A thresholding the ostu papers, can be used to image segmentation. A thresholding the ostu papers, can be used for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:308106
    • 提供者:zhanglei
  1. yuzhifenge

    1下载:
  2. 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
  3. 所属分类:matlab

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

    0下载:
  2. This matlab otsu coding-This is matlab otsu coding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3613
    • 提供者:Thamizhiniyan
  1. newotsu

    0下载:
  2. OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEE
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:2151
    • 提供者:coki
  1. 89437157bc4e

    0下载:
  2. 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:27248
    • 提供者:Kelly
  1. otsuDemo

    0下载:
  2. otsu trashold example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:357522
    • 提供者:korodilu
  1. OtsuThreshold

    0下载:
  2. otsu trashold example c#
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:727463
    • 提供者:korodilu
  1. OTSU_matlab

    2下载:
  2. 基于matlab环境下写的OTSU算法,自适应阈值分割,非常适用的阈值分割算法,适用于计算机图像处理初学者。-Matlab environment based on written OTSU algorithm, adaptive threshold, very applicable threshold segmentation algorithm for computer image processing for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2015-12-14
    • 文件大小:1024
    • 提供者:sdphw
  1. Thresholding

    0下载:
  2. Otsu and NiBlack Thresholding
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:864
    • 提供者:zeynep yildiz
  1. otsu

    0下载:
  2. 利用最大类间方差算法求解自适应阈值,对图像进行分割-Using Otsu adaptive threshold algorithm, the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1676
    • 提供者:yangna
« 1 2 3 4 5 6 78 9 10 11 12 ... 41 »
搜珍网 www.dssz.com