You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Face recognition based on local binary pettern.
使用MFC做的人脸识别系统,基于局部二值模式,可根据局部区域的熵值进行自适应加权。
程序能够自动检测人脸区域并提取。
实现了对图像、视频(包括摄像头)内容的识别,人脸库可以是图片库、视频库。
稍加修改,就能适应各种人脸数据库。我测试过CAE-PEAL、FERET、Yale、ORL。
开发工具为VS2010,OpenCV2.4.9。