Welcome![Sign In][Sign Up]
Location:
Search - 维纳滤波,图像处理

Search list

[Other resourceVC实现维纳滤波处理

Description: 一个实现维纳滤波图像处理的VC函数,各个成员变量程序中有详细说明-a Wiener filter to achieve the VC image processing functions, all member variables procedures are described in detail
Platform: | Size: 1504 | Author: 谢鹏 | Hits:

[Other维纳滤波器

Description: 用于图像处理的维纳滤波器MATLAB源程序,附有待处理的图像,效果很好
Platform: | Size: 47306 | Author: yingmuzheng | Hits:

[matlabMATLAB图像处理源程序

Description:

程序代码说明

P0201:MATLAB赋值

P0202:MATLAB中的for循环

P0203:MATLAB中的for循环和if条件

P0205:MATLAB图像处理的基本操作

P0206:MATLAB高级图像处理操作

P0207:根据RGB图像创建一幅灰度图像

P0208:二值图像的取反操作

P0209:用imshow函数显示图像

P0210:在同一个窗口内显示两幅图像

2.rar (15.23k)

程序代码说明

P0301:数字图像矩阵数据的显示及其傅立叶变换

P0302:二维离散余弦变换的图像压缩

P0303:采用灰度变换的方法增强图像的对比度

P0304:直方图均匀化

P0305:模拟图像受高斯白噪声和椒盐噪声的影响

P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波

P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波

P0308:图像的自适应魏纳滤波

P0309:运用5种不同的梯度增强法进行图像锐化

P0310:图像的高通滤波和掩模处理

P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理

P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理

程序代码说明

P0401:用Prewitt算子检测图像的边缘

P0402:用不同σ值的LoG算子检测图像的边缘

P0403:用Canny算子检测图像的边缘

P0404:图像的阈值分割

P0405:用水线阈值法分割图像

P0406:对矩阵进行四叉树分解

P0407:将图像分为文字和非文字的两个类别

P0408:形态学梯度检测二值图像的边缘

P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象

程序代码说明

P0502:计算图像中的欧拉数

程序代码说明

P0610:神经网络的实例


Platform: | Size: 87980 | Author: wilsonwong | Hits:

[SourceCode30个图像处理

Description: 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.
Platform: | Size: 1088528 | Author: linghan19871010 | Hits:

[matlab维纳滤波处理 Wiena filter

Description: 该程序用来对图像进行维纳滤波复原操作处理,用MATLAB实现
Platform: | Size: 1238 | Author: mingmingpudm | Hits:

[Graph DrawingVC图像处理基本算法示例

Description: 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
Platform: | Size: 7927409 | Author: kalekale | Hits:

[Picture ViewerVC实现维纳滤波处理

Description: 一个实现维纳滤波图像处理的VC函数,各个成员变量程序中有详细说明-a Wiener filter to achieve the VC image processing functions, all member variables procedures are described in detail
Platform: | Size: 1024 | Author: 谢鹏 | Hits:

[Special EffectsCresorse

Description: 高斯平滑,灰度均衡,拉普拉斯锐化(边缘检测),亮度增减,梯度锐化,图像平移,图像旋转,维纳滤波处理-Gaussian smooth, gray balance, Laplacian sharpening (edge detection), the brightness changes, gradient sharpening, image shifting, image rotation, Wiener filter
Platform: | Size: 1320960 | Author: 孙怀勇 | Hits:

[Special EffectsTwiener

Description: 对BMP图像进行维纳滤波处理的程序 算法简单明了,易于需要进行相关处理的编程人员阅读。-right BMP images Wiener filtering process is simple and clear, easy to deal with the need for relevant programming staff to read.
Platform: | Size: 2048 | Author: 赵杰伊 | Hits:

[Special Effectsdigital_picture_process_method_demo

Description: 数字图像处理方法演示程序:本程序应用了垂直/水平sobel、Prewitt、Robert算子对图像处理的效果演示,并包括图像直方图分析,直方图均衡,中值滤波、自适应滤波等方法,是研究数字图像处理的好工具,本程序提供源代码,可以在其基础上开发。-digital image processing methods Demonstration Program : This procedure is used by the vertical/pixel level. Prewitt, Robert Operator right image processing effects demonstrations, and includes image histogram analysis, histogram equalization, filtering, adaptive filtering method is to examine digital image processing, a good tool, this program provides source code, the basis of its development.
Platform: | Size: 3804160 | Author: Alex | Hits:

[Special Effectswnlbclydm

Description: 维纳滤波处理源代码,图像处理的时候肯定要用到,也叫做自适应滤波!!1-Wiener filter source code, image processing time certainly have to use, also known as adaptive filtering! ! 1
Platform: | Size: 1024 | Author: 柳杨 | Hits:

[Special EffectsWienafilter

Description: 该程序用来对图像进行维纳滤波复原操作处理,用MATLAB实现。-the procedures used to image Wiener filter recovery operation, using MATLAB.
Platform: | Size: 1024 | Author: 章献 | Hits:

[Special Effectswiner

Description: 维纳滤波实现图像的屡噪等处理,通过本程序处理的图像能提高分辨能力-Wiener filtering of image noise, such as repeated handling, through the image processing can improve the resolving power
Platform: | Size: 1024 | Author: 苏子 | Hits:

[matlabImageFiltering

Description: matlab语言编写的常见图像处理程序,包括高斯滤波、维纳滤波等程序-matlab language of the commonly used image processing procedures, including the Gaussian filtering, Wiener filtering,
Platform: | Size: 5120 | Author: 李健 | Hits:

[Waveletinverse_winer_filter

Description: 对图像进行模糊处理,用逆滤波和维纳滤波恢复图像,也是实验时自己编写的代码,请多指教。-Fuzzy image processing, inverse filtering and Wiener filter to restore the image, but also experiments have written code, like him Zhijiao.
Platform: | Size: 110592 | Author: GUO-xc | Hits:

[Graph program1111111

Description: 维纳滤波理论在图像处理中的应用。 包括维纳滤波,维纳复原,维纳边沿提取,维纳增强。我的一个小课题的终结版。 附有PPT-Wiener filtering theory in image processing applications. Including the Wiener filter, Wiener restoration, Wiener edge extraction, Wiener enhanced. I have a small issue of the final version. With PPT
Platform: | Size: 1156096 | Author: wuzeping189 | Hits:

[matlabtuxaingchulishiiyan

Description: 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告-Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filter, Butterworth low-pass, band pass filtering, adaptive filtering nine kinds of approach and analyze the results, obtained the advantages and disadvantages of various filtering methods. Including the lab report
Platform: | Size: 340992 | Author: zhangjiahui | Hits:

[Special Effects维纳滤波器的Matlab实现

Description: 维纳滤波实现图像的去噪复原处理,通过维纳滤波对航拍图像进行预处理,提高图片中的有用信息。(.Wiener filtering to achieve image denoising, restoration, Wiener filtering through the aerial image pretreatment, to improve the useful information in the picture)
Platform: | Size: 1024 | Author: gf102603 | Hits:

[Special Effects图像处理

Description: 维纳滤波,中值滤波,均值滤波,降噪的代码实现(Code implementation of Wiener filtering)
Platform: | Size: 5115904 | Author: Joeserv | Hits:

[Special Effects图像的去模糊

Description: 可用来处理模糊图像的,维纳滤波matlab代码(Wiener filter matlab code that can be used to deal with blurred images.)
Platform: | Size: 289792 | Author: Darktrace | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net