搜索资源列表
noise
- 图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好
Wavelets
- 实现小波变换的功能,可以对图片去噪,提取特征
DigitalRecognitioncode
- 使用说明第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行
cl2
- cl2多小波去噪的源程序,对学校多小波的人很有帮助。需要自己修改一下图片的路径。-Cl2 many of the source wavelet denoising, the School Multiwavelet helpful people. Needs its own path picture changed a bit.
EVC_SourceCode
- 数字图像处理 图片放大缩小,旋转,平移 图片平滑去噪-Digital image processing, picture zoom, rotate, pan picture smoothing denoising
Imageprocessing
- MATLAB车牌号识别、污染图片叠加去噪、滤波器去噪、彩色图片处理等 直方图均衡-MATLAB license plate number recognition, picture superimposed noise pollution, noise filters, Image processing, such as color histogram equalization
DealPic
- 图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-And the gray-scale image denoising procedures, and can be painted gray histogram, the use of denoising Denoising and mean de-noising, in denoising can be recycled many times, we have to change pac
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
denoising_demo
- 图片去噪,对输入的图像进行简单的处理,显示原始图像、噪声图像、去噪后的图像-Image denoising, images on the importation of simple processing, show the original image, noise image, the image after denoising
trBayesdenoise
- 小波阈值去噪中阈值采用Bayes阈值,编程环境是matlab。图片是黑白图片-Wavelet threshold denoising threshold using Bayes threshold
去噪
- matlab程序源码,包括均值去噪、均值高斯去噪效果很好,图片可自己更换,
源代码
- Matlab中实现SSIM算法,选取合适图片添加不同噪声,然后用三种去噪算法分别对添加噪声后的图片进行去噪,用SSIM图像相似度指标分析不同去噪算法对不同噪声的去除效果。(SSIM algorithm to achieve the Matlab, select the appropriate image with different noise, and then used to add noise after image denoising respectively three denoisi
ksvd去噪
- KSVD去噪,效果很好,也可以用于图像增强,里面附有图片,有问题可以联系qq2027771338(KSVD denoising, the effect is very good, can also be used for image enhancement, which is accompanied by pictures)
BM4D_v3p2
- bm4d图像去噪算法,可有效地去除图片中的噪点。(Bm4d image denoising algorithm, can effectively remove the noise in the picture.)
noise
- 本程序基于matlab平台,向一张图片中分别添加了三种不同的噪声,并用四种不同的去噪方法进行去噪,并比较了去噪的效果(Based on the MATLAB platform, this program adds three different kinds of noise to a picture, and uses four different denoising methods to denoise, and compares the effect of denoising)
70099729wavelet_denoise
- 利用小波算法实现图像去噪,包含软硬阈值去噪,中值,均值滤波等,内含图片灰度与彩色实例。以及代码文件说明、(The wavelet algorithm is used to denoise the image, including the soft and hard threshold de-noising, the median, the mean filtering and so on, including the image gray and color examples. And code
demo
- K-SVD图片去噪,直接运行其中quzao.m文件即可。(K-SVD image denoising, directly run the quzao.m file.)
BM3D_Color
- 使用经典去噪算法,BM3D进行图片去噪,该方法确实有效,它不仅有一个较高的信噪比,而且视觉效果也很好。(Using classical denoising algorithm, BM3D image denoising is effective. It not only has a high signal-to-noise ratio, but also has a good visual effect.)
水下图像去雾与增强
- 这篇论文提出了一种较好的水下图像增强的方法。首先使用经过端到端训练的卷积神经网络去测量输入图片,同时以自适应双边滤波器对传输图片进行处理。接着提出一种基于白平衡的策略来消除图片的颜色偏差,用拉普拉斯金字塔融合获得无雾和色彩校正图像的融合结果。 最后,输出图像被转换为混合小波和方向滤波器组(HWD)域,用于去噪和边缘增强。 实验结果表明,该方法可以消除颜色失真,提高水下图像的清晰度。(This paper proposes a better underwater image enhancement
图片去噪
- 图片去噪非常好用户的源码希望多多支持哈哈哈哈哈