搜索资源列表
matlab 粒子滤波
- 粒子滤波的基本程序,用matlab编写的,对初学者很有帮助
粒子滤波(VC)
- 粒子滤波算法,用VC编写的!
运动模糊图像通过四种方法维纳滤波
- 运动模糊图像通过四种方法维纳滤波、约束最小二乘法、lucy、盲目卷积图像复原,Motion-blurred image through the four methods of Wiener filter, constrained least squares method, lucy, blind deconvolution image restoration
opencv对视频进行滤波后输出视频
- opencv对视频进行滤波后输出视频,试用于opencv的初学者,里面有核心算法,视频的分解与合成是cv库,滤波算子可以根据实际需要进行更改。
Project8方框滤波
- 方框滤波,最简单的线性滤波是移动平均或方框滤波,用 窗口中的像素值平均后输出(Block filtering, the simplest linear filter is moving average or square filter, using the pixel value in the window average output)
内置摄像头+高斯滤波+边沿检测
- 调用笔记本内置摄像头实时显示图像,并且使用高斯滤波+边沿检测(Call the notebook built-in camera, real-time display images, and use Gauss filter + edge detection)
离散滤波
- 在原始图像中加入高斯噪声,然后进行离散滤波实验仿真(The Gauss noise is added, and then the discrete filter is simulated)
最大最小值滤波
- 用最大值滤波和最小值滤波,对胡椒噪声和盐噪声进行去噪(Denoising of salt and pepper noise using maximum and minimum filtering)
平均滤波程序
- 基于Matlab平台的进行图像处理;进行平均滤波。(Average filtering in image processing)
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
基于matlab的平行束滤波反投影重建算法
- 基于matlab的平行束滤波反投影重建算法(Back projection reconstruction algorithm of parallel beam filter based on MATLAB)
中值滤波
- 对影像进行中值滤波处理,然后存储到另外一张图中(The image is processed by median filtering and stored in another image)
中值同态滤波
- 同态滤波构建一个滤波器,是低频部分可以较多增强,高频部分较低增强,来增加图像的对比度!(Homomorphic filter to build a filter, is the low-frequency part can be more enhanced, the high frequency part of the lower enhancement, to increase the contrast of the image!)
同态滤波
- 同态滤波通过设计一个滤波器函数,使得不同频率部分放大的倍数不同,得到想看到的图像的部分!(Homomorphic filtering through the design of a filter function, so that different frequency amplification part of different times, to get the part of the image you want to see!)
自己动手写粒子滤波(李飞,科大先研院)
- slam过程中的地图创建所需要的粒子滤波算法(Createing the map in slam , the required particle filter algorithm)
均值滤波和中值滤波处理高斯噪声
- 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
3.【卡尔曼滤波】kalman
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。(Kalman filtering (Kalman filtering) An algorithm that optimizes the state of the system by using the linear system state equation, through the syst
维纳滤波
- 数字图像处理之维纳滤波的相关matlab代码(Wiener filter related matlab code)
滤波反投影重建算法
- 实现滤波反投影的算法,用matlab实现的算法(Algorithm for filtering back projection)
同态滤波
- 光照不均匀图像增强,同态滤波,MATLAB代码,高斯高通滤波(image enhancement,Image enhancement of uneven illumination,Homomorphic filtering)