CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - OTSU algorithm

搜索资源列表

  1. otsu

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。-Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple Efficient methods. Algor
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-15
    • 文件大小:791
    • 提供者:dfsf
  1. OTSU 算法可以说是自适应计算单阈值

    0下载:
  2. OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法,OTSU algorithm Adaptive Computing can be said to be a single threshold (used to convert grayscale image to binary image) is simple and efficient method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-28
    • 文件大小:1680
    • 提供者:刘荣辉
  1. OtsuThresholding_16Bit.rar

    0下载:
  2. OTSU算法的Java实现,希望对各位有用!,OTSU algorithm of Java to achieve, in the hope that useful!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-10-10
    • 文件大小:2169
    • 提供者:qdhuxp
  1. matlab_Otsu.rar

    0下载:
  2. 此算法是Otsu提出的最大类间方差法,利用matlab进行分割图像,This algorithm is proposed by Otsu Otsu method, used to segment image in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:541
    • 提供者:328087418
  1. 3Otsu

    2下载:
  2. 三维Otsu算法,图像分割,利用粒子群优化算法进行加速。-Three-dimensional Otsu algorithm, image segmentation, particle swarm optimization algorithm accelerated.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4217
    • 提供者:bird
  1. otsu

    1下载:
  2. 基于粒子群算法的(pso)的otsu图像分割算法,效果很好,不可多得哦-Based on particle swarm optimization (pso) of otsu image segmentation algorithm, the effect is very good, rare oh
  3. 所属分类:Special Effects

    • 发布日期:2016-08-09
    • 文件大小:12288
    • 提供者:lj
  1. binarization_Algorithm

    2下载:
  2. 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method. All these methods are classic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-25
    • 文件大小:49013
    • 提供者:sdfadf
  1. multi-threshold-Otsu

    1下载:
  2. Otsu多阈值快速分割算法及其在彩色图像中的应用-Segmentation of multi-threshold Otsu algorithm and its application in color image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-07
    • 文件大小:257900
    • 提供者:xue ww
  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. 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
    • 文件大小:1161
    • 提供者: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. 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-Algorithm

    0下载:
  2. Image binarization using Otsu algorithm
  3. 所属分类:Special Effects

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

    1下载:
  2. 自己实现的python版otsu算法,是一个Python项目,含有测试图片(Python version of the Otsu algorithm, is a Python project, containing test pictures)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:1033216
    • 提供者:KaceyU
  1. otsu

    1下载:
  2. OTSU 算法,可用于光学影像,雷达影像的图像分割(otsu algorithm image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2021-02-14
    • 文件大小:816128
    • 提供者:llj111
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com