fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

Detecting pulse from head motions in video #302

Open joachimpoutaraud opened 1 year ago

joachimpoutaraud commented 1 year ago

I found an interesting repository focusing on finding a way to detect pulse rate from head motions in video. The idea is to extract heart rate and beat lengths from videos by measuring subtle head motion caused by the Newtonian reaction to the influx of blood at each beat. The method tracks features on the head and performs principal component analysis (PCA) to decompose their trajectories into a set of component motions. It then chooses the component that best corresponds to heartbeats based on its temporal frequency spectrum. Finally, it analyze the motion projected to this component and identify peaks of the trajectories, which should correspond to heartbeats.

This might be a cool project to integrate to the toolbox in the future!

Repository: https://github.com/irfan798/head-pulse-track