Go to file
Loic Delattre bba1121589 Merge branch 'main' of https://gitarero.ecam.fr/loic.delattre/PPG_Delattre_Dey 2023-02-19 13:06:29 +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 use the code 2023-02-19 12:21:00 +01:00
RGB_traces.m find the average RGB values of a given frame 2023-02-18 15:27:14 +01:00
Red_square.jpg Red square to test functions 2023-02-19 13:01:00 +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 and RBG average 2023-02-19 13:00:13 +01:00

README.md

PPG_Delattre_Dey

FILES TO BE RUN:

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

Don't download the "RGB_database" and the "frames" file, those are only for testing