搜索资源列表
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
lv-bo
- 本例主要说明了空间域滤波与频域滤波的比较!在空间域中采用了Sobel掩膜对f滤波的结果与在频域中进行等价操作的结果!-This example illustrates the spatial filtering mainly with the comparison of frequency domain filtering! In the spatial domain using the Sobel filter mask on the results of f in the frequency
smooth
- 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
MATLABsource
- 图像处理的线性变换,sobel算子,canny算子等,中值滤波等。-Image processing, linear transformation, sobel operator, canny operator, etc., median filtering.
filtersTest
- 图像处理经典滤波算法实现,包括中值滤波、卷积、Sobel、Canny、Pyramid、Hough变换、轮廓提取、直方图均衡化、小波变换等等,可以试验算法效果,用着不错,拿来分享下。-Image processing classical filtering algorithms, including median filtering, convolution, Sobel, Canny, Pyramid, Hough transform, contour extraction, histogram
图像空域滤波(二)
- 1. 锐化滤波; 2. Sobel水平方向滤波与垂直方向滤波。 3. 对灰度图像执行均值平滑滤波; 4. 对灰度图像执行中值平滑滤波; 5. 中值平滑滤波与均值平滑滤波对比。
数字图像处理3
- 任务1。一维测试信号的FFT 计算和可视化长度为B=64的下列测试信号的傅立叶变换的幅度: 任务2。二维测试信号的FFT。计算和可视化尺寸为128*128的下列测试信号的傅立叶变换的幅度: 任务3。图像的FFT 在以下处理之后,计算下列图像“Lena”的傅立叶变换的幅度并将其可视化:1)向测试图像添加一个加性高斯噪声(选择您选择的噪声的参数)。 2)使用大小为3*3和5*5的盒式滤波器对测试图像进行平滑。 3)应用Sobel梯度掩模寻找梯度图像的x和y分量。 4)应用拉普拉斯口罩。比较处理