An open API service indexing awesome lists of open source software.

https://github.com/ranaaditya/fyp-hrv

heart rate variability from facial RGB
https://github.com/ranaaditya/fyp-hrv

android application color-extratcion hrv implementation implementation-of-research-paper research rgb

Last synced: 7 months ago
JSON representation

heart rate variability from facial RGB

Awesome Lists containing this project

README

          

# hrv-android

Android application to measure **Heart Rate Variability (HRV) using device's camera and Image Processing**

#### Referrences:
- [Color Space Conversion](https://www.dynamsoft.com/blog/insights/image-processing/image-processing-101-color-space-conversion/)
- [YUV Format](https://en.wikipedia.org/wiki/YUV)
- [YUV color system](https://www.hisour.com/yuv-color-system-25916/)
- [Science behind YUV color coing](https://www.baslerweb.com/en/sales-support/knowledge-base/frequently-asked-questions/how-does-the-yuv-color-coding-work/15182/)
- [YUV to RGB](https://mymusing.co/bt601-yuv-to-rgb-conversion-color/)

#### Referrence Research papers
- [EXTRACTING HEART RATE AND RESPIRATION RATE USING A CELL PHONE CAMERA](https://github.com/ranaaditya/hrv-android/blob/main/ResearchPapers/EXTRACTING%20HEART%20RATE%20AND%20RESPIRATION%20RATE%20USING%20A%20CELL%20PHONE%20CAMERA.pdf)
- [Real Time Heart Rate Monitoring From Facial RGB Color](https://github.com/ranaaditya/hrv-android/blob/main/ResearchPapers/Measuring_Heart_Rate_from_Facila_RGB.pdf)