搜索资源列表
ivt-2008-05-04.tar.gz
- 视频图像有的人脸在线跟踪程序,非常有效,用到了IPCA算法以及粒子滤波模型!
基于全局运动统计和边缘平滑滤波的视频去隔行方法
- 基于Matlab的去隔行算法,将运动图像造成的模糊去除。-The de-interlacing algorithm based on Matlab, the moving image blur removal.
FBP
- 这是一个医学图像重建程序,用的是滤波反投影算法。-Medical Image Reconstruction using Filtered Back Projection. Matlab code (GUI)+ 4 Sinograms for testing/demonstrations. Can be used as a laboration to compare different numbers of projections, filters and interpolatio
tuxiangshiyan
- 图像中值滤波的改进算法 频域中的图像去噪算法 matlab实验-matlab experiments
Image_Enhancement
- 医学图像滤波增强算法程序,包括非线性靠三滤波的等流行算法-Medical Image Enhancement Algorithm filtering procedures, including non-linear filtering algorithms.
tongtaifilter
- 一种对于图像的同态滤波算法,显示滤波前后的图像效果-For the homomorphic image of a filtering algorithm to show the images before and after the effect of filtering
配准功能
- 实现图像的配准,其中包括平移、旋转、滤波器、优化算法等!-To achieve image registration, including translation, rotation, filters, optimization, etc.!
imgkmeans
- 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag
Gaussian_Pyramids
- 基于高斯滤波器的图像压缩算法。可以处理真彩图和灰度图,相当实用。-Gaussian filter based on image compression algorithms. Can handle true color pictures and grayscale, quite useful.
MWMP
- MWMP是一个运行MATLAB下面的多小波软件包,它是目前功能比较全面的一个多小波软件包,能够用于科学研究例如图像压缩、信号降噪等。它提供了一些比较常见的单小波与多小波滤波器,也提供了多小波的一些常用的预滤波算法,并且,只要修改coef.m文件,就可增加新的滤波器组,同时,修改文件coef_prep.m文件,可增加新的预滤波方法。-MWMP is the following one to run MATLAB package of multi-wavelet, which is currentl
Lee
- Lee滤波,实现相干斑点去噪算法,在SAR图像去噪中应用广泛.-Lee filter, to achieve coherent speckle denoising algorithm, widely used in SAR image denoising.
eps
- 边缘保护平滑算法(eps),可以读图像实现保边滤波。-Edge preserving smoothing algorithm (eps), can read the image edge filter to achieve protection
apfft_image_filter_design
- 为克服常用滤波模板的缺陷,消除传统图像滤波中存在的振铃现象和方块效应,提出了任意正交变换下的2维加窗全相位滤波算法-apfft image filter design
ppbGauss
- 本程序介绍了一种PPB滤波算法来去除图像中的加性高斯噪声,09年才提出来的新算法非常的高效,去噪效果相当好-This procedure describes a filtering algorithm to remove the image PPB in additive Gaussian noise, 09 years to put forward a new algorithm is very efficient, very good denoising effect
1111867
- 自适应中值滤波算法,可以用于图像去噪,比传统的中值滤波效果更好,运行时间更短-Adaptive median filter algorithm can be used for image denoising, than the traditional median filter is better, shorter running time
PCNN去噪算法
- 基于PCNN的数字图像噪声滤波算法,基于简化PCNN模型,可在matlab上进行仿真实验。
数字图像处理简单程序
- (1)实现图像文件的打开、保存、另存为、打印功能; (2)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果; (3)能对图像加入各种常见噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效果; (4)频谱处理,能够分析图像频谱,显示频谱图; (5)实现空域滤波中的平滑滤波和锐化滤波。((1) realize the image file open, save, save as, print function; (2) histogram statistics a
BPF_1_3
- 粒子滤波算法,用来实现目标跟踪 代码很多,很多图像处理方面知识,初学者不要下载(Particle filter algorithm is used to achieve target tracking)
引导滤波
- 该文件中主要是何凯明的引导滤波算法,他主要实现图像滤波,图像增强,图像扣图,图像锐化等,里面含有相关的图像。
植物虫害检测(GUI,注释,svm算法)
- 植物虫害检测(GUI,注释,svm算法) 该课题为基于MATLAB SVM方法的植物病害检测系统,带GUI界面,可以识别多种被虫害侵蚀的植物叶子,输出结果。带论文和详细注释。 train 对黄瓜子文件夹所有图片提取 颜色矩特征和gabor纹理特征,然后svm训练 test 对测试图像灰度化,滤波,提取 颜色矩特征和gabor纹理特征,然后svm模型测试,输出类别 colorMom.m 颜色矩特征提取 Gabor_palm.m gabor纹理特征提取(Plant pe