基于Matlab 直方图Histogram的人脸识别程序

时间:2015-01-12 03:48:50
【文件属性】:
文件名称:基于Matlab 直方图Histogram的人脸识别程序
文件大小:4.56MB
文件格式:ZIP
更新时间:2015-01-12 03:48:50
Matlab Histogram 人脸识别 Algorithm Description Recognizing objects from large image databases, histogram based methods have proved simplicity and usefulness in last decade. Initially, this idea was based on color histograms that were launched by swain [1]. This algorithm presents the first part of our proposed technique named as “Histogram processed Face Recognition” [2] For training, grayscale images with 256 gray levels are used. Firstly, frequency of every gray-level is computed and stored in vectors for further processing. Secondly, mean of consecutive nine frequencies from the stored vectors is calculated and are stored in another vectors for later use in testing phase. This mean vector is used for calculating the absolute differences among the mean of trained images and the test image. Finally the minimum difference found identifies the matched class with test image. Recognition accuracy is of 99.75% (only one mis-match i.e. recognition fails on image number 4 of subject 17) [1] M. J. Swain and D. H. Ballard, “Indexing via color histogram”, In Proceedings of third international conference on Computer Vision (ICCV), pages 390–393, Osaka, Japan, 1990. [2] Fazl-e-Basit, Younus Javed and Usman Qayyum, "Face Recognition using processed histogram and phase only correlation ", 3rd IEEE International Conference on Emerging Technology pp. 238-242

网友评论

  • MATLAB太强大了,居然可以做这个识别
  • 只是借用一下提取histogram的代码,没看明白 十分傻逼
  • 不错的代码,学习color indexing
  • 只是借用一下提取histogram的代码,没看明白
  • 基础类代码 可以参考!
  • 把人都认错了。。。
  • 很好,能用啊
  • 代码还行吧!!
  • 识别率还可以。不过算法太粗糙,背景复杂一些就不行了。