搜索资源列表

  1. ImageFG5

    0下载:
  2. 遗传模似退火算法图像分割、还有固定阀值、迭代阀值分割,边缘跟踪等到-genetic simulated annealing image segmentation, there is a fixed threshold, iterative threshold segmentation, at the edge tracking
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:219049
    • 提供者:xiong
  1. a222

    0下载:
  2. 在VISUAL C++ 环境下进行阀值分割和轮廓提取,效果不错-in Visual C environment threshold for segmentation and contour extraction good results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:204822
    • 提供者:天会
  1. colorImages

    0下载:
  2. 彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:80133
    • 提供者:文演
  1. 39709556hysegment

    0下载:
  2. 彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:金良
  1. DleIntensity

    0下载:
  2. 图像阀值分割算法代码,可以对图像进行阀值分割处理,采用VC实现,编译后可以直接运行。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:163354
    • 提供者:sdfsdf
  1. feige

    0下载:
  2. 此代码为数字图像处理的分割源代码,主要是阀值分割
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3706
    • 提供者:尹海云
  1. 二值图像的阀值分割程序

    0下载:
  2. 所属分类:其它程序

    • 发布日期:2009-11-21
    • 文件大小:10478
    • 提供者:924867319
  1. VC 图像阀值分割与轮廓提取

    0下载:
  2. 所属分类:图形图象

    • 发布日期:2009-11-24
    • 文件大小:540147
    • 提供者:zhengyue317
  1. ga单阀值分割

    0下载:
  2. ga单阀值分割
  3. 所属分类:人工智能/神经网络/遗传算法

  1. otsu_comp

    0下载:
  2. C语言算法程序,已经过硬件测试,效果很好,用于图象的二值化,自动取得阀值.-C language paper, the hardware has been tested and the results very good for the image of the two values, automatic threshold.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:whale
  1. ImageFG5

    0下载:
  2. 遗传模似退火算法图像分割、还有固定阀值、迭代阀值分割,边缘跟踪等到-genetic simulated annealing image segmentation, there is a fixed threshold, iterative threshold segmentation, at the edge tracking
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-16
    • 文件大小:219136
    • 提供者:xiong
  1. fazhi

    0下载:
  2. 迭代最佳阈值分割算法,寻找最佳阀值检测边缘-best iteration threshold segmentation algorithm to find the best edge detection threshold
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:凌俊辉
  1. colorImages

    0下载:
  2. 彩色图像自动阀值分割论文,是我做项目时用到的最好的文档资料
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:79872
    • 提供者:文演
  1. fz

    0下载:
  2. 机器视觉技术是计算机科学的重要研究领域,其中背景图像中字符的提取和识别有重大的研究意义.通过分析复杂背景中字符存在的特点,针对快速分割和识别的应用需求,提出了一种在色调上将阀值法和区域生长法相结合的分割方法.-Machine vision technology is an important computer science research areas, including the background character image
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:150528
    • 提供者:casey1986
  1. DleIntensity

    0下载:
  2. 图像阀值分割算法代码,可以对图像进行阀值分割处理,采用VC实现,编译后可以直接运行。-Threshold image segmentation algorithm code, the image threshold segmentation processing, the realization of the use of VC, the compiler can be run directly.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:162816
    • 提供者:sdfsdf
  1. shuangfengfa

    0下载:
  2. 实现数字图像分割,双峰法认为图像分为前景和背景两部分。在阀值选取的时候,连续出现的两个波峰之间的波谷,就是应选取的阀值分割点。-Digital image segmentation, bimodal method consider the prospects and the background image is divided into two parts. In the threshold selected, the row eme
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:220160
    • 提供者:胡伟
  1. RegionAnalyzesdk

    0下载:
  2. 这个是彩色图像分割方法。与RegionExtract采用的方法不同。 首先rgb转换成hsv,对h分量进行直方图分割,得到直方图的峰值和峰谷。利用得到的峰值和峰谷进行区域分割,这样会得到很多的小区域,对这些小区域进行区域合并,区域合并的终止条件是:区域一致性距离在某个固定的阀值之间,比如20或者在某个自适应阀值(该阀值自动计算)。注意:区域合并在luv空间进行。-This is a method for color image se
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:172032
    • 提供者:gajs
  1. yzfg

    0下载:
  2. 基于阀值的阈值分割:由灰度直方图可以看出谷值即是阀值,然后分割出来目标图像。-Based on the threshold of the threshold segmentation: histogram can be seen from the valley that is, threshold, and then divided by the target image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:tdw
  1. tuxiangfenggeyutezhengtiqu

    0下载:
  2. 图像特征提取的总结,用MATLAB模糊聚类算法进行图像分割,阀值分割及特征提取的资料和作业。-Summary of the image feature extraction, fuzzy clustering algorithm using MATLAB for image segmentation, threshold segmentation and feature extraction of data and operations
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:490496
    • 提供者:abcd0609
  1. IP103_Threshold

    0下载:
  2. 在DSP上是实现了灰度图象自动阀值分割,根据灰度图象的象索点灰度,邻域均值二维直方图的分布特点,给出了一个新的分割阀值判决函数。-Is realized in DSP automatic threshold gray level image segmentation, according to gray image as the gray cable, neighborhood average distribution of two-d
  3. 所属分类:DSP编程

    • 发布日期:2024-05-16
    • 文件大小:87040
    • 提供者:luoqiaozhen
« 12 3 4 5 »

源码中国 www.ymcn.org