-
Notifications
You must be signed in to change notification settings - Fork 70
Project P08: Face Recognition
GirlScript Jaipur edited this page Jun 25, 2019
·
2 revisions
Mentor: Maitree Rawat
This project is for novice image processing programmers and learners. Image processing has become one of the most sought after fields of all time. This project focuses on to detect human faces by using Haar Cascades and track them further using KCFtracker. OpenCV object tracking implementation is huge and therefore some of the most important concepts will be covered here. Novice python programmers can also go for this project. The prerequisites for this project is basic understanding of mathematics,basic python programming knowledge & motivation to learn.
- Python ( > 3 is preferred)
- OpenCV
- IMUTILS VIDEO
- Introduction to basic and intermediate OpenCV
- Acquaintance with OpenCV trackers such as KCF, CSRT etc.
- Real time detection and tracking experience.
- Can be used with Raspberry pi with web cam to detect robbery.
- Can be used with Quadrone to track real time person.
- Can be used to detect over speeding vehicles in smart traffic management system.
Will be provided after the beginning of the work plan.
Let's Code for Freedom!