Skip to content

A program written in Python that detects humans from a video given as an input.

Notifications You must be signed in to change notification settings

Saurabh2402/Human-Tracking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human-Tracking-System

We have made a human detection application using openCV in python.

We have given 2 options to the user

1. Open a video file of any format and process it, 
   processing will detect human faces in the video and draw a rectangle around the faces.

2. Open webcam and then human faces in front of the webcam will be detected (at run time).

We have used tkinter module for creating the GUI

And openCV's - haar cascade algorithm to detect faces.

About

A program written in Python that detects humans from a video given as an input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages