CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 图像分割 阈值

搜索资源列表

  1. 图像的阈值分析

    1下载:
  2. 图像的阈值分割分析,包括迭代分割,峰谷阈值分割,半阈值分割等-image thresholding segmentation analysis, including iterative segmentation, segmentation threshold peak, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:166659
    • 提供者:苗苗
  1. 图像分割中阈值的设置

    0下载:
  2. 图像分割中阈值的设置
  3. 所属分类:matlab例程

    • 发布日期:2009-02-18
    • 文件大小:300
    • 提供者:kexilily
  1. 自适应阈值法分割图像

    2下载:
  2. 本代码是自适应阈值法分割图像的典型源码,对运动目标检测及提取等非常实用。
  3. 所属分类:源码下载

    • 发布日期:2010-09-21
    • 文件大小:105456
    • 提供者:208zwl@163.com
  1. 区域生长Threshoid为分割阈值

    0下载:
  2. %Threshoid为分割阈值 [filename,pathname]=... uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径 str=[pathname filename]; %合成路径+文件名 I=imread(str); I=double(I); [m,n,k]=size(I);%图像大小 Threshold=50/255.0;%归一化,并设置阈值为50 ColorRed=
  3. 所属分类:源码下载

  1. matlab进行图像分割-双峰法

    3下载:
  2. 双峰法的原理及其简单:它认为图像由前景和背景组成,在灰度直方图上,前后二景都形成高峰,在双峰之间的最低谷处就是图像的阈值所在。 从分割的效果来看,当前后景的对比较为强烈时,分割效果较好;否则基本无效。
  3. 所属分类:图形图像处理(光照,映射..)

  1. 图像阈值分割

    0下载:
  2. 阈值分割,图像处理
  3. 所属分类:图形图象

    • 发布日期:2011-03-10
    • 文件大小:6408229
    • 提供者:limin3182
  1. 二维直方图熵阈值法

    3下载:
  2. 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
  3. 所属分类:matlab例程

    • 发布日期:2011-03-29
    • 文件大小:1170
    • 提供者:zxcbit@126.com
  1. 基于信息熵的图像分割阈值迭代改进算法

    0下载:
  2. 基于信息熵的图像分割阈值迭代改进算法的matlaba实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-30
    • 文件大小:2957
    • 提供者:liushurong
  1. opencv阈值分割轮廓提取等图像基本处理源程序,已验证,均可使用

    2下载:
  2. 利用opencv和C++结合使用的,对图像进行阈值分割、轮廓提取和模糊增强等。
  3. 所属分类:图形图象

  1. 图像处理中 各种阈值分割的基本算法的实现

    0下载:
  2. 图像处理中 各种阈值分割的基本算法的实现,包括双峰法 迭代法 大金法(ostu)等等,A variety of image processing in the basic threshold segmentation algorithm, including the bimodal method, iteration method, Daikin (ostu), etc.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:3294
    • 提供者:
  1. 基于Otsu法自适应阈值的图像分割研究

    0下载:
  2. 基于Otsu法自适应阈值的图像分割研究 论文,Otsu method based on adaptive threshold for image segmentation research papers
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:390649
    • 提供者:赵宁
  1. auto_T.rar

    1下载:
  2. 对图像进行自动的阈值分割处理,是比较经典的图像分割方法,适合图像二值化,Automatic image threshold segmentation of the deal, which is a more classic image segmentation methods, suitable image binarization
  3. 所属分类:Special Effects

    • 发布日期:2015-05-24
    • 文件大小:2220
    • 提供者:dd
  1. ImageSegmentationAlgorithmBasedonTwodimensionalHis

    0下载:
  2. 基于二维直方图最大熵阈值法的图像分割算法,可选取较好的阈值实现图像分割-failed to translate
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:1216
    • 提供者:陈小章
  1. fenge

    0下载:
  2. matlab基于阈值的图像分割技术,肺区处理-matlab threshold based on image segmentation techniques, the lung area to deal with
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:803
    • 提供者:aaa
  1. AThreshold

    0下载:
  2. 阈值法实现灰度图像分割,效果不错,可行,可以借鉴-Threshold method to achieve gray-scale image segmentation, the effect of a good, viable, can learn from
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:807
    • 提供者:yuzhun
  1. 3

    0下载:
  2. 对于感兴趣图像的提取是工程中经常用来缩小图像,进一步识别所进行的一个重要环节。而利用图像分割则是一种很有效的方法。本课题要求同学对图像分割原理进行学习,在此基础上利用编程语言进行程序的编写,利用图像阈值分割,水线阈值法等方法进行图像分割,并对不同的增强效果进行比较分析。含程序-Interested in images for the extraction is often used to reduce the project images, and further carried out to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:584121
    • 提供者:刘震洋
  1. OTSU

    1下载:
  2. 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the Otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then
  3. 所属分类:Special Effects

    • 发布日期:2015-12-27
    • 文件大小:450531
    • 提供者:孙琰
  1. ostu图像分割阈值算法matlab源程序

    0下载:
  2. 实现视频前景目标提取,监控视频的提取,图像分割(Implementation of video foreground target extraction)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:167936
    • 提供者:云凡
  1. matlab

    1下载:
  2. ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点(OSTU threshold image segmentation algorithm for image segmentation Ostu optimal threshold optimization process, greatly reduces the search image thresholding computation t
  3. 所属分类:图形图像处理

  1. matlab基于遗传算法的最大熵值法的双阈值图像分割

    0下载:
  2. 基于遗传算法实现灰度图像二阈值分割,使图像分割的更合理(Two threshold segmentation of gray image based on genetic algorithm, which makes the image segmentation more reasonable)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:110592
    • 提供者:sunxiaonao
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com