Skip to content

A python app detecting a person and measuring his/her walked distance.

Notifications You must be signed in to change notification settings

vytjan/measuredist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The python application analyzing the video stream, detecting a person in it and calculating its walked distance.

To run the application the following Python libraries are needed: OpenCV 3.1.0 matplotlib

And these python modules: argparse datetime imutils time numpy math

To run the prototype on terminal:

a) In order to read a video input stream from the file: python distance.py --video videos/sample4.mp4

b) In order to read a video input stream from the webcam of the computer: python distance.py

The plot is drawn with matplotlib, after the video stream analysis is done.

About

A python app detecting a person and measuring his/her walked distance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages