搜索资源列表

  1. 图像分割迭代峰谷半阈值

    0下载:
  2. 图像的阈值分割算法,包括常用的迭代分割,半阈值分割,半阈值分割等-image thresholding segmentation algorithm, used in the iterative separate, semi-thresholding segmentation, semi-threshold segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69568
    • 提供者:苗苗
  1. 阈值计算

    0下载:
  2. 对于图片阈值的计算,能够直接计算出你的图片的阈值,非常方便!-Photo threshold for the calculation can be directly calculated your pictures threshold, a very convenient!
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:15029
    • 提供者:张宸宇
  1. 自动多阈值分割

    0下载:
  2. 用Matlab编写的自动多阈值分割程序,分割图像之前采用自动平滑图像-prepared using Matlab automatic threshold segmentation procedures, image segmentation before the introduction of automatic image smoothing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:马文
  1. 阈值面积消去

    0下载:
  2. 阈值面积消去vc++函数-threshold function area Deleted vc
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1857
    • 提供者:李天
  1. 阈值变换

    0下载:
  2. 阈值变换的图像处理效果-threshold transform the image processing results
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:930
    • 提供者:杜鹃
  1. 直方_线性_平滑_阈值_fianl

    0下载:
  2. 适用于256灰度级的位图.直方_线性_平滑_阈值_滤波处理.-apply to the 256-level grayscale bitmap. Direct linear side _ _ _ smoothing threshold _ filtering.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:68763
    • 提供者:郭佰胜
  1. 图像分割迭代、峰谷、半阈值算法。

    0下载:
  2. 用迭代、峰谷、半阈值算法进行图像分割:-) 包括一个自定义的CDib类-using iterative, peak, semi-threshold algorithm for image segmentation :-) include a defined category CDib
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:66607
    • 提供者:王俊惠
  1. 阈值变换源代码

    0下载:
  2. 图像阈值变换源代码-image thresholding transform source code
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:文心
  1. 阈值变换对图像进行阈值变换

    0下载:
  2. 程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-procedures : / / This function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set t
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1074
    • 提供者:何问宇
  1. 大津法阈值分割(otsu)

    0下载:
  2. 个人搜集的两个大津法阈值分割算法(otsu算法),已通过测试-personal collection of two large Zimbabwe law thresholding segmentation algorithm (Otsu algorithm), have passed the test
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2202
    • 提供者:王雷
  1. 图像分割迭代、峰谷、半阈值算法的vc代码

    0下载:
  2. 实现图像的分割迭代算法、峰谷算法、半阈值算法的vc代码-achieve iterative image segmentation algorithm, algorithm - trough, semi-threshold algorithm vc code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:90669
    • 提供者:孙类
  1. 阈值分割和轮廓提取

    0下载:
  2. 阈值分割和轮廓提取 源码,对使用阈值法进行图像分割的朋友很有帮助。-thresholding segmentation and contour extraction source, the use of the threshold value method for image segmentation helpful friends.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:203830
    • 提供者:jia
  1. 阈值勘换

    0下载:
  2. 阈值勘换
  3. 所属分类:图形/文字识别

  1. 细胞图像阈值分割源代码

    0下载:
  2. 细胞图像阈值分割源代码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-24
    • 文件大小:995
    • 提供者:lxr0530
  1. 基于Mean Shift的阈值分割

    0下载:
  2. 阈值分割算法是一种将灰度图像转化为二值图像的简单有效的方法,但是由于需处理图像的复杂性,常常使得阈值分割算法中阈值的选取问题无法很好解决。针对这个问题,在进行阈值化处理之前,我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。 简单来说,基于Mean Shift的图像分割过程就是首先利用Mean Shift算法对图像中的像素进行聚类,即把收敛到同一点的起始
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-06-20
    • 文件大小:844
    • 提供者:cathy2007
  1. 图像分割中阈值的设置

    0下载:
  2. 图像分割中阈值的设置

  3. 所属分类:matlab例程

    • 发布日期:2009-02-18
    • 文件大小:300
    • 提供者:kexilily
  1. 一维最大熵阈值分割算法

    0下载:
  2. 一维最大熵阈值分割算法实现
  3. 所属分类:图形图像处理(光照,映射..)

  1. ostu算法阈值分割

    0下载:
  2. ostu阈值分割算法,经典的阈值分割算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-10-12
    • 文件大小:975
    • 提供者:trierwang
  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/
  3. 所属分类:源码下载

  1. Ostu图像阈值分割算法IDL程序

    3下载:
  2. Ostu图像阈值分割算法IDL程序
  3. 所属分类:源码下载

« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org