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

搜索资源列表

  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. shipinotsu

    1下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:988
    • 提供者:王忠建
  1. otsu

    0下载:
  2. 利用opencv采集视频输入,并将输入的图像调用OTSU算法,提取运动目标-Using opencv capture video input, and input image is called OTSU algorithm to extract moving objects
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:7013
    • 提供者:闫礼飞
  1. tuxintuizhifenge

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

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

    0下载:
  2. 图像的otsu分界算法的实现,不是调用函数的,是底层实现-otsu partition
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:688
    • 提供者:赖师悦
  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. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:91339
    • 提供者:陈聪群
  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

    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算法法代码,大津法选取出来的阈值非常理想,对各种情况的表现都较为良好。-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. 图像二值化经典算法最大类间方差法的matlab程序。-Algorithm for image binarization classic Otsu method matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:771
    • 提供者:年后
  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. Image-Processing-OTSU

    0下载:
  2. 自己写的OTSU算法, 已经过简化,用于文档处理-OTSU algorithms, writted by myself, and simplified
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:2039112
    • 提供者:alex
  1. depthofimagegenerati

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:213599
    • 提供者:zhangxinran
  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算法的C语言实现,算法简介,测试可用-OTSU using C
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:3420
    • 提供者:郭大比
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com