搜索资源列表
canny
- canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
用高斯和离子滤波来跟踪视频图像中的移动对象
- 用高斯和离子滤波来跟踪视频图像中的移动对象,和模式识别有关-And ions with Gaussian filtering to track video images of
filter
- 高斯滤波器对图像的去噪效果,具有很好的效果。-denoise on filter of gaussian
dImaageProcesi
- 数字图像处理的源码。包含图像边缘检测,图像高斯滤波,拉拉普拉斯变换,直方图均衡等。 可直接使用。 已通过测试。 -Source of digital image processing. Containing the image edge detection, image Gaussian filter, Lara Plath transformation, histogram equalization. Can be used directly. Has been tested.
ImageFiltering
- matlab语言编写的常见图像处理程序,包括高斯滤波、维纳滤波等程序-matlab language of the commonly used image processing procedures, including the Gaussian filtering, Wiener filtering,
ghfilter
- 一段图像处理的高斯高通滤波器的matlab源代码,思路清晰,可以直接运行。-A Gaussian image processing of high-pass filter matlab source code, clear, can run.
edge_filter_linear
- 1、均值平滑、中值平滑和低通滤波平滑 2、高斯拉普拉斯算子对图像边缘的增强, 3、彩色图像的锐化,-1, the mean smoothing, median smoothing and smoothing low pass filter 2, Laplacian of Gaussian edge enhancement, 3, color image sharpening,
Matlab的IIR_Butterworth低通数字滤波器
- 实现了用matlab编写的巴特沃斯(Butterworth)滤波器,对加入高斯白躁的图像进行处理,用户可以调解白噪声的强度,滤波器的阶数,滤波半径等参数。压缩包里包括具体的实验报告,所以的源码(.m文件)。代码大部分都加有注释,方便理解
fliter
- 利用matlab实现图像的频域滤波,包括巴特沃斯低通、理想低通、高斯低通等-Using matlab for image filtering in frequency domain, including the Butterworth low-pass, ideal low-pass, Gaussian low-pass, etc.
Gaussian_Pyramids
- 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
smooth
- 基于高斯函数的平滑滤波,是一种图像分割的自适应FKCN方法。包含了原始文献。-Smoothing based on Gaussian function, is a method of image segmentation adaptive FKCN. Contains the original article.
Gaussian-filter
- MatLab自编的均值滤波、中值滤波、高斯滤波 图像处理函数。-MatLab self mean filtering, median filtering, Gaussian filtering image processing functions.
DoG
- 利用Matlab编写的组合高斯带通滤波器,可以对图像进行滤波操作。(Matlab prepared by the combination of Gauss bandpass filter, you can filter the image operation.)
all_noise_gaussian
- 分别对加入椒盐噪声和高斯噪声的图像通过高斯滤波器进行滤波,输出滤波后的图像以及信噪比。(The images of adding salt and pepper noise and Gaussian noise are filtered by Gaussian filter respectively, and the filtered image and signal to noise ratio are output.)
滤波
- 图像去噪的一些程序,可直接使用,只需修改成为自己的文件。(Image denoising of a simple procedure, can be used directly)
椒盐噪声以及滤波
- 在图像上产生椒噪声,盐噪声以及高斯噪声, 并将它们进行滤波(The image produces pepper noise, salt noise and gaussian noise and filters them)
guassfilter
- 识别pcb版上的焊孔,可首先对带椒盐噪声的图片进行滤波(Identifying the welding holes on the PCB plate)
数字图像处理3
- 任务1。一维测试信号的FFT 计算和可视化长度为B=64的下列测试信号的傅立叶变换的幅度: 任务2。二维测试信号的FFT。计算和可视化尺寸为128*128的下列测试信号的傅立叶变换的幅度: 任务3。图像的FFT 在以下处理之后,计算下列图像“Lena”的傅立叶变换的幅度并将其可视化:1)向测试图像添加一个加性高斯噪声(选择您选择的噪声的参数)。 2)使用大小为3*3和5*5的盒式滤波器对测试图像进行平滑。 3)应用Sobel梯度掩模寻找梯度图像的x和y分量。 4)应用拉普拉斯口罩。比较处理
Log算子图像分割的matlab程序
- Log算子图像分割的matlab程序,高斯滤波+拉普拉斯算子运算,阈值可以自己设置