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

搜索资源列表

  1. image-sharpen

    0下载:
  2. 图像的锐化处理 各类算子 Sobel算子 拉普拉斯算子 Robert算子等-Sharpen of Images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:50732
    • 提供者:汪晨
  1. Laplacian

    0下载:
  2. 拉普拉斯算子,实现边界锐化。拉普拉斯运算是偏导数运算的线性组合[4-6],而且是一种各向同性(旋转不变)的线性运算。包含实验报告以及代码-Enhancement Using the Laplacian (a) Use the programs developed in Projects 03-03 and 03-04 to implement the Laplacian enhancement technique described in connection with Eq. (3.7
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:176808
    • 提供者:landy
  1. LOG

    0下载:
  2. 本程序是基于vc的log算子,进行边缘检测。log算子是拉普拉斯算子和高斯低通滤波的结合,希望我的程序对大家的学习有所帮助。-This procedure is based on the vc log operator, edge detection. log operator is a combination of Laplacian and Gaussian low-pass filter, and want my program to help everyone to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22833050
    • 提供者:ZHANGAIJUAN
  1. leigs

    0下载:
  2. 拉普拉斯映射的基本思想是在高维空间中离得 很近的点投影到低维空间中的像也应该离得很近,最终求解归结到图拉普拉斯算子的广义特征值问题,本例为拉普拉斯调用函数,对于学习维数约简的同学或许有帮助.-The basic idea is the Laplace mapping from very near the point of projection in the high-dimensional space as low-dimensional space should be very close
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1013
    • 提供者:水清
  1. denoiseaenhance

    0下载:
  2. 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filter, 3x3 median filter " ,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:163463
    • 提供者:王岗
  1. Sobel-operator-and-Laplace

    0下载:
  2. 运用Sobel算子和拉普拉斯算子对图像进行锐化处理-Use Sobel operator and Laplace operator image sharpening
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:6402
    • 提供者:张艾瑞
  1. MeshLP.tar

    0下载:
  2. 通过离散化流形拉普拉斯算子的方法,在三维网咯数据中建立网格拉普拉斯算子-To establish Grid Laplacian through discretization manifold Laplacian in a three-dimensional network slightly data
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:1190807
    • 提供者:Stevenson
  1. proj_3

    0下载:
  2. 用MFC写的,利用拉普拉斯算子做的图像锐化-MFC write, do image sharpening Laplacian
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:2397168
    • 提供者:王力
  1. image_pro_3_hjs

    0下载:
  2. 用Matlab实现的空域综合增强图像,包括拉普拉斯算子,Sobel算子等-Integrated enhanced image using Matlab airspace, including the Laplace operator, Sobel operator
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:862
    • 提供者:hejiangshan
  1. Laplacian

    0下载:
  2. 拉普拉斯算子灰度图像锐化增强matlab实现-laplacian ,gray Image,matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:686
    • 提供者:gtianq
  1. edge

    0下载:
  2. C++编程,使用不同算子提取图像边缘,Sobel算子,Robot算子,拉普拉斯算子等-C++ programming, image edge extraction using a different operator, Sobel operator, Robot operator, Laplacian, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2630989
    • 提供者:陶伟
  1. image-processing

    0下载:
  2. 见数字图像处理书上对于骨骼的处理,利用多种算子,如拉普拉斯算子,sobel算子,锐化以及幂律变换等-See bone processing for digital image processing books, using a variety of operators, such as the Laplace operator, sobel operator, sharpening, and power-law transform
  3. 所属分类:Graph program

    • 发布日期:2017-12-01
    • 文件大小:16625
    • 提供者:王喆
  1. Digital-Image-Processing

    0下载:
  2. 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:909373
    • 提供者:fei
  1. 4

    0下载:
  2. 在vc平台下实现了对所选图像进行robert边缘算子,sobel算子,拉普拉斯算子等等边缘检测-Vc platform to achieve the selected image robert edge operator, sobel operator, Laplacian edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2008729
    • 提供者:徐昊
  1. Laplacian-sharpening

    0下载:
  2. 对灰度图像进行拉普拉斯算子锐化,提取灰度图像的边缘。-Laplace operator sharpening, extract the edge of the gray image gray image.
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:1241
    • 提供者:wkk
  1. sar1

    0下载:
  2. 利用matlab编写的图像边缘检测程序,里面包括马尔算子,拉普拉斯算子,罗伯特算子,Canny算子等。-Use the matlab image edge detection program, which includes Malta operator, Laplace operator, Robert operator, Canny operator and other.
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1329
    • 提供者:nihuan
  1. CHENGXU

    0下载:
  2. 另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像 6.在图像中生成一个矩形,然后用模板匹配法找出矩形位置。使用SSDA或改进的SSDA法-ave
  3. 所属分类:Oracle

    • 发布日期:2017-11-20
    • 文件大小:925
    • 提供者:方芳
  1. ImageProcessingProgram

    0下载:
  2. matlab图像处理,包括直方图均衡化,平滑滤波,拉普拉斯算子增强,及椒盐噪声的滤波处理!-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:177974
    • 提供者:yaojiali
  1. ruihua

    0下载:
  2. matlab 实现图像增强 包括 prewitt,sobel 拉普拉斯算子-MATLAB image enhancement including prewitt, Sobel Laplace operator
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:1355
    • 提供者:董亚伟
  1. Desktop

    0下载:
  2. 这是拉普拉斯算子锐化图像代码,用于许多图像处理方面-This is the Laplacian sharpening image codes, are used in many image processing
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:1943
    • 提供者:万黄
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com