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

搜索资源列表

  1. laplaciansuanzi

    0下载:
  2. 用Laplacian算子进行边缘检测 的 函数 文件,大家可以尝试的用用,都是基于matlab平台的。-Laplacian operator used for the edge detection function documents, we can try to use use are based on Matlab platform.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:151437
    • 提供者:我市
  1. spetial_image_enhancement.rar

    0下载:
  2. 分别通过高斯低通滤波,梯度运算和拉普拉斯算子对图像进行增强。含有GUI操作界面,Through Gaussian low-pass filtering, the gradient operator and Laplacian image enhancement. Contains a GUI interface
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:95806
    • 提供者:顔瞳
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. SHARP

    1下载:
  2. 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features o
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:1756
    • 提供者:顾艳华
  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. suanfa

    0下载:
  2. 对一幅图像进行算法处理,包括梯度算子,拉普拉斯算法,log算子等。-Algorithm on an image for processing, including gradient operator, Laplacian algorithm, log, etc. operator.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1632
    • 提供者:耿晗
  1. exp01

    1下载:
  2. 1.运用Laplacian算子,基于二阶微分的图像增强,即拉氏变换法进行图像平滑 2.利用邻域平均法实现图像的平滑处理 3.利用Robert算子做锐化处理-1. The use of Laplacian operator, based on second-order differential of the image enhancement, that is, Laplace transform method for image smoothing 2. The use of neigh
  3. 所属分类:Special Effects

    • 发布日期:2015-12-26
    • 文件大小:1452
    • 提供者:虞佳霓
  1. roLaLOG

    0下载:
  2. 自己编的matlab程序,Roberts算子,Laplacians算子以及LOG算子用于边缘检测,图像为Lena标准图像,可以直接运行-Matlab compiled its own procedures, Roberts operator, Laplacians operator as well as the LOG operator for edge detection, image of Lena standard image can be directly run
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1377
    • 提供者:jin jing
  1. edge

    0下载:
  2. Edge detection using gradient and laplacian operator
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:402827
    • 提供者:ahmed
  1. log_edge

    2下载:
  2. 用matlab编写的拉普拉斯高斯算子代码(LoG算子),用该函数实现LoG算子提取图像边缘点的功能。-Written by matlab Laplacian of Gaussian operator code (LoG operator), using the LoG operator functions for extracting the image edge points of the function.
  3. 所属分类:matlab

    • 发布日期:2015-05-04
    • 文件大小:1024
    • 提供者:林安安
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:388874
    • 提供者:许胜强
  1. Matlab-edge-detection-operator

    1下载:
  2. 自己整理的经典边缘检测算子matlab源程序 图像处理必备 1、canny算子 2、kirsch算子 3、laplacian算子 4、log算子 5、prewitt算子 6、robert算子 7、robinson算子 8、sobel算子-Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:918689
    • 提供者:笑傲江湖
  1. bianyuanruihua

    0下载:
  2. 该程序是基于MATLAB的边缘锐化程序,程序内含有SOBEL算子锐化,Laplacian算子锐化。-The program is based on the the MATLAB edge of sharpening program, the program contains SOBEL operator sharpen, Laplacian operator sharpening the.
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:522291
    • 提供者:上官光华
  1. matlab_4

    0下载:
  2. 基于matlab的4种梯度算子,Sobel Operator、Laplacian Operator、Prewitt Operator-Matlab based on the four kinds of gradient operator
  3. 所属分类:Development Research

    • 发布日期:2017-11-10
    • 文件大小:77804
    • 提供者:legequ
  1. Matlab-GUI_image5-(2)

    1下载:
  2. 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、使用“sobel算子”、“prewitt算子”、“roberts算子”、“log算子”、“canny算子”、“zero-cross算子”、“laplacian算子”对图像进行锐化等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, use the &
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11827
    • 提供者:tuzki
  1. Frequency-domain-filtering

    0下载:
  2. 本文主要研究了频域滤波中平滑以及锐化技术,借助Butterworth滤波器以及Gauss滤波器探究了低通滤波器的性质;结合USM技术,Laplacian算子、以及Butterworth/Gauss滤波器研究了高通滤波器的特性. doc文档最后附有所有我编写的的matlab代码-This paper studies the frequency domain filtering smoothing and sharpening techniques, using Gauss filter But
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1626112
    • 提供者:du han
  1. matlab-code

    1下载:
  2. 实用的matlab代码:中值滤波器;用Sobel算子和拉普拉斯对图像锐化;梯度算子检测边缘;LOG算子检测边缘;Canny算子检测边缘-Practical matlab code: median filter Sobel operator and Laplacian image sharpening gradient edge detection operator LOG operator to detect the edges Canny edge detection operator
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:星河之风
  1. laplacian-operator

    0下载:
  2. 在MATLAB中使用拉普拉斯算子检测图像边沿,多个参数对比-In MATLAB using the Laplasse operator to detect image edge, multiple parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:20025
    • 提供者:孙峰
  1. GUIruxiangchuli

    1下载:
  2. 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、显示,直方图均衡化,中值滤波、均值滤波,拉普拉斯算子增强,边缘检测(包括LoG边缘检测、Canny边缘检测)等(The system design based on GUI graphical interface, using matlab language to write code, to achieve the function, including image read, display, histogra
  3. 所属分类:图形图像处理

    • 发布日期:2018-11-20
    • 文件大小:57344
    • 提供者:毛懒懒
« 12 »
搜珍网 www.dssz.com