├── .dataset ├── people.2.1.jpg ├── people.2.10.jpg ├── people.2.11.jpg ├── people.2.12.jpg ├── people.2.13.jpg ├── people.2.14.jpg ├── people.2.15.jpg ├── people.2.16.jpg ├── people.2.17.jpg ├── people.2.18.jpg ├── people.2.19.jpg ├── people.2.2.jpg ├── people.2.20.jpg ├── people.2.21.jpg ├── people.2.22.jpg ├── people.2.23.jpg ├── people.2.24.jpg ├── people.2.25.jpg ├── people.2.26.jpg ├── people.2.27.jpg ├── people.2.28.jpg ├── people.2.3.jpg ├── people.2.4.jpg ├── people.2.5.jpg ├── people.2.6.jpg ├── people.2.7.jpg ├── people.2.8.jpg └── people.2.9.jpg ├── FaceGui.py ├── FaceTools.py ├── LICENSE ├── Manage.py ├── README.md ├── Setting.py ├── VideoStream.py ├── file ├── haarcascade_frontalface_default.xml ├── haarcascade_mcs_eyepair_big.xml ├── haarcascade_mcs_eyepair_small.xml ├── haarcascade_mcs_mouth.xml ├── haarcascade_mcs_nose.xml ├── result.yml └── usrs_info.pickle ├── run.py └── videos └── video.mp4 /.dataset/people.2.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.1.jpg -------------------------------------------------------------------------------- /.dataset/people.2.10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.10.jpg -------------------------------------------------------------------------------- /.dataset/people.2.11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.11.jpg -------------------------------------------------------------------------------- /.dataset/people.2.12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.12.jpg -------------------------------------------------------------------------------- /.dataset/people.2.13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.13.jpg -------------------------------------------------------------------------------- /.dataset/people.2.14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.14.jpg -------------------------------------------------------------------------------- /.dataset/people.2.15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.15.jpg -------------------------------------------------------------------------------- /.dataset/people.2.16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.16.jpg -------------------------------------------------------------------------------- /.dataset/people.2.17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.17.jpg -------------------------------------------------------------------------------- /.dataset/people.2.18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.18.jpg -------------------------------------------------------------------------------- /.dataset/people.2.19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.19.jpg -------------------------------------------------------------------------------- /.dataset/people.2.2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.2.jpg -------------------------------------------------------------------------------- /.dataset/people.2.20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.20.jpg -------------------------------------------------------------------------------- /.dataset/people.2.21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.21.jpg -------------------------------------------------------------------------------- /.dataset/people.2.22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.22.jpg -------------------------------------------------------------------------------- /.dataset/people.2.23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.23.jpg -------------------------------------------------------------------------------- /.dataset/people.2.24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.24.jpg -------------------------------------------------------------------------------- /.dataset/people.2.25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.25.jpg -------------------------------------------------------------------------------- /.dataset/people.2.26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.26.jpg -------------------------------------------------------------------------------- /.dataset/people.2.27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.27.jpg -------------------------------------------------------------------------------- /.dataset/people.2.28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.28.jpg -------------------------------------------------------------------------------- /.dataset/people.2.3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.3.jpg -------------------------------------------------------------------------------- /.dataset/people.2.4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.4.jpg -------------------------------------------------------------------------------- /.dataset/people.2.5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.5.jpg -------------------------------------------------------------------------------- /.dataset/people.2.6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.6.jpg -------------------------------------------------------------------------------- /.dataset/people.2.7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.7.jpg -------------------------------------------------------------------------------- /.dataset/people.2.8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.8.jpg -------------------------------------------------------------------------------- /.dataset/people.2.9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/.dataset/people.2.9.jpg -------------------------------------------------------------------------------- /FaceGui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/FaceGui.py -------------------------------------------------------------------------------- /FaceTools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/FaceTools.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/LICENSE -------------------------------------------------------------------------------- /Manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/Manage.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/README.md -------------------------------------------------------------------------------- /Setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/Setting.py -------------------------------------------------------------------------------- /VideoStream.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/VideoStream.py -------------------------------------------------------------------------------- /file/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /file/haarcascade_mcs_eyepair_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/haarcascade_mcs_eyepair_big.xml -------------------------------------------------------------------------------- /file/haarcascade_mcs_eyepair_small.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/haarcascade_mcs_eyepair_small.xml -------------------------------------------------------------------------------- /file/haarcascade_mcs_mouth.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/haarcascade_mcs_mouth.xml -------------------------------------------------------------------------------- /file/haarcascade_mcs_nose.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/haarcascade_mcs_nose.xml -------------------------------------------------------------------------------- /file/result.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/result.yml -------------------------------------------------------------------------------- /file/usrs_info.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/file/usrs_info.pickle -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/run.py -------------------------------------------------------------------------------- /videos/video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhanghexie/opencv-face-recognition/HEAD/videos/video.mp4 --------------------------------------------------------------------------------