搜索资源列表
mysmoothandsharp
- 该压缩包中的程序实现对图像的平滑和锐化,其中采用多种方法实现平滑(包括均值滤波,中值滤波,顺序统计滤波)和锐化(包括采用Sobel算子和高通滤波)。-Program realization of the right image sharpening and smoothing. using a variety of methods in which to achieve smooth (including mean filtering, median filtering, Order Stati
利用sobel算子和霍夫变换求出图像的边缘
- 利用sobel算子和霍夫变换求出图像的边缘,并计算图像边缘间距离,采用matlab处理,matlab
Sobel4
- 运用Sobel算子对图像进行锐化的源代码-Using Sobel operator to sharpen the image source code
ruihua
- 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
6
- 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 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
边缘检测算子对比
- 边缘检测中,不同算子处理结果对比 含sobel、roberts、prewitt、log、canny等
sobel
- 完整的用sobel算子进行边缘检测的例子-Complete with a sobel edge detection operator is an example
edgedetect
- 用MATLAB编的边缘检测算子,包括Robert算子、sobel算子、prewitt算子。自己编写的,有利于初学者理解边缘检测算子的具体实现过程,将结果与MATLAB函数实现的结果作了比较。-MATLAB code with the edge detection operator, including the Robert operator, sobel operator, prewitt operator. I have written will help beginners to under
image-sharpening
- 使用Sobel算子、Laplacian算子对图像进行锐化-Using the Sobel operator, Laplacian operator for image sharpening
smooth
- 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
Sobel
- 摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽车轮廓图。仿真结果表明:该算法对汽车图像的噪声干扰 有较强的抑制能力 ,汽车轮廓提取定位更准 ,精度更高 ,图像更清晰。 关键词:边缘检测算法 车辆轮廓 噪声 Sobel算子-摘要:本算法是在经典 Sobel算子基础上 ,结合汽车本身的实际情况 ,增加了 6个方向模板 ,同时利用基于 L范数的各同性扩散去噪模型消除噪声 ,最终得出汽
sobel
- sobel算子,边缘检测算法,对初学者有参考作用-sobel operator, the edge detection algorithm, a useful reference for beginners
picturesharpen
- 代码实现对图形的锐化处理,具有图形界面按键选择Roberts交叉算子、Sobel算子、Laplace边缘增强算子对图像进行锐化处理。-failed to translate
MATLABshiyongyuandaima
- 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
MATLABshiyongdaima1
- 目录 1.图像反转 2 2.灰度线性变换 2 3.非线性变换 4 4.直方图均衡化 5 5. 线性平滑滤波器 6 6.中值滤波器 7 7.用Sobel算子和拉普拉斯对图像锐化: 8 8.梯度算子检测边缘 9 9.LOG算子检测边缘 11 10.Canny算子检测边 缘 12 11.边界跟踪 (bwtraceboundary函数) 13 12.Hough变换 14 13.直方图阈值法 16 14. 自动阈值法:Otsu法 18 15.膨胀
matlab_Fourier.txt
- Fourier变换在图像的处理上的有重要的作用,Sobel算子,Prewitt算子,Roberts算子,Laplace算子和Canny算子运算也是常用的图像边缘提取方法。-Fourier transform in image processing on an important role, Sobel operator, Prewitt operator, Roberts operator, Laplace operator and Canny operator op is also commo
EdgeDetection
- 用Sobel算子的方法对图像进行边缘提取,Matlab程序-Sobel operator using the method of image edge extraction, Matlab program
MATLABsource
- 图像处理的线性变换,sobel算子,canny算子等,中值滤波等。-Image processing, linear transformation, sobel operator, canny operator, etc., median filtering.
Sobel
- 图像处理Sobel算子,自编的Matlab Sobel算子。-Image processing of Sobel
DSP2017.6.8
- .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)