搜索资源列表
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.
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,
smooth
- 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
im
- im.m 显示图像军均衡化后的直方图,并对图像进行均值滤波,中值滤波,以及拉普拉斯锐化。压缩包内有示例图像,可以进行演示。-im.m display the image histogram equalization after the army, and the images mean filtering, median filtering and Laplacian sharpening. There are examples of image compression package can
corr_measure
- 对两幅图像进行相关测度的计算,直接相关测度/均值归一化相关测度/方差归一化相关测度/拉普拉斯滤波相关测度/二值相关测度-Two images related measure calculations directly related measure/mean normalized correlation measure/variance normalized correlation measure/Laplace filter correlation measure/binary-related
Laplacian_Eigenmaps
- 拉普拉斯特征映射算法,可实现高维信号降维或实现带内滤波降噪。-Laplace feature mapping algorithm, can achieve high dimensional signal dimensionality reduction or implement band noise filtering.
数字图像处理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程序,高斯滤波+拉普拉斯算子运算,阈值可以自己设置