资源列表
Entropy_Max 1D
- 一维最大熵法图像分割MATLAB实现,实现一维下图像的分割
face
- PCA人脸识别基于PCA的人脸识别 (Eigenface)读入20幅训练图像 。 计算均值、协方差矩阵 、特征值 和特征向量 ,并记录计算所耗费的时间 。并在figure(i)中显示特征脸Eigenface 。计算4幅测试图像 ,及其在 空间中的重建图像 ,在figure(i) 和 figure(10+i)中分别显示测试图像 和重建图像 。计算4幅测试图像 的重建误差 ,比较并阐释 之间的差异及其原因。 -PCA
MDC
- MDCmatlab 代码用于人脸识别方面的研究-MDC code for face recognition
chepai
- 夜间车牌的识别程序,基于MATLAB编程-Night of the license plate recognition program, based on MATLAB programming
beijing01
- 视频中背景提取程序——采用累加平均法,程序中读入一段高速公路上的视频,采用累加平均的方法,去除车辆,提取自然背景。-Video background extraction procedures- using the cumulative average method
Normal
- 一个图像归1化的算法,主要用在车牌识别字符分割后的字符归1化 ,效果很好。 -a code about NormalizeSize, you can use it after your plate segmentation .
filtfill
- 输入为灰度图,输出为二值图。函数功能是通过ostu找到阈值后,根据一定策略来滤除孤立点,加强密集点。-Grayscale input, output for the binary image. Function ostu found through the threshold, in accordance with a certain strategy to filter out isolated points, to strengthen the point-intensive.
face_detection_using_skin_color
- Face Detection with skin color sorce code using Matlab.
TUXIANG
- 使用线阵CCD相机对图像进行连续采集,并且应用Matlab图像处理软件对采集的图像进行正确的分析与处理;了解荧光灯的发光原理,测量常用荧光灯的闪频 -Using linear array CCD camera for image capture continuous and Matlab image processing software application images collected for proper analysis and processing understand f
matched
- Matched Filter (Best detection on digital communication)
k_means
- k均值聚类 是一种最基础的聚类方法,就是把看起来最集中,最不分散得到标签分配到输入训练样本中去,求局部最优解。-k-means clustering is one of the most basic clustering method is to look the most concentrated, most non-dispersible label assigned to obtain input to the training sample, find local optima.