搜索资源列表
addlight
- 一个图像加光照MATLAB程序,图像是一个仿真的曲面-a light MATLAB procedures, image is a simulation of surface
车牌号码识别matlab完整程序实现
- 随这图形图像技术的发展,现在的车牌识别技术准确率越来越高,识别速度越来越快。无论何种形式的车牌识别系统,它们都是由触发、图像采集、图像识别模块、辅助光源和通信模块组成的。车牌识别系统涉及光学、电器、电子控制、数字图像处理、计算视觉、人工智能等多项技术。触发模块负责在车辆到达合适位置时,给出触发信号,控制抓拍。辅助光源提供辅助照明,保证系统在不同的光照条件下都能拍摄到高质量的图像。图像预处理程序对抓拍的图像进行处理,去除噪声,并进行参数调整。然后通过车牌定位、字符识别,最后将识别结果输出。
自己关于TVL1方法的改进
- 自己关于TVL1方法的改进 用来去除人脸上面的光照得到人脸的纹理图像,对于光照下人脸识别有相当大的作用。也可以用来定位,Their own methods to improve on TVL1 people face to face to remove the light to be Face of texture images, for face recognition under illumination a significant role. Can also be used to pos
LTP_demo-v1.rar
- LTP算子提取图像的纹理特征,这种方法对于光照变化十分有效。,LTP operator image texture feature extraction, this method is very effective for the illumination changes.
jj.rar
- 不规则光照下自适应阈值的前景背景分离算法源代码,相当好用哦,Irregular light of the prospects of adaptive threshold background separation algorithm source code, very easy to use, oh
succeed.rar
- 这是我自己写的对图像进行预处理的matlab源程序,主要是对图像进行光照补偿、旋转与尺度归一化。上传上来和大家一起学习、分享。,This is I wrote it myself pretreatment image matlab source, mainly for image illumination compensation, rotation and scale normalized. From up and study together, to share.
Retinex
- 基于单尺度、多尺度、原始的Retinex算法,matlab实现,非常值得研究!在光照增强中有着非常好的应用!-Based on single-scale, multi-scale, the original Retinex algorithm, matlab implementation is worth studying! Increase in light has a very good application!
bottle
- 实现光照重建算法,Matlab编写,相信对大家都很有用处-Illumination reconstruction algorithm implementation, I believe everyone has the usefulness of
gamma
- matlab实现gamma校正的算法,用以调整光照不均的图像。-matlab to achieve gamma correction algorithm to adjust the uneven illumination of the image.
Equalization
- MATLAB实现人脸识别,光照归一化算法-MATLAB realization of face recognition, illumination normalization algorithm
SIFT
- MATLAB实现图像的SIFT特征提取,并做在不同光照、不同视角下的特征匹配-SIFT MATLAB for image feature extraction, and to do in different lighting, different from the Perspective of feature matching
featurematch
- 一种鲁棒的特征匹配方法,对于旋转光照,遮挡等变化有很强的适应性-A Robust feature matching method, for the rotating light, shelter and other changes have a strong adaptive
thresholdadaptive200810
- 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
cv-matlab
- 图像分割的MATLAB实现,效果很好,对光照有一定的适应性-Image Segmentation of MATLAB to achieve good effect on the light a certain degree of adaptability
adaptivethreshold
- 用matlab实现不规则光照下自适应阈值的前景背景分离算法。文件里面附测试图像。-Matlab implementation to use irregular light of the prospects for adaptive threshold background separation algorithm. Test image files attached inside.
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
adapt_threshold
- 自适应阈值算法将前景从背景中分离出来包括非均匀光照。-Adaptive threshold algorithm to the prospect of separating from the background, including non-uniform illumination.
hh
- 人脸识别(色彩空间转换,光照补偿,提取定位人脸)-face recognition
1
- 图像分割指把图像分成各具特性的区域并提取出感兴趣目标的技术和过程,它是由图像处理到图像分析的关键步骤。小麦的图像分割是使用各种图像分割算法对小麦图像进行处理和研究,提取出有用的图像信息以实现小麦粘连籽粒的分离,为进一步利用图像处理技术分析小麦品质提供依据。因此,对小麦图像分割方法的研究具有十分重要的意义。 本文首先研究了图像分割算法的分类以及常用图像分割算法的基本原理。然后针对小麦图像的特点,研究了在不同光照、背景和连接情况下使用的小麦图像分割方法,对各种分割算法进行了比较、结合和改进。重点
imgkmeans
- 将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用-The K means algorithm for image segmentation, the input is a color imag