Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 570 Bytes

HR_estimate_with_webcam

Environment

Windows 10 + Python 3

Dependence

opencv 3.x
dlib
numpy
scipy
pandas
and a file you can get here: http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 extract and put it to the root directory

Description

This program provides some methods to estimate the user's pulse rate.
You can choose one by modifing variable "selected_method" in the "main" function.