搜索资源列表
Circuit3
- 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
字图像获取处理及实践应用一书光盘
- 图像处理光盘里面附带了很多在图像处理中经常用到的基本处理算法,如快速傅立叶变换,中值滤波等-image processing fringe discs inside a lot in image processing frequently used to deal with the basic algorithm, as Fast Fourier Transform, the value filter
Kuanfilter
- sar图像滤波方法,其中的kuan滤波方法,希望有用-sar image filtering method, which Youkuan filtering, in the hope of useful
imageimpose
- 数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 直方图均匀化 模拟图像受高斯白噪声和椒盐噪声的影响 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 用巴特沃斯(Butterwo
TuXiangZhongZhiLvBo
- 介绍了如何用delphi来进行图像的中值滤波处理-on how to use delphi image median filter
ch8_4_2
- 维纳滤波 用真实的PSF函数采用维纳滤波方法复原图像 采用过大的模糊距离参数和过大的模糊运动方向角度参数不考虑噪声的影响,采用逆滤波方法复原图像 另一程序 生产实验图像 读取原始图像
ch8_4_3
- 约束最小二乘滤波复原 用真实的PSF函数和噪声强度作为参数进行图像复原 另一程序 盲卷积滤波复原 图像模糊化
test
- 该源码是在matlab环境下,设计的gui界面,可以对图像信号滤波
02824227胡英飞-中值滤波
- 这是关于图像处理中滤波的一种算法,其中包含源码和验证的过程以及分析,使用MFC实现的-this is about image processing filter algorithm, which contains source and certification process and the analysis, the use of the MFC
维纳滤波器
- 用于图像处理的维纳滤波器MATLAB源程序,附有待处理的图像,效果很好
sishiyinglvbosheji
- 对语音或图像信号加噪,然后自适应滤波恢复原来的信号。要求使用算法LMS 。-Voice or image of the noise signal, and then revert to the original adaptive filter signal. Require the use of algorithms LMS.
matlab_based_adaptive_system_emulation
- 基于matlab的自适应仿真,其算法都是LMS算法,有系统辨识,噪声对消,自适应滤波器,陷波器,图像的DCT变换-adaptive emulation based on LMS,include system recognise,noise canceler,adaptive filter,dct transform
deiphiimageprocessing
- 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-color, median filtering, Gaussian
101
- 利用DELPHI进行图像处理 包括图像滤波、灰度化和图像的二值化-Using DELPHI image processing including image filtering, gray scale and image binarization
Kalman
- 基于卡尔曼滤波的图像滤波目标跟踪matlab 源代码-Kalman application
processing-matlab-image-code
- matlab处理图像代码介绍,主要包括图像的读取,灰度直方图及直方图均衡化,图像的代数运算,图像滤波处理,傅立叶变换-processing matlab image code, including the reading of the image histogram and histogram equalization, image algebra, image filtering processing, Fourier transform
averfilter
- 基于labview cvi 一些图像滤波处理的程序-Some image-based program labview cvi filtering process
LABVIEW-MATLAB
- labview 对MATLAB 调用 进行图像滤波-labview call for the matlab to hand with the picture
gabor滤波器
- gabor滤波主要用来提取图像的纹理特征,适用于车牌字符识别和人脸识别的特征提取。
基于直方图均衡化,暗通道先验,retinex方法的数字图像去雾matlab程序集合
- 一个关于图像去雾的基本算法代码的超强整合,每一行(划重点)代码都有详细而好懂的注释,全部都是m文件,另外还有许多测试图例,从浓雾到薄雾都有。暗通道方法采用改进算法,增加了图像采样,提升了计算速度,改进了导向滤波最小二乘的算法使其精细透视率图的效果得到了显著提升。另外附带相应根据上述代码编写的GUI设计的m文件