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
- Host: GitHub
- URL: https://github.com/ranaaditya/fyp-hrv
- Owner: ranaaditya
- License: mit
- Created: 2022-02-24T17:39:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T05:31:28.000Z (over 3 years ago)
- Last Synced: 2025-01-22T10:12:54.295Z (9 months ago)
- Topics: android, application, color-extratcion, hrv, implementation, implementation-of-research-paper, research, rgb
- Language: Java
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)