搜索资源列表
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
TV_denoising
- 使用TV模型以及其改进模型对一个模糊图像进行去噪处理,-Using the TV model and the improved model on a fuzzy image denoising,
fft2
- 对图像进行傅里叶变化与反变换、模糊图像处理、二维小波分解与重构、直方图均衡处理等等很多小程序。很实用-The image Fourier transform and inverse transform, fuzzy image processing, two-dimensional wavelet decomposition and reconstruction, histogram equalization, and so many small programs. Very practical
ShowBit
- c++实现的数字图像处理程序,包括平移,剪切,锐化,模糊,傅里叶变换,dct变换等-c++ implementation of digital image processing procedures, including pan, cut, sharpen, blur, Fourier transform, dct transform
task_wiener_other
- 本程序是利用逆滤波,维纳滤波,LR算法对运动模糊图像以及加高斯白噪声的运动模糊图像进行处理,并比较其处理效果。-This procedure is the use of inverse filtering, Wiener filtering, LR algorithm for image motion blur and add Gaussian white noise motion blurred image processing, and compare its treatment effec
TV_Denoise
- TV全变分模型图像去噪 以及高斯模糊处理-TV image denoising (additive gausse noise)