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

搜索资源列表

  1. Ostu.cpp

    0下载:
  2. 本人搜集的Ostu图像二值化的算法,是在MATLAB环境下写的,不过上传的代码是文本格式的,各位可以根据自己需要参照一下-I collect images of two gray value of the algorithm is to write MATLAB environment, But the code is uploaded to the text format, you may need to refer to themselves
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1194
    • 提供者:wang
  1. ostu

    1下载:
  2. 图象分割中应用较多的ostu大津阈值法,matlab源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3216
    • 提供者:泰妮
  1. ostu阈值分割

    0下载:
  2. 基于matlab平台和ostu算法,实现了对图像的分割,分割效果满意。
  3. 所属分类:2D图形编程

  1. OSTU-matlab.ostu算法的maltab代码

    0下载:
  2. ostu算法(最大类间房差法,类属于阈值分割)的maltab代码,用于计算机图像处理分割及其相关应用。,ostu algorithm (the largest difference room category, type of threshold segmentation is) the maltab code, used in computer image processing and related partition application.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:8279
    • 提供者:安佳骐
  1. ostu.rar

    0下载:
  2. ostu方法对图像进行分割,已经过运行,可出现正确的结果,ostu method of image segmentation, has been running, correct results may be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1049
    • 提供者:周强
  1. ostu

    0下载:
  2. matlab写的ostu最佳阈值图像分割- ostu optimal image segmentation write with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:650
    • 提供者:wfhdy
  1. ostu

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

    • 发布日期:2017-03-29
    • 文件大小:516
    • 提供者:邓义平
  1. shipin

    0下载:
  2. 利用改进的ostu即最大类间方差方法进行视频图像二值化-Ostu that the use of improved Otsu method of video image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:1361
    • 提供者:吕壮
  1. mubanpipeiyuostu

    0下载:
  2. 里面有我写的模板匹配和OSTU分割法的程序,这是学习模板匹配和自适应分割的好代码,绝对有用!-I wrote inside the template matching and OSTU segmentation procedure, which is the template matching and adaptive segmentation to learn a good code, and is absolutely useful!
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1598
    • 提供者:liguo
  1. jingdianostu

    0下载:
  2. 用matlab编辑的ostu算法,很好用,能计算出全局阈值并输出处理后图像-Ostu algorithm using matlab editor, useful, able to calculate the global threshold and the output processed images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:523
    • 提供者:雷菁
  1. OSTU

    0下载:
  2. 在做图像处理时,用到OSTU算法时,这里包括了MATLAB中实现的源代码,包括去灰度的源代码等。-When doing image processing, used OSTU algorithm, implemented in MATLAB here including the source code, including source code, etc. to gray.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:3294
    • 提供者:wangbaohua
  1. Ostu2dim

    2下载:
  2. Ostu二维方法实现图像单阈值分割,效果优于传统的一维算法-Ostu single two-dimensional method of image segmentation, better than traditional one-dimensional algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:695
    • 提供者:文子
  1. ostu

    0下载:
  2. Matlab源代码:ostu图像阈值分割技术,可有效的提取图像的边缘信息,实现图像二值化-Matlab source code: ostu image segmentation techniques, can effectively extract the image edge information of image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:171596
    • 提供者:杨乾
  1. pudn_svm

    0下载:
  2. 基于支持向量机的图像分割,并且包括Ostu法,迭代法。-MATLAB、image segmentation、support vector machine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:16761
    • 提供者:金德元
  1. texture

    0下载:
  2. 两种阈值分割算法,一种是 ostu算法,另一种算法,对ostu算法进行改进,可以对双峰值图像分割,效果有很大改善 -English VersionEnglish VersionEnglish Version
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:68679
    • 提供者:陈老师
  1. ImageBoundaryExtraction

    0下载:
  2. 该文件夹中有六个M文件,说明如下: boundary_extraction.m : 目标区域边界抽取主函数,其中调用ostu、four_neighbor、eight_neighbor、globe_graph otsu.m : 类判别分类法(otsu全局二值化算法) four_neighbor.m : 四邻域法边界抽取 eight_neighbor.m : 八邻域法边界抽取 globe_graph.m : 全局检测法边界抽取 area_peri.m : 目标区域
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:255348
    • 提供者:许胜强
  1. ostu

    0下载:
  2. otsu (大津算法)又名最大类间差方法,通过统计整个图像的直方图特性来实现全局阈值T的自动选取,此为可以成功运行与matlab上的代吗。(Otsu algorithm, also known as the largest inter class difference method, by statistical the histogram of the entire image characteristics to achieve the global threshold T automati
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:110592
    • 提供者:庭除古桐
  1. matlab

    1下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
  3. 所属分类:图形图像处理

  1. ostu

    0下载:
  2. ostu阈值分割算法,使用matlab实现(OSTU threshold segmentation algorithm, matlab implementation)
  3. 所属分类:图形图象

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:赵隽
  1. OSTU

    2下载:
  2. 用OSTU和KSW实现多阈值图像分割,matlab代码(Image Segmentation Using OSTU and KSW)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-13
    • 文件大小:1024
    • 提供者:不可名状
« 12 »
搜珍网 www.dssz.com