搜索资源列表

  1. 彩色图像边缘检测

    1下载:
  2. 利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RG
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:16775
    • 提供者:丁峰
  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/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1303
    • 提供者:邱卫东
  1. 彩色边缘图像检测

    0下载:
  2. 这个是一个关于彩色图像边缘检测的程序,是使用MATLAB 编写的。
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-07-21
    • 文件大小:315360
    • 提供者:nashengyu
  1. 彩色图像边缘检测

    0下载:
  2. 利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RG
  3. 所属分类:图形图象

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:丁峰
  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-09
    • 文件大小:1024
    • 提供者:邱卫东
  1. Imageware

    0下载:
  2. 1.读写BMP文件并显示 2.对图像进行边缘检测 3.对彩色图像进行颜色空间的变换RGBtoHSV-1. BMP file read and write and show two. Right Image Edge Detection 3. For color image color space the transformation RGBtoHSV
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:111616
    • 提供者:Ortega
  1. Robert_Edge

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

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

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

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

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

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

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

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

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

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:刘从义
  1. ImageShow

    0下载:
  2. 基于OpenCV和VC环境开发的彩色图像边缘提取程序,包括laplace,canny,sobel等常用算子,可自动调整阈值。-OpenCV and VC-based environment for the development of color image edge extraction procedures, including laplace, canny, sobel operator, such as commonly use
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:37888
    • 提供者:aclon
  1. sobeljiance

    0下载:
  2. 文章提出了一种基于Sobel算子和网格的二尺度彩色图像边缘检测方法.该方法将图像划分成预先设定大小的网格,在两个尺度上对图像进行分析,完成图像的边缘检测。首先用Sobel算子求得图像边缘,依据网格内含有边缘像素的数目以及连通情况将不同的网格分别处理。 然后以网格为数据单元,在较大尺度上运用Sobel算子得到图像边缘。最后通过设定数据的优先级和使用形态学的方法合并两次计算边缘的结果。该方法充分考虑到了图像当中可能出现的各种复杂情况,从两个
  3. 所属分类:文件格式

    • 发布日期:2024-05-09
    • 文件大小:126976
    • 提供者:jdshgufi
  1. Cmp_vis_canny

    0下载:
  2. 彩色图像边缘检测(canny 算子,高斯窗口可调)-image edge detection [canny]
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:卢学
  1. ColorFeatures

    0下载:
  2. 一种彩色图像边缘检测的算法。实现J.van de Weijer的" Robust Photometric Invariant Features from the Color Tensor"-The quasi-invariant derivatives can be used to suppress undesired edges such as shadow, shading and specular edges. LITERAT
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:388096
    • 提供者:张子墨
  1. Matlab_source_for_edge_detector_using_quaternion_c

    0下载:
  2. "基于四元数卷积的彩色图像边缘检测"一文的matlab源代码,很有帮助-matlab source code of "Colour image edge detector based on quaternion convolution" Electronics Letters, 34(10), May 14 1998, 969-971
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:783360
    • 提供者:王建
  1. edge

    0下载:
  2. 彩色图像边缘检测,给予canny算子,可以直接运行-colar canny
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王亮
  1. 11

    0下载:
  2. 彩色图像边缘检测方法研究,不错的论文。-Color image edge detection method, a good paper
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:5257216
    • 提供者:heling
  1. color-edge

    0下载:
  2. 彩色图像边缘检测程序color_edge.m:来源于:《数字图像处理及MATLAB实现》P197-198 canny_edgecolor.m:来源于网络资源 -Color image edge detection program color_edge.m: from: " Digital Image Processing and MATLAB to achieve" P197-198 canny_edgecolo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:林溪
  1. canny边缘检测

    0下载:
  2. 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:tingwwwting
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org