CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - OTSU

搜索资源列表

  1. otsu.c

    0下载:
  2. otsu algo this is used to thresholding of an image-otsu algo this is used to thresholding of an image.................................................................
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4133
    • 提供者:himadri
  1. MI_thresholding

    0下载:
  2. image thresholding otsu method
  3. 所属分类:Project Design

    • 发布日期:2017-04-15
    • 文件大小:6209
    • 提供者:nadeem
  1. OTsu-paper

    0下载:
  2. 文章是一维Otsu的最原始的文章,很难找的,对初学者有很好的借鉴作用。-The article is a one-dimensional Otsu original article, it is difficult to find a good reference for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:3024230
    • 提供者:李军
  1. Otsus-Curve-Thresholding-Seg

    0下载:
  2. 给出了一种递归算法和一种小波变换与递归算法相结合的快速算法.该递推算法只需遍历二维直方图的主对角线和一条次主对角线, 与传统Otsu法的递推算法相比, 搜索空间大为减小。-arecursivealgorithmanda wavelet transfer combining withthe recursive algorithmare shown.The recursive algorithmonly needsearchthemaindiagonal andone subdiagonal
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:664662
    • 提供者:Zhang
  1. OTSU-PCNN

    0下载:
  2. otsu和pcnn结合用在图像分割中,文章花了半天时间找出来的,很好-Otsu and PCNN combination used in image segmentation, this paper spent half a day time to find out, is very good
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:989313
    • 提供者:小西
  1. tuxiangkaoshi

    0下载:
  2. 数字图像处理 中值滤波 均值滤波 边缘检测 固定阈值法 最大类间方差法 vc6.0可以运行的-Digital image processing median filter mean filter edge detection fixed threshold method OTSU method
  3. 所属分类:Document

    • 发布日期:2017-12-08
    • 文件大小:1704810
    • 提供者:du
  1. otsu

    0下载:
  2. 基于otsu算法的图像分割算法实现,经过多次验证,程序无错误。-Based on Otsu algorithm for image segmentation algorithm, after repeated verification, error-free program.
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:616
    • 提供者:王海超
  1. Otsu-method

    0下载:
  2. 本文中包含了最大类间方差法(otsu)的原理,以及其过程。最后提供了其c语言源代码-This article contains a maximum between-class variance method (Otsu) principle, as well as the process. Finally, the c language source code
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:16424
    • 提供者:陶泽炎
  1. Otsu算法(大律法或最大类间方差法).doc

    0下载:
  2.  利用阈值将原图像分成前景,背景两个图象。  前景:用n1,csum,m1来表示在当前阈值下的前景的点数,质量矩,平均灰度  后景:用n2, sum-csum,m2来表示在当前阈值下的背景的点数,质量矩,平均灰度  当取最佳阈值时,背景应该与前景差别最大,关键在于如何选择衡量差别的标准,而在otsu算法中这个衡量差别的标准就是最大类间方差(英文简称otsu,这也就是这个算法名字的来源),在本程序中类间方差用sb表示,最大类间方差用fmax
  3. 所属分类:其它文档

    • 发布日期:2014-01-10
    • 文件大小:56320
    • 提供者:coolhandy
  1. image-segmentation

    0下载:
  2. 基于改进 PSO算法的 Otsu快速多阈值图像分割,基于 Renyi 熵与 PSO 算法的图像多级阈值分割-Fast Multilevel Threshold Method for Image Segmentation Based on Improved Particle Swarm Optimization and Maximal Variance,Image multi-thresholding using Renyi entropy and PSO
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12311037
    • 提供者:阿依古力
  1. otsu

    0下载:
  2. Basic Idea of Image Segmentation „ All the image segmentation methods assume that: 1. the intensity values are different in different regions, and, 2. within each region, which represents the corresponding object in a scene, the intens
  3. 所属分类:Project Design

    • 发布日期:2017-04-07
    • 文件大小:846676
    • 提供者:Rajeswaran
  1. Otsu

    0下载:
  2. 图像处理中的OTSU算法及讲解,对于学习图像二值化有帮助-The OTSU algorithm in image processing and interpretation
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:10075
    • 提供者:liutao
  1. csit2305

    0下载:
  2. This paper presents a novel approach for detecting vehicles for driver assistance. Assuming flat roads, vanishing point is first estimated using Hough transform space to reduce the computational complexity. Localization of vehicles is carried u
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:188352
    • 提供者:Chidanand
  1. otsu

    0下载:
  2. 类间方差法对噪音和目标大小十分敏感,它仅对类间方差为单峰的图像产生较好的分割效果。 当目标与背景的大小比例悬殊时,类间方差准则函数可能呈现双峰或多峰,此时效果不好,但是类间方差法是用时最少的。-Variance between class size of the noise and the target is very sensitive, it only to the between class variance to unimodal images produce better se
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:660982
    • 提供者:玉溪
  1. otsu_2d

    0下载:
  2. Otsu二维分割代码 Otsu二维分割代码 -2D Otsu2D Otsu2D Otsu2D Otsu2D Otsu2D Otsu
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1274
    • 提供者:chengguotao
  1. OTSUsegment

    0下载:
  2. 基于OTSU和局部阈值的二次肺实质分割算法,有效的解决了分割不清楚问题,提高了分割质量,且运算简单方便。-Based on OTSU and secondary lung parenchyma of local threshold segmentation algorithm, effectively solve the problem of the division is not clear, improve the quality of the segmentation, and simpl
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:488663
    • 提供者:宋德福
  1. Double-dimension-OTSU

    0下载:
  2. 二维OSTU图像自适应阈值分割算法代码,基于c语言编程实现。-OTSU dimensional image adaptive thresholding algorithm code, c-based programming language.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1329
    • 提供者:李丽
  1. wenxian

    1下载:
  2. 针对自然生长状态下的成熟苹果图像的识别问题,提出选用R-G色差模型,改进的Ostu最大类间方差法分割图像。 然后用面积阈值法消除噪声,获取成熟苹果果实的目标区域。然后采用基于OpenCV的圆形Hough变换方法对多个粘连苹果果实进行分离。-For image recognition problem ripe apples natural growth state, the proposed selection of R-G color model between improved Ostu Ot
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:20529944
    • 提供者:suca
  1. dajinyuzhi

    0下载:
  2. 基于matlab实现大津阈值法分割图像,包含源代码以及处理结果。-Based on matlab realize Otsu threshold method image segmentation, including source code, and processing results.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:502878
    • 提供者:邵金土
  1. Graytest

    1下载:
  2. 使用超绿特征分割作物图像。具体来说,首先使用超绿特征将图像灰度化,然后经过中值滤波后,使用Otsu最大类内方差方法将图像二值化,得到分割图像。(The crop image is segmented by super green feature. Specifically, firstly, the image is grayed by Super-Green feature, and then after median filtering, the Otsu maximum intra-cla
  3. 所属分类:文章/文档

    • 发布日期:2020-02-23
    • 文件大小:804864
    • 提供者:ANR~
搜珍网 www.dssz.com