资源列表
face
- PCA人脸识别基于PCA的人脸识别 (Eigenface)读入20幅训练图像 。 计算均值、协方差矩阵 、特征值 和特征向量 ,并记录计算所耗费的时间 。并在figure(i)中显示特征脸Eigenface 。计算4幅测试图像 ,及其在 空间中的重建图像 ,在figure(i) 和 figure(10+i)中分别显示测试图像 和重建图像 。计算4幅测试图像 的重建误差 ,比较并阐释 之间的差异及其原因。 -PCA
YinZhang
- 印章识别的小程序,不是太深,起引导作用吧,对要写毕业论文的同学会有帮助的-Seal identification of small procedures, not too deep, guide bar
SS_ANPR
- 国外车牌识别源码,利用神经网络学习算法和图像处理技术,对图像中的车牌进行识别并提取-source code of License Plate Recognition
readletter
- OCR系统的实现,数字识别,进行图像分割,字符提取,二值化,用MATLAB实现-a OCR program that recognizes single number characters
hough-Transform-for-Line-Detect
- Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me.
Face
- 基于Harr分类器的,人脸识别,模式识别-pattern recognition for face base on Harr
id_eq
- 本代码用于纸牌识别及图像均衡化,并将均衡化后的直方图画出-The code for the card identification and image balancing, and after the histogram equalization draw
INface_tool
- 基于亮度不变的人脸识别工具箱,种类多,功能强大。-Face Recognition Based on the same brightness toolbox, many kinds of powerful.
ShapeContextProjects
- 图形识别算法 可用于图形识别以及 验证码识别研究-The main part of the code uses improved Shape Context as feature descr iptor and fit into a Hough Voting framework to detect objects. It can be used for initial hypothesis proposal. I hope you find this code helpful!
haar
- 本程序是在visual C++环境中基于haar小波变换实现人脸检测。-This procedure is in visual C++ environment haar wavelet transform based face detection.
identi
- 识别对象如下:trainset: 训练集合,该集合中从0~9的数字,所有图片大小相同。各个集合中的图像可以在Matlab中用imread函数读取为数组形式,用imshow函数显示出其图像,例如:图像0 (10).bmp可以用A=imread( 0 (10).bmp )读取为数组A,用imshow(A)或imshow( 0 (10).bmp )显示其图像。-Identify objects as follows: trainset: training set, the collection of
HandGestureRecog
- 结合OpenCV,实现人手势的识别与跟踪。-combine with OpenCV,the project realizes the hand gesture dectect and tracking.