当前位置:
首页
资源下载
![](/images/right.gif)
搜索资源 - matlab laplacian operator
搜索资源列表
-
0下载:
用Laplacian算子进行边缘检测 的 函数
文件,大家可以尝试的用用,都是基于matlab平台的。-Laplacian operator used for the edge detection function documents, we can try to use use are based on Matlab platform.
-
-
0下载:
分别通过高斯低通滤波,梯度运算和拉普拉斯算子对图像进行增强。含有GUI操作界面,Through Gaussian low-pass filtering, the gradient operator and Laplacian image enhancement. Contains a GUI interface
-
-
0下载:
数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。
-Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
-
-
1下载:
锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、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
-
-
1下载:
编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。
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
-
-
0下载:
对一幅图像进行算法处理,包括梯度算子,拉普拉斯算法,log算子等。-Algorithm on an image for processing, including gradient operator, Laplacian algorithm, log, etc. operator.
-
-
1下载:
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
-
-
0下载:
自己编的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
-
-
0下载:
Edge detection using gradient and laplacian operator
-
-
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.
-
-
0下载:
第一章作业:
用C语言或者VC,VB,Matlab或其他语言完
成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
第五章作业
编写一个程序,对输入的图像进
-
-
0下载:
edge_detect.m : 图像边缘检测
其中使用
梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子
二阶微分算子法 : 拉普拉斯高斯算子、canny算子
lenna.bmp : 原始灰度图片
实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
-
-
1下载:
自己整理的经典边缘检测算子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
-
-
0下载:
该程序是基于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.
-
-
0下载:
基于matlab的4种梯度算子,Sobel Operator、Laplacian Operator、Prewitt Operator-Matlab based on the four kinds of gradient operator
-
-
1下载:
使用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 &
-
-
0下载:
本文主要研究了频域滤波中平滑以及锐化技术,借助Butterworth滤波器以及Gauss滤波器探究了低通滤波器的性质;结合USM技术,Laplacian算子、以及Butterworth/Gauss滤波器研究了高通滤波器的特性.
doc文档最后附有所有我编写的的matlab代码-This paper studies the frequency domain filtering smoothing and sharpening techniques, using Gauss filter But
-
-
1下载:
实用的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
-
-
0下载:
在MATLAB中使用拉普拉斯算子检测图像边沿,多个参数对比-In MATLAB using the Laplasse operator to detect image edge, multiple parameters
-
-
1下载:
本系统设计基于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
-