https://github.com/linyacool/facerecognitionlbp
Face recognition based on local binary pettern.
https://github.com/linyacool/facerecognitionlbp
Last synced: about 1 year ago
JSON representation
Face recognition based on local binary pettern.
- Host: GitHub
- URL: https://github.com/linyacool/facerecognitionlbp
- Owner: linyacool
- Created: 2016-08-04T09:10:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T12:41:58.000Z (about 9 years ago)
- Last Synced: 2025-03-27T06:13:14.245Z (about 1 year ago)
- Language: C++
- Size: 21.3 MB
- Stars: 9
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceRecognitionLBP
Face recognition based on local binary pettern.
使用MFC做的人脸识别系统,基于局部二值模式,可根据局部区域的熵值进行自适应加权。
程序能够自动检测人脸区域并提取。
实现了对图像、视频(包括摄像头)内容的识别,人脸库可以是图片库、视频库。
稍加修改,就能适应各种人脸数据库。我测试过CAE-PEAL、FERET、Yale、ORL。
开发工具为VS2010,OpenCV2.4.9。