搜索资源列表
wavelet_transf
- WAVELET BASED COMPRESSION,本程序用matlab工具编程实现了小波变换进行图像压缩,并且显示压缩前后的图像。代码很简明清晰,适合初学者研究和学习。-WAVELET BASED CPSV, the procedures used Matlab programming tools of wavelet transform for image compression, and compression shown before and after images. Code is
WienerFilter
- 对DIB图像进行维纳滤波复原操作的函数源码,输入参数如下,其他注释也很清晰 //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数)-right DIB images Wiener filter recovery operation of the source function, input parameters are as follows, Other Notes is clea
getLaplacian1
- 拉普拉斯变换程序代码,主要针对图像处理实现软扣图应用,对图像进行还原,细节清晰化-Laplace transform program code, mainly for image processing soft-button map application to restore the image, detail clarity
wavelet
- 图像Up-conversion算法 可以实现提高帧速率的作用,从而为高清晰图像奠定基础,该算法就是利用小波域来进行处理 -err
wavelet
- 数字图像处理中小波变换的C++实现,程序源码清晰,注释明确-Digital image processing wavelet transform C++ implementation, the program source clear, clear notes
Wavelet_Fusion
- 小波图像融合,采用用量一样的图像(但每张图像不同的位置发生模糊),融合产生尽量清晰的图-Wavelet image fusion, the amount of the same image (of the location of each image blur), and fusion to produce as clear as possible in Figure
High-frequency-emphasis-on-filtering
- 一种将高频强调滤波同直方图均值化结合的图像增强方法,是图像边缘更加清晰。-A high frequency emphasis the filtering mean histogram of the combination of image enhancement methods, the edges of the image is more clear.
滤波处理器
- 对于运动引起的图像模糊,最简单的方法是直接做逆滤波,但是逆滤波对加性噪声特别敏感,使得恢复的图像几乎不可用。最小均方差(维纳)滤波用来去除含有噪声的模糊图像,其目标是找到未污染图像的一个估计,使它们之间的均方差最小,可以去除噪声,同时清晰化模糊图像。(Filter processor code)