Skip to content

Project P08: Face Recognition

GirlScript Jaipur edited this page Jun 25, 2019 · 2 revisions

Mentor: Maitree Rawat

DETAILS OF THE PROJECT:

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.

TECH STACK:

  1. Python ( > 3 is preferred)
  2. OpenCV
  3. IMUTILS VIDEO

ROAD MAP:

  • Introduction to basic and intermediate OpenCV
  • Acquaintance with OpenCV trackers such as KCF, CSRT etc.
  • Real time detection and tracking experience.

FUTURE SCOPE:

  • 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.

REFERENCE:

Will be provided after the beginning of the work plan.