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

搜索资源列表

  1. edge_detection.rar

    0下载:
  2. this file contains the codes to obtain edge detection.Either the "edge"function can be used to directly obtain the edge detection by using the selected derivative estimators.(like-canny,sobel.)or the direct code for SOBEL(gradient method)and LAPLACIA
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1050
    • 提供者:saumya
  1. susan.rar

    1下载:
  2. 一种改进的susan角点检测算法,非常好用,效果明显。,An improved susan corner detection algorithm is very easy to use, the effect clearly.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-27
    • 文件大小:8448
    • 提供者:Bill
  1. ImageProcess2

    0下载:
  2. 灰度图像边缘检测 1.编程实现以下六种图像边缘检测算子。 (1)Roberts边缘算子 (2)Sobel边缘算子 (3)Prewitt边缘算子 (4)拉普拉斯边缘算子 (5)Kirsch边缘算子 2.根据检测结果,分析与比较各种边缘检测算法的主要区别。 -Edge Detection 1. Programming to achieve the following six kinds of image edge detection operator. (1) Rob
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4334141
    • 提供者:李莫愁
  1. Spatial-filtering-of-images

    2下载:
  2. 现有三幅图像,图像1是包装瓶中的气泡图片,图像2是印刷电路板的元器件焊接质量检查图,图像3是封装后的胶囊状药品。实验要求从这三幅图片中, 1. 选择一副图像,并叠加零均值高斯噪声,分别利用均值滤波和中值滤波器对该有噪图像进行滤波,显示滤波后的图像,比较两滤波器的滤波效果。 2. 选择一副图像,并叠加椒盐噪声,分别用均值滤波器,中值滤波器对该图像进行滤波,比较滤波器的滤波效果。 3. 选择一幅图像,分别利用Laplacian算子和Sobel算子对图像进行锐化操作,比较锐化的效果。-Th
  3. 所属分类:Special Effects

    • 发布日期:2016-03-25
    • 文件大小:199680
    • 提供者:李新文
  1. Laplaciansharpening.rar

    0下载:
  2. 拉普拉斯锐化(边缘检测) VC++实现 在做图像处理的学习者可以下载。,Laplacian sharpening (edge detection) VC++ to achieve doing image processing, learners can be downloaded.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:157865
    • 提供者:gaopan
  1. SPAMS_v1.02_win32

    0下载:
  2. THIS PROJECT IS ON COMPUTER VISION AND TO PERFORM DIFFERENT OPERATIONS ON GIVEN IMAGE FILE.(I.E GETTING IMAGE INFORMATION AND LAPLACIAN TRANSFORMATION OF GIVEN IMAGE)
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3286459
    • 提供者:sampath
  1. bianyuan

    0下载:
  2. 提供图像的边缘检测,包括roberts算子,sobel算子,拉普拉斯算子等C语言源码。-Providing image edge detection, including roberts operator, sobel operator, Laplacian, etc. C language source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3479548
    • 提供者:xu
  1. filters

    1下载:
  2. 实现了多种空域、频域滤波器:直方图均衡化、中值滤波、拉普拉斯锐化、理想低通、巴特沃斯低通、去条带-realize various space-based and frequency-based filters, like equilzation, median filter, laplacian filter, ideal low-pass filter, Butterworth low-pass filter and wedge filter
  3. 所属分类:2D Graphic

    • 发布日期:2015-09-25
    • 文件大小:2971648
    • 提供者:Feng
  1. laplas

    0下载:
  2. 拉普拉斯金字塔程序,生成前三级金字塔程序-Laplacian pyramid program, the program generated the first three pyramids
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:98385
    • 提供者:康斌
  1. matlabPyrTools

    0下载:
  2. This package contains some MatLab tools for multi-scale image processing. Briefly, the tools include: - Recursive multi-scale image decompositions (pyramids), including Laplacian pyramids, QMFs, Wavelets, and steerable pyramids. These oper
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2065080
    • 提供者:not applicable
  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. laplas-piramid

    0下载:
  2. 拉普拉斯金字塔分解 做毕业设计的可以参考,小波变换以及MGA的初级参考-Laplacian pyramid decomposition do graduate design can refer to the wavelet transform as well as the primary reference of the MGA
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:2034125
    • 提供者:谢彦浩
  1. susan

    0下载:
  2. susan算子的源码一老外写的,貌似很好-susan corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:12681
    • 提供者:lixiujun
  1. matrix

    0下载:
  2. 返回拉普拉斯抠图矩阵,实现用matlab抠图功能-Back matting Laplacian matrix, implemented by the matting function matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:820
    • 提供者:封婷
  1. tuxiangruihua

    0下载:
  2. 图像锐化,包含拉普拉斯锐化法 4邻域模板 巴特沃斯高通滤波器锐化, 阶数M=3 截断频率D0=40,梯度算子锐化 sobel和prewi-Image sharpening, including Laplacian sharpening four neighborhood template Butterworth high-pass filter sharpening, the order M = 3 cut off frequency D0 = 40, sharpening sobel gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5431
    • 提供者:马雪亮
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. e2

    0下载:
  2. 对图像进行频率域图像增强,计算并画出此图像的中心化频率谱,用拉普拉斯算子对此图像锐化。 -The image frequency domain, image enhancement, calculate and draw the image of the center of the frequency spectrum, this image with a Laplacian sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:634
    • 提供者:potato
  1. Masks

    0下载:
  2. 本文件包含拉普拉斯-高斯算子 Unsharp Masking, 和Sobel 算子,并用上述算子处理Grey scale图像,文件里有测试图像。代码用visual studio 2008编写,可以直接运行。-This file contains Scale Space using Laplacian of Gaussian operator Unsharp Masking, and Sobel Operator ,and using these operators to handle grey
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4083517
    • 提供者:Jason
  1. edgedetect

    0下载:
  2. 边缘检测VC实现了 Roberts算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11013
    • 提供者:刘则是
  1. Project7_edgedetection

    0下载:
  2. 各种边缘检测算子实现图像边缘检测功能,有laplacian, Roberts, Sobel -edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1781
    • 提供者:彭勇
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 33 »
搜珍网 www.dssz.com