搜索资源列表

  1. VC编程实现数字图像的边缘检测

    0下载:
  2. VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:洪宏
  1. 图像分割边缘检测算法

    0下载:
  2. 图像分割中的边缘检测,各类算子都有。。
  3. 所属分类:GDI/图象编程

  1. VC编程实现数字图像的边缘检测

    0下载:
  2. VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
  3. 所属分类:文档资料

    • 发布日期:2024-05-08
    • 文件大小:2048
    • 提供者:洪宏
  1. 基于小波变换和模糊算法的医学图像的边缘检测算法

    0下载:
  2. 边缘检测的一些不错的算法,包括很多算子的源代码。机会不容错过。-Edge Detection some good algorithms, including many Operator source. The opportunity should not be missed.
  3. 所属分类:C#编程

    • 发布日期:2024-05-08
    • 文件大小:405504
    • 提供者:yuan
  1. 小波变换在活塞环图像边缘检测中的应用研究

    0下载:
  2. 摘 要 小波变换是时间频率的局部化分析,它可以通过伸缩平移运算对信号逐步进行多尺度细化。本文正是基于小波变换在图像处理领域中表现出的多尺度分析,提出了用小波变换检测活塞环图像边缘的方法,这种方法通过对二维小波变换图像局部极大值的检测得到图像的边缘信息。通过实验证明了这种方法的有效性。-Abstract wavelet transform is the local time frequency analysis, it can shift
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:82944
    • 提供者:蓝婧
  1. 医学边缘检测

    0下载:
  2. 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-08
    • 文件大小:124928
    • 提供者:宋军
  1. 彩色图像的边缘检测

    0下载:
  2. 本人依据一篇文献介绍的方法编的彩色图像边缘检测程序,其效果要由于一般的方法。-literature on the basis of a methodology for the Color Edge Detection procedures, the effect due to the general approach.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:邱卫东
  1. tu_xiang_jianche

    0下载:
  2. 数字图像的边缘检测是图像分割、目标区域的识别、区域形状提取等图像分析领域十分重要的基础,图像理解和分析的第一步往往就是边缘检测,目前它以成为机器视觉研究领域最活跃的课题之一,在工程应用中占有十分重要的地位。本文向读者简单介绍一下这个技术,并给出了在Visual C++环境下实现的代码。-Digital Image Edge detection is image segmentation, target recognition in th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:6144
    • 提供者:孙天凯
  1. tuxiangjianche

    0下载:
  2. 图像的边缘检测,图像处理爱好者下载看看,还可以。-image edge detection, image processing lovers download see also.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-08
    • 文件大小:347136
    • 提供者:赵进辉
  1. EdgeChek

    0下载:
  2. 这次改进了,可以较好的实现图像的边缘检测,很好的代码,本人认为!! -this improvement, we can achieve a better image of edge detection, good code, I think! !
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1342464
    • 提供者:杜东亮
  1. PreWitt_Edge

    0下载:
  2. 彩色图像的边缘检测的PreWitt算子,适用于应用程序编程和初学者。-Color Image Edge Detection PreWitt operator, applied to Application Programming and beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:
  1. test_edgecolor

    0下载:
  2. 本代码实现了彩色图像的边缘检测,试验结果来看效果比较好-The code achieved a color image edge detection, test results of the effect of better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:1024
    • 提供者:罗林
  1. LJQ

    0下载:
  2. 实现图像的边缘检测,生成点云数据,进行位图操作等-Realize image edge detection, to generate point cloud data such as bitmap operations
  3. 所属分类:OpenGL

    • 发布日期:2024-05-08
    • 文件大小:155648
    • 提供者:王双
  1. Canny

    0下载:
  2. 图像的边缘检测(用Canny算子提取边缘)-Image edge detection (using Canny edge extraction operator)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:2190336
    • 提供者:王萑
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:145408
    • 提供者:张继刚123
  1. 边缘检测特征提取

    0下载:
  2. 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:4169728
    • 提供者:星儿
  1. 1.3 图像的边缘检测

    0下载:
  2. 学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)
  3. 所属分类:图形图象

    • 发布日期:2024-05-08
    • 文件大小:145408
    • 提供者:联合小博
  1. snake算法的边缘检测

    0下载:
  2. 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:149504
    • 提供者:王小软
  1. 基于4种不同算子的边缘检测运算

    0下载:
  2. 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-08
    • 文件大小:182272
    • 提供者:huyuwang
  1. 1.4图像的斑点检测

    0下载:
  2. 1.3 图像的边缘检测,检测图像周边,详细说明(1.3 edge detection of image, detection image peripheral,Detailed instructions)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-08
    • 文件大小:165888
    • 提供者:daisy!
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org