CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - edge detector

搜索资源列表

  1. bianyantiqu

    0下载:
  2. 由于噪声点(灰度与周围点相差很大的点)对边沿检测有一定的影响,所以效果更好的边沿检测器是高斯拉普拉斯(LOG)算子。它把我们在第3章中介绍的高斯平滑滤波器和拉普拉斯锐化滤波器结合了起来,先平滑掉噪声,再进行边沿检测,所以效果会更好。-As the noise points (points, a big difference with the surrounding gray points) on the edge detection to a certain extent, the effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:124710
    • 提供者:zoubinbin
  1. sobel

    0下载:
  2. 简单的java图像处理 实现垂直边缘检测算子 -Java simple image processing to achieve a vertical edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:672
    • 提供者:liuqing
  1. gauss_Homomorphic_filter

    0下载:
  2. 高斯高通同态滤波器增强照度不均图像,canny算子边缘检测-gauss high Homomorphic filter enhance non-umiformly illuminated image,Canny edge detector.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:214849
    • 提供者:zjh
  1. LhfImage2

    1下载:
  2. 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge dete
  3. 所属分类:Special Effects

    • 发布日期:2014-05-13
    • 文件大小:79290
    • 提供者:李慧芳
  1. cannyedgedetectori

    0下载:
  2. code for canny edge detector
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2579
    • 提供者:ram
  1. edgedetection

    0下载:
  2. Different edge detector algorithms implemented.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1196
    • 提供者:Ezekiel
  1. canny

    1下载:
  2. (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector
  3. 所属分类:Special Effects

    • 发布日期:2015-12-13
    • 文件大小:2469
    • 提供者:amy
  1. evolving-edge-detector

    0下载:
  2. edge detector through evolving manner
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:42885
    • 提供者:fenglei yang
  1. Canny

    0下载:
  2. Edge detector of Canny.
  3. 所属分类:matlab

  1. Canny

    0下载:
  2. canny edge detector in java for image processing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3265
    • 提供者:arpan
  1. sc_demo

    0下载:
  2. shape context matlab opensource code use in image process Contains the canny edge detector and the shape context of the optimization calculation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:95003
    • 提供者:wf
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. matlabcode

    0下载:
  2. canny edge detector分步实现,学校的作业,便于学习canny算法-canny edge detector to achieve step by step, school operations, facilitate learning canny algorithm for
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2457
    • 提供者:周靖婷
  1. wave-Homo

    1下载:
  2. 小波同态滤波,对不均匀照度图像进行图像增强;利用CANNY算子对目标边缘检测 -A method based on wavelet was applied to homomorphic filtering to enhance the contrast of image and solve the problem of uneven illumination ;Canny edge detector.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1536
    • 提供者:zhoujianhua
  1. edge

    0下载:
  2. 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2078187
    • 提供者:leon
  1. sobel

    0下载:
  2. sobel edge detector matlab code with comments
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:560
    • 提供者:RJ
  1. cannyimplementation

    0下载:
  2. canny edge detector coding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2756
    • 提供者:mani
  1. dip2

    0下载:
  2. Project Evaluation and Comparison of Canny Edge Detector and Edge Detection by Kirsch’s operation in matlab a didital image processing project
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1301747
    • 提供者:123imhot1
  1. canny-edge-detector

    0下载:
  2. canny edge detector document
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:18119
    • 提供者:jwalitha
  1. A-COMBINED-CORNER-AND-EDGE-DETECTOR-1988

    0下载:
  2. A COMBINED CORNER AND EDGE DETECTOR 19-A COMBINED CORNER AND EDGE DETECTOR 1988
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1796983
    • 提供者:quy
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com