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

搜索资源列表

  1. tuxintuizhifenge

    0下载:
  2. 针对类圆形堆积物图像的前景和背景在色彩或灰度上相近,难以用传统阈值分割等算法进行有效分割的问题,提出一种多方法融 合的类圆形堆积物图像区域分割策略。对图像进行滤波等一系列预分割处理后进行投影得到目标图像的外接矩形区域,以排除噪声的干扰, 在区域内采用改进的灰度共生矩阵方法进行粗分割,以解决窗口大小与分割精度的问题,采用二维OTSU 阈值分割方法对粗分割结果进行 量化。实验结果表明,该方法得到的区域分割结果边缘清晰、准确度高。-Round deposits for the prospe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:141531
    • 提供者:子登
  1. otsu

    0下载:
  2. OTSU算法是一个可以稳定获取图像分割阈值的好方法,本人根据其思想,编译了一个函数,可以方便您的调用,自适应的获取图像的阈值,-OTSU algorithm is a segmentation threshold can be stabilized to obtain the value of a good way, in accordance with their thoughts, to compile a function, you can easily call adaptive ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:601
    • 提供者:Andy
  1. thresholdPicture

    0下载:
  2. The threshold value in my program should be detected automatically from the image using histogram analysis. In this program, Otsu Algorithm is used for detecting threshold value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:82476
    • 提供者:hamid
  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

    0下载:
  2. 这是个关于图像大津法分割算法的源程序,在matlab上实现。-This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:38706
    • 提供者:yiweibo
  1. otsu

    1下载:
  2. 自动单阈值分割OTSU算法的C语言实现方法-OTSU automatic single-threshold segmentation algorithm C language method
  3. 所属分类:Special Effects

    • 发布日期:2016-05-07
    • 文件大小:20638
    • 提供者:李向阳
  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_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. OTSU

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。 -OTSU method of adaptive image binarization threshold, the algorithm of the input histogram analysis of gray image, the histogram is divided into two parts, making the maxim
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1502
    • 提供者:王晓波
  1. otsu

    0下载:
  2. 一种改进的基于Otsu理论的图像分割方法,从算法运行速度和分割效果两方面对最大类间方差法进行改进-An improved Otsu-based theory of image segmentation methods, from the algorithm speed and segmentation results both on the maximum between-class variance method to improve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:52847
    • 提供者:wangcong
  1. otsu

    0下载:
  2. otsu算法实现灰度图的阈值分割,效果还可以!-otsu algorithm grayscale thresholding, the effect can be!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:920
    • 提供者:陈思杰
  1. OTSU

    0下载:
  2. 本程序给出了使用OTSU算法分割图像,效果较好。 -This procedure uses OTSU algorithm to segmented image, the effect is pretty good~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:881
    • 提供者:markeey
  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. minisum-maximum-otsu

    0下载:
  2. 实现最小交叉熵 最大熵 OTSU算法的小程序 简单实用-Minimum cross entropy maximum entropy OTSU algorithm procedure is simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:942
    • 提供者:于天泽
  1. OTSU

    0下载:
  2. 图像处理方法中基于最大类间方差的OTSU算法,最后得到的thresholdValue即为所求的分割阈值。 -OTSU algorithm based on maximum variance between the image processing method, and finally get to ask thresholdValue is the threshold value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:762
    • 提供者:
  1. otsu

    0下载:
  2. 利用opencv做的关于otsu算法的目标识别程序,其实别主要基于颜色-Target recognition program using the opencv otsu algorithm, in fact, do not mainly based on the color
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3751983
    • 提供者:齐齐
  1. otsu

    0下载:
  2. 此程序是在图像分割中的OTSu算法各种实现方法-This program is in the image segmentation the various implementations OTSu algorithm method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:3291
    • 提供者:lihong
  1. otsu

    0下载:
  2. 本代码是otsu算法的C语言的 该算法实现了基本的otsu的处理-The C language code is otsu algorithm the algorithm the otsu the processing basic
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:535
    • 提供者:徐胜
  1. otsu

    0下载:
  2. 大津算法的MATLAB代码,很好的代码值得做图像处理初学者参考-The Otsu algorithm MATLAB code, good code worth doing image processing beginners reference
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-30
    • 文件大小:1240
    • 提供者:呈春
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com