资源列表
matlab车牌定位、分割、识别
- matlab车牌识别程序,基于彩色图像的车牌定位,投影法字符分割,模块匹配法识别
STUN_PS.rar
- 著名的psinsar小组开发的MATLAB 源码。可供学习。 ,Kampes, B.M., "Radar Interferometry-- The Persistent Scatterer Technique", published by Springer, 2006. The software consists of a Matlab toolbox. Matlab must be installed on your system in order to use it.
fenshuiling 关于图像分割技术
- 此程序是关于图像分割技术,用分水岭和suan算子对细胞图像进行分割,并对细胞进行计数和统计。算出细胞个数和细胞面积。-This program is about image segmentation, watershed and suan operator with the cell image segmentation, and cell counting and statistics. Calculate the cell number and cell size.
Meanshift
- 根据网址http://www.caip.rutgers.edu/riul/research/code.html 提供的代码,对Meanshift图像分割进行了封装实现,提供了Matlab和C两种调用接口。-According to Web site http://www.caip.rutgers.edu/riul/research/code.html the code provided on the packaging Meanshift image segmentation was achie
MCA
- 采用多成分分析算法进行图像分解,并对该算法进行评价-MCA picture dissolution
dehazing
- 偏振去雾 Yoav Y.Schechner,一直研究偏振去雾算法,典型的代表作,blind haze separation, advanced visiblity improvement based on polarization filtered images,-Polarization defogging Yoav Y.Schechner, has been studying the polarization defogging algorithm, a typical repres
LSD_C
- 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation
matlab小波分解时频分析
- 传统的傅立叶变化只能分析时域、频域图,而小波变化能进行时频分析,对信号进行更好的处理。(The traditional Fourier transform can only analyze the time domain and frequency domain diagram, while the wavelet transform can carry on the time-frequency analysis and better deal with the signal.)
自动报靶系统Matlab程序
- 基于matlab的自动报靶系统,文件内包括matlab源码以及GUI图形界面,以及模拟射击的靶纸图像,程序运行无误,靶纸环数识别准确。(Automatic target scoring system based on MATLAB)
SG滤波_Matlab
- 一般用来做时间序列的平滑,比如MODIS的NDVI EVI等植被指数的平滑,消除 云 缺失值等噪声,提升数据质量,对于时间序列的研究是一种重要的处理方法。
基于压缩感知的SAR成像仿真程序
- 基于cs的sar成像仿真,包括omp、sl0、osl0、onsl0等cs算法(ISAR imaging simulation based on CS, including OMP, sl0, osl0, onsl0 and other CS algorithms)
MATLAB指纹识别
- 本文主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像分割、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。 该课题为基于MATLAB的指纹识别系统,带有丰富的人机交互GUI界面。目前毕业设计选题中,传统指纹识别不易得到高分,基本都是对指纹进行处理,而没有比对两者指纹是不是同一个人,轻易