Go to file
Loïc DELATTRE 01f898b61b Instructions to find the heart beat 2023-02-19 12:16:02 +01:00
RGB_database avg RGB values of 900+ frames of a face 2023-02-06 11:05:51 +01:00
frames all frames of forehead 2023-02-06 16:00:01 +01:00
.gitignore Add '.gitignore' 2023-02-02 10:40:27 +01:00
FFT_heart_rate.m finds the user's heartbeat from a set of frames of their face 2023-02-18 15:29:55 +01:00
LICENSE Initial commit 2023-02-02 10:33:05 +01:00
README.md Instructions to find the heart beat 2023-02-19 12:16:02 +01:00
RGB_traces.m find the average RGB values of a given frame 2023-02-18 15:27:14 +01:00
frames_RGBs.m outputs a n x 3 matrix of RGB averages for all frames in a given directory 2023-02-18 15:28:42 +01:00
get_frames.py exports all frames from a given video file 2023-02-18 15:43:26 +01:00
haarcascade_eye.xml eye detection database 2023-02-02 11:10:08 +01:00
haarcascade_frontalface_default.xml face detection database 2023-02-02 11:09:29 +01:00
matrix_avg.m find the average value of a matrix 2023-02-18 15:29:15 +01:00
test_file.m test of matrix average 2023-02-18 15:30:36 +01:00

README.md

PPG_Delattre_Dey

FILES TO BE RUN:

  • get_frames.py (input name of face video)
  • FFT_heart_beat.m