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

搜索资源列表

  1. tuxiangfenge

    1下载:
  2. 用matlab实现自适应图像阈值分割(最大类间方差法)本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-Matlab image using adaptive thresholding (Otsu method) of this procedure is Otsu adaptive threshold algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:梁宇
  1. pso

    0下载:
  2. 基于一维otsu图像分割的pso优化算法-One dimensional Otsu PSO optimization algorithm based on image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:三张
  1. Image-thresholding-algorithm

    0下载:
  2. 图像阈值分割算法,最大类间方差法(OTSU)、迭代法。-Image thresholding algorithm,Otsu method (OTSU), iterative method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1115
    • 提供者:柴江松
  1. otsufenge

    1下载:
  2. otsu分割算法的一维和二维程序代码,还有关于这个算法的PPT-otsu segmentation of one- and two-dimensional code, and PPT on this algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4397154
    • 提供者:lxn8888
  1. Code-Segmentation

    3下载:
  2. 基于WFCM的最优阈值图像分割 阈值化是图像分割中广泛应用的一种有效工具。基于类别可分性准则的Otsu法是性能良好且受到普遍欢迎的自动阈值选择方法。Otsu方法与c均值聚类算法的准则在一定条件下是等价的,而c均值聚类算法还可以快速实现分割问题。目前人们提出了很多基于c均值聚类准则的图像阈值化方法,其中模糊c均值(FCM)是最流行的算法之一。但是FCM算法没有考虑样本矢量间对聚类效果的不同影响,因而使用加权模糊c均值(WFCM)来解决这个问题。-Optimal threshold image se
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:903080
    • 提供者:小怪兽
  1. OTSU_BMPtoBIN

    1下载:
  2. 大律法(OTSU)灰度图像阈值提取算法(C语言实现)。文件中已经有已经编译好的可执行文件,可以批量把灰度图片转化成二值化的二进制图像文件,可用于LCD显示屏视频动画的开发(例如Badapple)。 阀值是图像二值化处理中非常重要的一个参数,意思就是:如果灰度图像的像素颜色值大于该阀值就把该点当作黑色,小于该阀值就把改点当作白色。最简单的做法就是把阀值取为127(255的一半),但是这种做法是不科学的,处理后的二值化图像效果也很不理想。关于阀值的选取是一门很深的学问,有很多经典的算法用于选取该
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:404179
    • 提供者:WHJWNAVY
  1. OTSU_EDIT

    0下载:
  2. OTSU最大类间方差算法实现,自己编写并与MATLAB提供的函数处理结果相比较,结果一致-OTSU between Otsu algorithm, and write your own functions and MATLAB provide results compared results are consistent
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:987
    • 提供者:陈休
  1. dajinshuangyuzhi

    0下载:
  2. 北航数字图像与结构算法大作业大津双阈值法-Digital image and structure algorithms big job Otsu double threshold method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1227495
    • 提供者:赵蒙
  1. GAaOtsu

    2下载:
  2. 使用基于遗传算法的最大类间方差法对图像进行分割-Image segmentation using Otsu method based on genetic algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2925
    • 提供者:yang
  1. otsu_

    0下载:
  2. otsu法(最大类间方差法,有时也称之为大津算法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别 来划分。-Image segmentation in the common thresholding based on the ostu algorithm is the most commonly used image segmentation algorithm.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-05
    • 文件大小:15132
    • 提供者:王者
  1. two_threads_otsu

    0下载:
  2. 基于VS编写的二阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-Two threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7630848
    • 提供者:liusiyan
  1. three_threads_otsu

    0下载:
  2. 基于VS编写的3阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-3 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-17
    • 文件大小:7453696
    • 提供者:liusiyan
  1. four_otsu

    0下载:
  2. 基于VS编写的4阈值OTSU图像分割算法。应用opencv。适用于图像分割入门学习。-4 threshold OTSU image segmentation algorithm based on VS. Application opencv. Suitable for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-11
    • 文件大小:7664012
    • 提供者:liusiyan
  1. Segmentation-algorithm

    0下载:
  2. 图像处理,图像滤波分割算法的整合:包括大部分常用的图像背景分割和滤波手段,可以作为初学者参考,包括OTSU法,全局局部阈值分割,最大熵法-Image processing, image filtering algorithm integrated segmentation: Most common image including background segmentation and filtering means can be used as a reference for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:1420
    • 提供者:
  1. segmentation-and--detection

    0下载:
  2. 自己根据公式编写的大津法、迭代法等图像分割算法,及中值模型、自适应模型等运动目标检测算法-According to the formula prepared by the Otsu method, iterative method and other image segmentation algorithm, and the median model, adaptive model and other moving target detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:2136064
    • 提供者:吴玲风
  1. otsus-1.0

    0下载:
  2. Otsu图像分割算法的实现,通过最小化图像方差来找到最佳阈值-functional implementation of the Otsu’s segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:26624
    • 提供者:王达
  1. 125

    0下载:
  2. 主要是通过最大类间方差算法求解自适应阈值,非常好用-Mainly through the Otsu algorithm to solve the adaptive threshold, very easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:177152
    • 提供者:宋智钦
  1. improve_otsu

    1下载:
  2. 图像的阈值分割,基于matlab的一维改良otsu聚类算法的灰度图像分割-Image threshold segmentation, matlab-based one-dimensional improved otsu clustering algorithm for grayscale image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:751
    • 提供者:James
  1. 8122755

    0下载:
  2. 这是matlab的otsu处理图象的算法,请高手们指正-This is the matlab otsu image processing algorithm, please correct me
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:98304
    • 提供者:Elkmjef
  1. KKPWH

    0下载:
  2. 这是matlab的otsu处理图象的算法,请高手们指正-This is the matlab otsu image processing algorithm, please correct me
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-18
    • 文件大小:97280
    • 提供者:Henrv
« 1 2 ... 12 13 14 15 16 1718 »
搜珍网 www.dssz.com