搜索资源列表
winner_process
- 一个维纳滤波算法程序,找了好久才找到的~-a Wiener filter procedures for a long time to find ~
Twiener
- 对BMP图像进行维纳滤波处理的程序 算法简单明了,易于需要进行相关处理的编程人员阅读。-right BMP images Wiener filtering process is simple and clear, easy to deal with the need for relevant programming staff to read.
basicbiancheng
- 有若干基础算法,像对比度拉伸,傅里叶变换,均值滤波,离散余弦变换,图像镜像,细化,维纳滤波,直方图均衡-some basic algorithms, such as contrast stretching, Fourier transform, mean filtering, discrete cosine transform, image mirroring, Refinement, Wiener filtering, histogram equalization
VC_ImageProcessing
- 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
restore
- 为图像复原算法实现,包括逆滤波,维纳滤波等滤波器,产生噪声模糊-for image restoration algorithm, including inverse filter, Wiener filter filter, the noise generated fuzzy
wienerfilter
- 使用维纳滤波算法进行图像恢复的vc源程序-use Wiener filtering algorithm for image restoration of the source vc
维纳滤波处理
- 对DIB图像进行维纳滤波复原操作和评价滤波效果的信息熵计算算法.-right DIB images Wiener filter recovery operation and evaluation of the effect of filtering information entropy algorithm.
vcVenus
- 常用图象处理算法——维纳滤波处理. 直接粘贴到vc即可-commonly used image processing algorithm -- Wiener filter. Vc directly to the paste can be
vctuxiangchulisuanfan
- 维纳滤波处理.Hough变换.拉普拉斯高斯边缘检测.图像增强技术,阈值变换,显示渐变色彩效果,图像镜像 图像旋转,逆滤波处理,灰度拉伸等等。。。。经典算法-Wiener filter. Hough transform. Laplace Gaussian edge detection. Image enhancement technology, Threshold transform, show gradual color effects, image rotating mirror imag
inpaiting_code_i_c
- 采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。 -taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process.
weinalvbo
- 维纳滤波的算法实现,函数结构,很方便移植!
PSF
- 本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果
ImageDespeckle
- 这个是图像去噪算法的实现, hull算法和维纳滤波,
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
imagede
- 该文档详细解答维纳滤波的算法以及推导,另外还有一些实例应用-The document in detail the algorithm and the Wiener filter is derived, as well as some examples of applications
VNA
- 这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序 -This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct
image-restoration
- 对比五种模糊图像复原算法,包括:维纳滤波算法、约束最小二乘滤波算法、Richardson-Lucy(RL)算法、循环边界算法和最优窗算法。-introduces the five kinds of image restoration algorithms, including wiener filtration, constrained least squares filtering, Richardson-Lucy, cyclic boundary algorithm and optimal
weina
- 利用MATLAB软件编写的基于图像复原理论的小波维纳滤波算法程序-Using MATLAB software is written based on the theory of image restoration filtering algorithm small Bo Weina
维纳滤波处理
- Visual c++数字图像处理维纳滤波处理算法源码(Visual c ++ digital image processing Wiener filter processing algorithm source code)
matlab图像滤波
- matlab图像滤波算法,主要实现图像中值滤波、均值滤波和维纳滤波