本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库为 OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;
2019-12-21 20:09:01 11.96MB LBP SVM 人脸识别
1
c++写的姓名识别程序,里边有项目要求和源代码,供学习使用
2019-12-21 20:06:06 275KB 姓名识别 统计识别
1
地名识别程序 地名识别程序 地名识别程序 地名识别程序 地名识别程序
2019-12-21 20:04:36 762KB 地名识别 代码
1
仅作为学习和练习的用途,不作为毕设以及其他商业用途。
2019-12-21 20:02:24 10.66MB Matlab 车牌识别 源代码 程序
1
matlab程序,包含了基本LBP,旋转不变LBP,均匀LBP ,旋转不变均匀LBP,CLBP等的LBP算子提取和分类,基于AR的人脸库,还有附加的一个说明文档以及自己测试的一些结果分析。
2019-12-21 19:56:29 11.61MB CLBP 人脸识别
1
涉及的知识点:Python、调用百度API、PyQt5 运行环境:Mac+Python3.7+PyQt5
2019-12-21 19:56:16 2.04MB 百度图像识别 Python 百度ocr调用
1
网上找的人脸识别程序,JAR文件,可以用反编译软件查看代码,学习人脸识别的同学可以参考下
2019-12-21 19:52:53 11.77MB 人脸识别 特征脸
1
强大的纯Java车牌识别程序源码, 功能非常全,而且是纯java编写,不含杂质。
2019-12-21 19:50:00 1.76MB java车牌识别 java车牌
1
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
2019-12-21 19:44:40 4.56MB Matlab Histogram 人脸识别
1
车牌号识别,内容包括主程序、子程序、字符模板和实验报告,采用matlab语言。
2019-12-21 19:40:46 2.8MB 车牌号识别 matlab 程序
1