CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像边缘检测

搜索资源列表

  1. edgeDetectionAndEnergy

    0下载:
  2. 灰度图像边缘检测的代码,常用的集中边缘检测算子都有 canng log sobel 等,并计算了图像中边缘的能量信息-Edge Detection of code, commonly used edge detection operators have focused canng log sobel, etc., and calculate the energy of the edge of the image information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:156160
    • 提供者:zhanghf
  1. Transform.document.edge.detection

    0下载:
  2. 小波变换图像边缘检测技术高级文档Transform high-level document image edge detection -Transform high-level document image edge detection
  3. 所属分类:Wavelet

    • 发布日期:2017-05-18
    • 文件大小:4742224
    • 提供者:yes
  1. wavemax

    1下载:
  2. 输入为JPG格式图像,通过小波模极大值提取图像边缘,共分3级进行提取,输出包括原图像边缘检测结果和不同级别小波边缘图像。-JPG format input image, the wavelet modulus maxima extracted image edge extraction is divided into three, the output includes the original image edge detection results and the different lev
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:515
    • 提供者:张扬
  1. EdgeContour

    0下载:
  2. 数字图像处理的边缘检测,包括Sobel算子,拉普拉斯算子,Hough变换等!-Digital image processing, edge detection, including the Sobel operator, Laplacian, Hough transform!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4077256
    • 提供者:琚常龙
  1. DE2_LCM_CCD_sobel

    0下载:
  2. 基于DE2的图像边缘检测源代码,利用sobel实现其功能。-Image edge detection based on DE2 source code, using sobel to achieve its function.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:404915
    • 提供者:邵一峰
  1. Edge-Detection

    0下载:
  2. vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1422315
    • 提供者:李焕
  1. RSF_v0

    0下载:
  2. 基于RSF模型的图像边缘检测,可达到良好的效果.李春明老师提供-RSF-model edge detect with Level set method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:50910
    • 提供者:周Ada
  1. 1_9

    1下载:
  2. 边缘检测的程序用以检测裂缝,MFC的图像处理程序-Edge detection procedure to detect cracks, MFC image processing program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:133009
    • 提供者:xxx
  1. ImageTest5

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析---图像边缘检测 涵盖内容: 1>Roberts算子 2>Prewitt算子 3>Sobel算子 4>Laplacian算子 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules中添加vfw32.lib。 实验环境: Win+VC6.0 -Visual C/C++ graphics an
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:214508
    • 提供者:hty
  1. Edgedetect

    0下载:
  2. 一个VC++编程实现图像边缘检测和提取以及轮廓跟踪源码. -A VC++ programming and image edge detection and extraction of contour tracking source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:73092
    • 提供者:清醒
  1. VCPP-ImageProcess

    0下载:
  2. 代码实现对bmp图像的各种处理,包括:3种平滑处理、3种锐化处理、边缘增强(垂直、水平,东、南、西、北,东北,西北,东南,西南,和3种拉普拉斯方法),5种边缘检测的方法,中值滤波去噪,艺术效果(油画、浮雕),快速傅里叶变换,余弦变换,沃尔什—哈大吗变换,腐蚀膨胀,开闭操作,边缘提取,细化等功能。不错的VC++数字图像处理的代码,值得一看!-Bmp image code on a variety of processing, including: three kinds of smoothing,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5143624
    • 提供者:王卫
  1. image-edge-detectting

    0下载:
  2. 图像边缘检测,用于视频的图像边缘检测,在智能视频中检测图像边缘很重要-image edge detectting in order to detect the image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:62265
    • 提供者:petrel
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,Sobel and Canny Operator und
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:238190
    • 提供者:王文
  1. Matlab_GUI_ImageEdge

    0下载:
  2. matlab实现图像边缘检测,书籍源码,gui编程-Image edge detection matlab, book source, gui programming
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:848093
    • 提供者:郭顺超
  1. edge-detection-operator-

    0下载:
  2. 图像边缘检测的各种算子的编程实现及与系统内部程序比较实例-A variety of edge detection operator programming and internal procedures and systems to compare instance
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:448840
    • 提供者:胡如江
  1. tuxiang-bianyuan-jiance

    0下载:
  2. 图像边缘检测 源代码 hough变换 轮廓提取 轮廓跟踪 种子填充-Edge detection source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:92151
    • 提供者:13
  1. processing

    0下载:
  2. 通过设计GUI界面,实现图像的读取、保存、灰度变化、直方图、多种增强、滤波,图像复原、多种边缘检测、图像放大、缩小等 -Through the design of GUI interfaces to achieve the image to read, save, gray change, histogram, a variety of enhancement, filtering, image restoration, multi-edge detection, image scaling
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3653
    • 提供者:jessica
  1. wavelet-matlab

    0下载:
  2. 基于小变换,以及边缘融合算法的图像边缘检测算法。包含了在多尺度下层层检测分解重构图像-Based transformations, and the edge of fusion algorithm for image edge detection algorithm. Contains layers of detection in multi-scale decomposition of the reconstructed image
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:9079
    • 提供者:葛宏
  1. picture-measurement

    0下载:
  2. matlab编写的图像测量程序(包括边缘检测,hough变换,小波变换图像融合)-image measurement program written in matlab (including edge detection, hough transform, wavelet transform image fusion)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:14015
    • 提供者:gaohainan
  1. C-Language

    0下载:
  2. C 语言图像处理代码大全,包括比较常用的算法。例如:阈值分割,边缘检测,直方图的计算,灰度共生矩阵的计算等等。-C-Code Complete, image processing, including the commonly used algorithms. For example: threshold segmentation, edge detection, histogram calculation, the calculation of GLCM and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8223829
    • 提供者:二毛
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com