搜索资源列表
h3_gaussianblur
- matlab 图像Gaussian Blur 的实现 USM-Filter 带有GUI窗口-matlab implementation of the image Gaussian Blur with a GUI window, USM-Filter
kalmansourcecode
- 使用matlab_GUI编写,包括:扩展卡尔曼滤波,粒子滤波,去偏卡尔曼滤波和循环增益尔曼滤波的源程序,根据初始预测计算滤波值 再通过输入观测值进行卡尔曼滤波的仿真GUI界面程序-Matlab_GUI prepared to use, including: extended Kalman filter, particle filter, to the partial gain of Kalman filter and recycling thalmann source filter, acc
Filter
- 包含高斯低通滤波和拉普拉斯高通滤波,及综合滤波的效果。含GUI操作界面-Contains the Gaussian low-pass filtering and Laplacian high-pass filtering, and integrated filtering effect. With GUI interface
FIR
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
matlab6.5chengxu
- 第一章 MATLAB6.5 基础 第二章 MATLAB 图形绘制基础 第三章 MATLAB 图形对象 第四章 MATLAB 图形对象操作 第五章 GUI 设计 第六章 MATLAB 特殊图形的绘制 第七章 MATLAB 高级绘图功能】 第八章 数字图像原理 第九章 MATLAB 图像显示与色彩 第十章 MATLAB 图像正交变换 第十一章 滤波器的设计 第十二章 MATLAB 图像运算 第十三章 MATLAB 图像增强 第十四章
GUI
- Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
FIR
- 基于MATLAB的GUI设计,做成的一个FIR滤波器,主要使用的是FIR算法-MATLAB-based GUI design, made of a FIR filter, the main use of the FIR algorithm
kalman
- gui,实现视频的读入,以及图像的获取,并实现kalman滤波对目标物的位置进行检测预测-kalman filter detect the object
midfilter_gui
- IDL中值滤波,带GUI。 可以调节滤波器的大小。-Median filter. GUI designed by IDL.
filter
- 滤波器的设计与仿真,matlab实现,包括用户界面GUI,每个结果都能调试通过!-Filter design and simulation, matlab realize, including the user interface GUI debugging through each result can!
Matlab-GUI-Digital-Image-Processing
- 数字图像处理大作业,利用Matlab GUI工具 添加噪声 滤波去噪-Digital image processing operations, the use of the Matlab GUI tools add noise filter denoising
Gabor-Filter-GUI
- Gabor 滤波器工具,具有界面,方便操作-Gabor filter tool with interface for easy operation
matlab-GUI
- matlab 图片大小 加澡 滤波、裁剪、旋转等GUI算法程序-plus bath filter matlab image size, crop, rotate, etc. GUI algorithm
mid_value-filter
- 提供了基于MATLAB GUI的中值滤波处理源程序,并不是直接调用MATLAB的函数哦-Provides a MATLAB GUI-based median filtering source, not directly call MATLAB functions oh
mean_value-filter
- 提供了基于MATLAB GUI均值滤波源程序,并非MATLAB中自带的函数-MATLAB GUI provides a mean filter based on the source, not the built-in functions in MATLAB
Matlab Image Processing_GUI
- 使用MATLAB处理图像,掌握均值滤波器和加权均值滤波器的使用,对比两种滤波器对图像处理结果及系统自带函数和自定义函数性能的比较,体会不同大小的掩模对图像细节的影响。(The use of MATLAB image processing, master the use of mean filter and weighted mean filter, comparison of two kinds of filter to the image processing results and syst
GaborFilterDesighnNik
- 用于Gabor滤波的GUI ,便于Gabor的理解也应用,同时可以输出滤波器,滤波后图像等(GUI for Gabor filter)
数字图象处理
- 数字图像处理程序,包含6中FIR和IIR滤波器程序和GUI界面。(Digital image processing program with 6 FIR and IIR filter programs and GUI interface.)
MATLAB平面参数测量系统(GUI,面积,周长参数)
- 一、课题介绍:本课题为基于MATLAB的平面参数测量系统,是以一个带缺陷的光伏面板作为素材,检测出缺陷所在,定位后计算出每个缺陷的面积大小。本设计带有一个人机界面GUI. 二、算法流程:读入测试图片——rgb转换——分割——开闭运算——空洞填充——过滤微小连通域面积——计算缺陷面积和个数。(1. Topic introduction: this topic is a plane parameter measurement system based on MATLAB. It uses a ph
MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
- 本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB