a collection for repositories of camera heart rate detection, rPPG, rBCG..
classical repos
S. No. | repo | functions | comments |
1. | https://github.com/shelhamer/visual-pulse-monitor | Measure heart rate from standard video recording (UMass CS 691A final project) | static, forehead |
2. | https://github.com/wzpan/QtEVM | C++ implementation of EVM(Eulerian Video Magnification), based on OpenCV and Qt. | EVM method |
3. | https://github.com/nasir6/rPPG | face-skin-filteri | rPPG method |
4. | https://github.com/prouast/heartbeat | Desktop implementation of Remote Photoplethysmography – Measuring heart rate using facial video. | rPPG method |
5. | https://github.com/marnixnaber/rPPG | remote heart rate detection / photoplethysmography software, Matlab | rPPG method |
6. | https://github.com/habom2310/Heart-rate-measurement-using-camera | real time application to measure heart rate, python | rPPG method, goog GUI |
7. | https://github.com/rohintangirala/eulerian-remote-heartrate-detection | Remote heart rate detection through Eulerian magnification of face videos | EVM method |
8. | https://github.com/pavisj/rppg-pos | This is an implementation of rPPG called as Plane Orthogonal-to-Skin (POS) as described in the IEEE paper - "Algorithmic Principles of Remote PPG," W. Wang, A. C. den Brinker, S. Stuijk and G. de Haan. | rPPG method |
9. | https://github.com/12dmodel/deep_motion_mag | Tensorflow implementation of Learning-based Video Motion Magnification | VM method, not directly related to heart rate |
10. | https://github.com/thearn/webcam-pulse-detector | webcam-pulse-detector | rPPG method, with demo |
11. | https://github.com/camilleanne/pulse | Pulse is a browser-based, non-contact heartrate detection application. | rPPG method, code is clean |
12. | https://github.com/MartinChristiaan/PythonVideoPulserate | Python implementation of a pulse rate monitor using rPPG from video with the chrominance method. | rPPG method, stable,good GUI |
13. | https://github.com/lvetech/ALT | Non-contact real-time monitoring of heart and respiration rates using Artificial Light Texture (ALT) | ALT method, need additional hardware |
14. | https://github.com/hmmo-O/Estimation-of-Heart-rate-using-FastICA | Detection of heart rate through laptop webcam using Fast Independent Component Analysis (ICA). | rPPG+ICA |