SlideShare a Scribd company logo
1 of 5
Download to read offline
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3295
Cross-platform Remote Photoplethysmography (rPPG) based Heart's
Vital Signs Monitoring
Satish Namdev Kadam1, Prof. S. V. Bodake2
1Dept. of Computer Engineering, TSSM’s Padmabhushan Vasantdada Patil Institute of Technology, Bavdhan Pune,
India satishkadam.me@gmail.com
2HOD, Dept. of Computer Engineering, TSSM’s Padmabhushan Vasantdada Patil Institute of Technology, Bavdhan
Pune, India email - svbpvpit@gmail.com
---------------------------------------------------------------------------***---------------------------------------------------------------------------
Abstract — In the context of the COVID-19 outbreak,
inexpensive technologies for assessing heart rate and
oxygen saturation are critical for tracking symptoms
and assisting in disease control. Methods for predicting
heart rate and blood pressure (BP) without the use of
sensor equipment have important applications in both
the medical and computing fields. Smartphones are the
most convenient device available to everyone today, and
their cameras can be used to capture the relevant
physiological data. The remote photoplethysmography
(rPPG) technology can be used to measure heart rate
(HR) and blood pressure (BP) utilizing videos of
fingertip and real-time videos of the user taken with a
smartphone camera or laptop camera. The PPG signals
are collected by recording a videos from the
smartphone camera while the users placing their
fingers on the camera lens to extract required
information. The signals then can be retrieved using
minor variations in the video caused by changes in the
skin's light reflection characteristics as blood flows
through the finger as a result of cardiovascular activity.
These color shifts are imperceptible to the naked eye,
but digital cameras can detect them. It is feasible to
obtain the camera-based PPG signal by covering a light
source and the camera sensor with a finger. As a result,
our system uses the camera and flash of a smartphone
as the photosensor and light source, respectively. We
run a series of tests to assess the PPG biometric trait's
recognition performance, including cross-session
scenarios. Statistical, curve widths, frequency domain,
and fiducial points based characteristics are also
considered. We used principal component analysis
(PCA) to minimize the amount of frequency domain
features and curve width groups, and then categorized
them using the support vector machine algorithm. In
order to estimate the health metrics, a cross-platform
solution i.e. iOS application and Windows desktop
application is developed.
Keywords— Heart rate measurement, Remote, non-
contact, Camera-based, Photoplethysmography (PPG),
Image Processing
1. INTRODUCTION
According to the World Health Organization (WHO),
heart disorders, such as heart attacks, strokes, heart failure,
and heart valve abnormalities, are responsible for more
than 30% of all fatalities worldwide. Because heart
disorders can be asymptomatic and intermittent, especially
in the early stages, clinicians have had a difficult time
detecting them [1]. As a result, for outpatient use and daily
activities, a basic cardiac rhythm monitoring technique
(that is easily available and does not require extra
electrodes/sensors) is required. As smartphones become
more common around the world, and smartphone
cardiovascular apps are developed and utilized to track
users' health, the opportunity to supply high-quality
smartphone cardiac monitoring technology to the medical
community emerges.
Fig. 1 describing methods for calculating blood pressure
(BP).
(A) Contact methods - To obtain a finger blood volume
pulse, you must touch your finger against the phone
camera. Each frame averages the pixels in the video. A
waveform as a function of time can be created by further
processing and filtering the signal. To compute BP, features
from the waveform are collected and fed into machine
learning algorithms. The pulse transit time (PTT) can be
linked to blood pressure (BP) [2], although many sensors
are necessary.
(B) Non-contact method - Ambient light reflected from the
face is used in non-contact procedures. The video is then
processed to improve the signal-to-noise ratio of the
hemoglobin signal, which is then sent into a machine
learning algorithm to determine blood pressure (similar to
contact methods). PTT [2] can be computed using only a
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3296
single camera by measuring the difference between pulse
arrivals at distinct body locations because several facial
areas or body parts can be photographed at the same time.
2. RELATED WORK
The physiological foundations of PPG-based Heart Rate
Monitoring are presented in this part, as well as several
measuring methods and related study. Many previous
research have shown that camera-based approaches can be
used to remotely monitor cardiovascular activity without
contacting the measurement location [3], [4]–[6]. In terms
of the following aspects, camera-based vital sign
monitoring systems outperform traditional methods: 1)
The measurement is done without the use of any attached
or wired sensors, and it is non-contact; 2) It does not
necessitate the presence of trained personnel; 3) It allows
for less intrusive, continuous monitoring for usage in a
wider range of circumstances, as well as easier collection of
rich, useful health-related data.
The camera-based health monitoring method has been
tested in a number of settings, including ICUs, stressful
work environments, the home environment, and space
exploration. [6]. Ibrahim et. al. [4] developed an HR
extraction approach based on blind source separation (BSS)
from recorded videos. Photoplethysmography (PPG) is a
technique for measuring blood volume changes in response
to cardiac activity at specific body sites, such as the finger,
earlobe, and face [5].
In hospitals, the PPG approach has been used to
consistently assess SpO2 and HR. Recent PPG research has
shown that with the right extraction techniques, PPG may
be used to monitor BP [3], RR [4], and HRV [6]. As shown in
Fig. 1, there are two types of PPG techniques now in use:
transmission-mode PPG and reflectance-mode PPG. Figure
2 depicts a morphological representation of PPG coupled
with the associated electrocardiogram (ECG). In the same
way as ECG is a dependable method for monitoring heart
activity, PPG has similar properties for prospective uses.
Fig 2. ECG and PPG morphological representation
3. PROPOSED SYSTEM & ALGORITHMS
We compute the mean of the pixel-wise luma component
from the pixels in each video frame to get the signal from
the raw video (see fig 4), so that if F is a video composed by
a sequence of frames {f1,...,fm}, then the signal originating
from F is:
Fig. 3 PPG extraction to estimation processing flow
S = {Y (f1),...,Y (fm)}, where
In Equation 1, i and j iterate over the pixels of the image and
the super scripts (r) indicate the considered RGB channel of
the frame, either red green or blue. The channel coefficients
of Equation 1 are taken from the ITU-R BT.601 standard.
Video Properties Values
Frame width 360
Frame height 240
Data rate 1517kbps
Total bit rate 1517kbps
Frame rate 240 frames/sec
Table 1:- Input Video Properties
Fig 4. Mean of the pixel-wise luma component
Signal Preprocessing - We employ the following
preprocessing methods to eliminate noise after extracting
the signal from a video. To eliminate trends from the signal,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3297
we first compute and subtract the signal's rolling average
from the signal itself. Slight hand or finger movements can
often result in signal noise that bypasses our filtering
system [8]. As a result, we create a set of individual beat
quality criteria with the purpose of removing noisy beats
from further processing. For the rolling average, we utilize
a 1 second window size. Then, to reduce high-frequency
noise, we employ a low-pass filter with a cutoff frequency of
4Hz (240 beats per minute) [4].
Fig 5. Signal Preprocessing – Rolling average
Fiducial Points Detection - Following the extraction of
individual beats, we look for fiducial points in the signal to
extract features.
Fig 6. Fiducial Points Detection PPG signal
We pay special attention to three points: the systolic
peak, the dichotic notch, and the diastolic peak. These
points can be easily detected in low-noise signals by looking
for maximums and minimums in the signal and its first
derivative (see Figure 6 and 7). However, we discovered
that this approach must account for noisy signals, so we
created a more robust algorithm to detect them that relies
on best guesses [8].
Fig 7. Fducial point based features
Feature Extraction - Statistical, curve widths, frequency
domain, and fiducial points based characteristics are also
considered. To make features independent of a user's bpm
at the time of capture, we re-sample beats a fixed sampling
rate of 1,000 Hz and normalize them so that the amplitude
values sit in the same range as the physiological features [0,
1]. Features are calculated on a beat-by-beat basis, with
each beat resulting in a sample.
To minimize the number of features in the frequency
domain and the curve width groups, we apply principal
component analysis (PCA) [1]. We fit a PCA with 100
components for the frequency features and keep only the
first n components, which describe 99 percent of the space
variance. We do the same thing with the curve width
features, but we use a PCA model with 15 components. We
discovered that the frequency group requires
approximately 5 components (depending on the dataset),
while the breadth group requires only 9. On the remaining
features, we mix two alternative strategies for feature
selection. We first compute the pairwise correlation
coefficient between features, and then eliminate one
feature from the data set at random if the correlation
coefficient between them is rf1,f2 >.95 for a pair of feature
distributions (f1,f2).
We stratified the data at random and trained two
distinct classifiers, a support vector machine (SVM) with a
radial basis function kernel and gradient boosted trees
(GBT). Before feeding the data into the SVM classifier, we
employ a conventional scaler to normalize it, and we only
utilize the training part to fit the scaler.
It was confirmed that the rPPG obtained with the
smartphone camera and display allows for better control of
the emitted light, hence enhancing the acquired signal
quality. In order to broaden scope and verify the results of
proposed methodology the cross platform system is created
to measure the heart rate and Blood pressure based on
windows desktop application and iOS application for
mobile user. The activity of building software products or
services for several platforms or software environments is
known as cross-platform development, which we have
achieved by building same solution on different application
environment like windows, iOS or Android.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3298
4. DATA SETS & RESULTS
When employing an aggregate window size > 10, we
discovered that single sample EER is above 15%, but
quickly drops to less than 5%. We discovered that SVM
outperforms the other models, with an EER of 1% at an
aggregation window size of 20. Over the course of 4-5
capture sessions per user, we acquire a dataset of PPG
readings from a group of 6 users. We create a data analysis
pipeline and run a series of tests to assess recognition
performance using a set of features collected from
individual heartbeats.
In terms of heart rate measurement, our equipment
performed admirably. In comparison to the present
smartphone software, it was pretty accurate. We assumed
linear regression in the case of blood pressure. This
approximation, on the other hand, yields a promising result.
Following table (Table 2) shows the actual heart rate, the
heart rate measured with actual devices, and the heart rate
assessed with the Instant Heart Rate application, all based
on 10 samples.
Fig 8. Measurement of Vital Signs on Smartphone
We discovered that when enough samples are gathered for
a decision, we can attain identical error rates as low as 8%.
Hence overall accuracy considering above methodology is
92 %.
Subject Actual (device) Measured (app)
a1 a2 a3 a4 m1 m2 m3 m4
1 88 82 80 85 88 86 85 88
2 82 80 78 75 80 80 78 79
3 73 77 74 85 73 78 74 80
4 88 87 85 75 88 87 82 75
5 106 101 100 98 106 102 100 98
6 72 67 74 80 72 67 74 80
7 75 79 80 74 75 79 80 74
8 89 93 91 99 89 93 91 99
9 92 88 87 94 92 88 87 94
10 76 77 79 73 78 77 76 73
Table 2:- Heart rate measurement with cross platform
applications
5. CONCLUSION
In this paper, we present a method that uses a
smartphone camera and a laptop camera to assess HR and
BP using rPPG. In iOS framework, the rPPG signal is
captured by recording a video from the camera while the
user rests their finger on top of the lens, and in Windows,
we used recorded videos to get measurements with a 92
percent accuracy. The signal is extracted based on subtle
variations in the video caused by changes in the skin's light
absorption characteristics as blood flows through the
finger.
Future Work: We discovered that a number of
parameters had a significant impact on signal fidelity.
Initially, we discovered that the warmth of the fingertip
alters blood flow, resulting in slightly varied measurements.
Second, breathing has an impact on the signal: inhaling
causes faster heartbeats than exhaling. We will have to
consider these parameters to make any platform specific
application to leverage the benefits of the methodology.
Performance drops dramatically in the cross-session case
samples which will also be considered as part of future
work.
REFERENCES
[1] Jain M, Deb S, Subramanyam AV. Face video based
touchless blood pressure and heart rate estimation.
Conference Proceedings: 2016 IEEE 18th International
Workshop on Multimedia Signal Processing (MMSP).
(2016) 1–5. doi: 10.1109/MMSP.2016.7813389
[2] Hassan, M.A., Malik, A.S., Fofi, D., Saad, N. and
Meriaudeau, F., 2017. Novel health monitoring method
using an RGB camera. Biomedical optics express, 8(11),
pp.4838-4854.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3299
[3] Chao, T.F., Lip, G.Y., Liu, C.J., Lin, Y.J., Chang, S.L., Lo,
L.W., Hu, Y.F., Tuan, T.C., Liao, J.N., Chung, F.P. and Chen,
T.J., 2018. Relationship of aging and incident
comorbidities to stroke risk in patients with atrial
fibrillation. Journal of the American College of
Cardiology, 71(2), pp.122-132.
[4] Sharifi, I., Goudarzi, S., & Khodabakhshi, M. B. ”A novel
dynamical approach in continuous cuffless blood
pressure estimation based on ECG and PPG signals,”
Artificial Intelligence in Medicine, 2018.
[5] Ibrahim, N., Tomari, R., Zakaria, W. N. W., & Othman, N.,
”Analysis of Non-invasive Video Based Heart Rate
Monitoring System obtained from Various Distances
and Different Facial Spot,” Journal of Physics:
Conference Series, vol. 1049, No. 1, pp. 012003, 2018.
[6] Tania Pereira, Nate Tran, Kais Gadhoumi, Michele M.
Pelter, Duc H. Do, Randall J. Lee, Rene Colorado, Karl
Meisel, and XiaoHu. Photoplethysmography based
atrial fibrillation detection: a review. npj Digital
Medicine, 3, 2020.
[7] Jian Liu Yingying Chen Jerry Cheng Jiadi Yu Tian ming
Zhao, Yan Wang. True heart: Continuous authentication
on wrist-worn wearable susing ppg-based biometrics.
In Proceedings of IEEE International Conference on
Computer Communications (IEEE INFOCOM 2020),
2020.
[8] A. Raposo, H. P. da Silva and J. Sanches, "Camera-based
Photoplethysmography (cbPPG) using smartphone rear
and frontal cameras: an experimental study," 2021
43rd Annual International Conference of the IEEE
Engineering in Medicine & Biology Society (EMBC),
2021, pp. 7091-7094, doi: 10.1109 /EMBC46164.2021.
9630847

More Related Content

Similar to Cross-platform Remote Photoplethysmography (rPPG) based Heart's Vital Signs Monitoring

Photoplethysmogram signal reconstruction through integrated compression sensi...
Photoplethysmogram signal reconstruction through integrated compression sensi...Photoplethysmogram signal reconstruction through integrated compression sensi...
Photoplethysmogram signal reconstruction through integrated compression sensi...IAESIJAI
 
Motion artifacts reduction in cardiac pulse signal acquired from video imaging
Motion artifacts reduction in cardiac pulse signal  acquired from video imaging Motion artifacts reduction in cardiac pulse signal  acquired from video imaging
Motion artifacts reduction in cardiac pulse signal acquired from video imaging IJECEIAES
 
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...IRJET Journal
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemIRJET Journal
 
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062Wael Alawsey
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemIRJET Journal
 
IRJET -Stress Detection using Arduino
IRJET -Stress Detection using ArduinoIRJET -Stress Detection using Arduino
IRJET -Stress Detection using ArduinoIRJET Journal
 
IRJET- Smart Authentication System for Airport
IRJET- Smart Authentication System for AirportIRJET- Smart Authentication System for Airport
IRJET- Smart Authentication System for AirportIRJET Journal
 
IRJET- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoTIRJET Journal
 
Touchless HeartRate Prediction System.pdf
Touchless HeartRate Prediction System.pdfTouchless HeartRate Prediction System.pdf
Touchless HeartRate Prediction System.pdfKomal526846
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET Journal
 
A Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoA Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoBRNSSPublicationHubI
 
IRJET- Review Paper on Patient Health Monitoring System using Can Protocol
IRJET- Review Paper on Patient Health Monitoring System using Can ProtocolIRJET- Review Paper on Patient Health Monitoring System using Can Protocol
IRJET- Review Paper on Patient Health Monitoring System using Can ProtocolIRJET Journal
 
Heartbeat Rate Measurement from Facial Video
Heartbeat Rate Measurement from Facial VideoHeartbeat Rate Measurement from Facial Video
Heartbeat Rate Measurement from Facial VideoIRJET Journal
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range QualityIRJET Journal
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasIRJET Journal
 
A Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming StrategiesA Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming StrategiesIRJET Journal
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET Journal
 

Similar to Cross-platform Remote Photoplethysmography (rPPG) based Heart's Vital Signs Monitoring (20)

Photoplethysmogram signal reconstruction through integrated compression sensi...
Photoplethysmogram signal reconstruction through integrated compression sensi...Photoplethysmogram signal reconstruction through integrated compression sensi...
Photoplethysmogram signal reconstruction through integrated compression sensi...
 
Motion artifacts reduction in cardiac pulse signal acquired from video imaging
Motion artifacts reduction in cardiac pulse signal  acquired from video imaging Motion artifacts reduction in cardiac pulse signal  acquired from video imaging
Motion artifacts reduction in cardiac pulse signal acquired from video imaging
 
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...
Remote Photoplethysmography (rPPG) using RGB Camera using Peak Detection Algo...
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation System
 
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded SystemDriver Drowsiness Monitoring System Using Visual Signals and Embedded System
Driver Drowsiness Monitoring System Using Visual Signals and Embedded System
 
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062
Video / Image Processing ( ITS / Task 5 ) done by Wael Saad Hameedi / P71062
 
Smart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking SystemSmart Healthcare Monitoring and Tracking System
Smart Healthcare Monitoring and Tracking System
 
IRJET -Stress Detection using Arduino
IRJET -Stress Detection using ArduinoIRJET -Stress Detection using Arduino
IRJET -Stress Detection using Arduino
 
IRJET- Smart Authentication System for Airport
IRJET- Smart Authentication System for AirportIRJET- Smart Authentication System for Airport
IRJET- Smart Authentication System for Airport
 
IRJET- Patient’s Health Parameters Monitoring through IoT
IRJET-  	  Patient’s Health Parameters Monitoring through IoTIRJET-  	  Patient’s Health Parameters Monitoring through IoT
IRJET- Patient’s Health Parameters Monitoring through IoT
 
Touchless HeartRate Prediction System.pdf
Touchless HeartRate Prediction System.pdfTouchless HeartRate Prediction System.pdf
Touchless HeartRate Prediction System.pdf
 
IRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT ImagesIRJET- A New Strategy to Detect Lung Cancer on CT Images
IRJET- A New Strategy to Detect Lung Cancer on CT Images
 
A Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial VideoA Survey on Non-Contact Heart Rate Estimation from Facial Video
A Survey on Non-Contact Heart Rate Estimation from Facial Video
 
IRJET- Review Paper on Patient Health Monitoring System using Can Protocol
IRJET- Review Paper on Patient Health Monitoring System using Can ProtocolIRJET- Review Paper on Patient Health Monitoring System using Can Protocol
IRJET- Review Paper on Patient Health Monitoring System using Can Protocol
 
Heartbeat Rate Measurement from Facial Video
Heartbeat Rate Measurement from Facial VideoHeartbeat Rate Measurement from Facial Video
Heartbeat Rate Measurement from Facial Video
 
IRJET- A Non Uniformity Process using High Picture Range Quality
IRJET-  	  A Non Uniformity Process using High Picture Range QualityIRJET-  	  A Non Uniformity Process using High Picture Range Quality
IRJET- A Non Uniformity Process using High Picture Range Quality
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
 
A Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming StrategiesA Survey on Ultrasound Beamforming Strategies
A Survey on Ultrasound Beamforming Strategies
 
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud ComputingIRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
IRJET - Real Time Muscle Fatigue Monitoring using IoT Cloud Computing
 
Iot in Healthcare
Iot in HealthcareIot in Healthcare
Iot in Healthcare
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Cross-platform Remote Photoplethysmography (rPPG) based Heart's Vital Signs Monitoring

  • 1. © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3295 Cross-platform Remote Photoplethysmography (rPPG) based Heart's Vital Signs Monitoring Satish Namdev Kadam1, Prof. S. V. Bodake2 1Dept. of Computer Engineering, TSSM’s Padmabhushan Vasantdada Patil Institute of Technology, Bavdhan Pune, India satishkadam.me@gmail.com 2HOD, Dept. of Computer Engineering, TSSM’s Padmabhushan Vasantdada Patil Institute of Technology, Bavdhan Pune, India email - svbpvpit@gmail.com ---------------------------------------------------------------------------***--------------------------------------------------------------------------- Abstract — In the context of the COVID-19 outbreak, inexpensive technologies for assessing heart rate and oxygen saturation are critical for tracking symptoms and assisting in disease control. Methods for predicting heart rate and blood pressure (BP) without the use of sensor equipment have important applications in both the medical and computing fields. Smartphones are the most convenient device available to everyone today, and their cameras can be used to capture the relevant physiological data. The remote photoplethysmography (rPPG) technology can be used to measure heart rate (HR) and blood pressure (BP) utilizing videos of fingertip and real-time videos of the user taken with a smartphone camera or laptop camera. The PPG signals are collected by recording a videos from the smartphone camera while the users placing their fingers on the camera lens to extract required information. The signals then can be retrieved using minor variations in the video caused by changes in the skin's light reflection characteristics as blood flows through the finger as a result of cardiovascular activity. These color shifts are imperceptible to the naked eye, but digital cameras can detect them. It is feasible to obtain the camera-based PPG signal by covering a light source and the camera sensor with a finger. As a result, our system uses the camera and flash of a smartphone as the photosensor and light source, respectively. We run a series of tests to assess the PPG biometric trait's recognition performance, including cross-session scenarios. Statistical, curve widths, frequency domain, and fiducial points based characteristics are also considered. We used principal component analysis (PCA) to minimize the amount of frequency domain features and curve width groups, and then categorized them using the support vector machine algorithm. In order to estimate the health metrics, a cross-platform solution i.e. iOS application and Windows desktop application is developed. Keywords— Heart rate measurement, Remote, non- contact, Camera-based, Photoplethysmography (PPG), Image Processing 1. INTRODUCTION According to the World Health Organization (WHO), heart disorders, such as heart attacks, strokes, heart failure, and heart valve abnormalities, are responsible for more than 30% of all fatalities worldwide. Because heart disorders can be asymptomatic and intermittent, especially in the early stages, clinicians have had a difficult time detecting them [1]. As a result, for outpatient use and daily activities, a basic cardiac rhythm monitoring technique (that is easily available and does not require extra electrodes/sensors) is required. As smartphones become more common around the world, and smartphone cardiovascular apps are developed and utilized to track users' health, the opportunity to supply high-quality smartphone cardiac monitoring technology to the medical community emerges. Fig. 1 describing methods for calculating blood pressure (BP). (A) Contact methods - To obtain a finger blood volume pulse, you must touch your finger against the phone camera. Each frame averages the pixels in the video. A waveform as a function of time can be created by further processing and filtering the signal. To compute BP, features from the waveform are collected and fed into machine learning algorithms. The pulse transit time (PTT) can be linked to blood pressure (BP) [2], although many sensors are necessary. (B) Non-contact method - Ambient light reflected from the face is used in non-contact procedures. The video is then processed to improve the signal-to-noise ratio of the hemoglobin signal, which is then sent into a machine learning algorithm to determine blood pressure (similar to contact methods). PTT [2] can be computed using only a International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3296 single camera by measuring the difference between pulse arrivals at distinct body locations because several facial areas or body parts can be photographed at the same time. 2. RELATED WORK The physiological foundations of PPG-based Heart Rate Monitoring are presented in this part, as well as several measuring methods and related study. Many previous research have shown that camera-based approaches can be used to remotely monitor cardiovascular activity without contacting the measurement location [3], [4]–[6]. In terms of the following aspects, camera-based vital sign monitoring systems outperform traditional methods: 1) The measurement is done without the use of any attached or wired sensors, and it is non-contact; 2) It does not necessitate the presence of trained personnel; 3) It allows for less intrusive, continuous monitoring for usage in a wider range of circumstances, as well as easier collection of rich, useful health-related data. The camera-based health monitoring method has been tested in a number of settings, including ICUs, stressful work environments, the home environment, and space exploration. [6]. Ibrahim et. al. [4] developed an HR extraction approach based on blind source separation (BSS) from recorded videos. Photoplethysmography (PPG) is a technique for measuring blood volume changes in response to cardiac activity at specific body sites, such as the finger, earlobe, and face [5]. In hospitals, the PPG approach has been used to consistently assess SpO2 and HR. Recent PPG research has shown that with the right extraction techniques, PPG may be used to monitor BP [3], RR [4], and HRV [6]. As shown in Fig. 1, there are two types of PPG techniques now in use: transmission-mode PPG and reflectance-mode PPG. Figure 2 depicts a morphological representation of PPG coupled with the associated electrocardiogram (ECG). In the same way as ECG is a dependable method for monitoring heart activity, PPG has similar properties for prospective uses. Fig 2. ECG and PPG morphological representation 3. PROPOSED SYSTEM & ALGORITHMS We compute the mean of the pixel-wise luma component from the pixels in each video frame to get the signal from the raw video (see fig 4), so that if F is a video composed by a sequence of frames {f1,...,fm}, then the signal originating from F is: Fig. 3 PPG extraction to estimation processing flow S = {Y (f1),...,Y (fm)}, where In Equation 1, i and j iterate over the pixels of the image and the super scripts (r) indicate the considered RGB channel of the frame, either red green or blue. The channel coefficients of Equation 1 are taken from the ITU-R BT.601 standard. Video Properties Values Frame width 360 Frame height 240 Data rate 1517kbps Total bit rate 1517kbps Frame rate 240 frames/sec Table 1:- Input Video Properties Fig 4. Mean of the pixel-wise luma component Signal Preprocessing - We employ the following preprocessing methods to eliminate noise after extracting the signal from a video. To eliminate trends from the signal,
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3297 we first compute and subtract the signal's rolling average from the signal itself. Slight hand or finger movements can often result in signal noise that bypasses our filtering system [8]. As a result, we create a set of individual beat quality criteria with the purpose of removing noisy beats from further processing. For the rolling average, we utilize a 1 second window size. Then, to reduce high-frequency noise, we employ a low-pass filter with a cutoff frequency of 4Hz (240 beats per minute) [4]. Fig 5. Signal Preprocessing – Rolling average Fiducial Points Detection - Following the extraction of individual beats, we look for fiducial points in the signal to extract features. Fig 6. Fiducial Points Detection PPG signal We pay special attention to three points: the systolic peak, the dichotic notch, and the diastolic peak. These points can be easily detected in low-noise signals by looking for maximums and minimums in the signal and its first derivative (see Figure 6 and 7). However, we discovered that this approach must account for noisy signals, so we created a more robust algorithm to detect them that relies on best guesses [8]. Fig 7. Fducial point based features Feature Extraction - Statistical, curve widths, frequency domain, and fiducial points based characteristics are also considered. To make features independent of a user's bpm at the time of capture, we re-sample beats a fixed sampling rate of 1,000 Hz and normalize them so that the amplitude values sit in the same range as the physiological features [0, 1]. Features are calculated on a beat-by-beat basis, with each beat resulting in a sample. To minimize the number of features in the frequency domain and the curve width groups, we apply principal component analysis (PCA) [1]. We fit a PCA with 100 components for the frequency features and keep only the first n components, which describe 99 percent of the space variance. We do the same thing with the curve width features, but we use a PCA model with 15 components. We discovered that the frequency group requires approximately 5 components (depending on the dataset), while the breadth group requires only 9. On the remaining features, we mix two alternative strategies for feature selection. We first compute the pairwise correlation coefficient between features, and then eliminate one feature from the data set at random if the correlation coefficient between them is rf1,f2 >.95 for a pair of feature distributions (f1,f2). We stratified the data at random and trained two distinct classifiers, a support vector machine (SVM) with a radial basis function kernel and gradient boosted trees (GBT). Before feeding the data into the SVM classifier, we employ a conventional scaler to normalize it, and we only utilize the training part to fit the scaler. It was confirmed that the rPPG obtained with the smartphone camera and display allows for better control of the emitted light, hence enhancing the acquired signal quality. In order to broaden scope and verify the results of proposed methodology the cross platform system is created to measure the heart rate and Blood pressure based on windows desktop application and iOS application for mobile user. The activity of building software products or services for several platforms or software environments is known as cross-platform development, which we have achieved by building same solution on different application environment like windows, iOS or Android.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3298 4. DATA SETS & RESULTS When employing an aggregate window size > 10, we discovered that single sample EER is above 15%, but quickly drops to less than 5%. We discovered that SVM outperforms the other models, with an EER of 1% at an aggregation window size of 20. Over the course of 4-5 capture sessions per user, we acquire a dataset of PPG readings from a group of 6 users. We create a data analysis pipeline and run a series of tests to assess recognition performance using a set of features collected from individual heartbeats. In terms of heart rate measurement, our equipment performed admirably. In comparison to the present smartphone software, it was pretty accurate. We assumed linear regression in the case of blood pressure. This approximation, on the other hand, yields a promising result. Following table (Table 2) shows the actual heart rate, the heart rate measured with actual devices, and the heart rate assessed with the Instant Heart Rate application, all based on 10 samples. Fig 8. Measurement of Vital Signs on Smartphone We discovered that when enough samples are gathered for a decision, we can attain identical error rates as low as 8%. Hence overall accuracy considering above methodology is 92 %. Subject Actual (device) Measured (app) a1 a2 a3 a4 m1 m2 m3 m4 1 88 82 80 85 88 86 85 88 2 82 80 78 75 80 80 78 79 3 73 77 74 85 73 78 74 80 4 88 87 85 75 88 87 82 75 5 106 101 100 98 106 102 100 98 6 72 67 74 80 72 67 74 80 7 75 79 80 74 75 79 80 74 8 89 93 91 99 89 93 91 99 9 92 88 87 94 92 88 87 94 10 76 77 79 73 78 77 76 73 Table 2:- Heart rate measurement with cross platform applications 5. CONCLUSION In this paper, we present a method that uses a smartphone camera and a laptop camera to assess HR and BP using rPPG. In iOS framework, the rPPG signal is captured by recording a video from the camera while the user rests their finger on top of the lens, and in Windows, we used recorded videos to get measurements with a 92 percent accuracy. The signal is extracted based on subtle variations in the video caused by changes in the skin's light absorption characteristics as blood flows through the finger. Future Work: We discovered that a number of parameters had a significant impact on signal fidelity. Initially, we discovered that the warmth of the fingertip alters blood flow, resulting in slightly varied measurements. Second, breathing has an impact on the signal: inhaling causes faster heartbeats than exhaling. We will have to consider these parameters to make any platform specific application to leverage the benefits of the methodology. Performance drops dramatically in the cross-session case samples which will also be considered as part of future work. REFERENCES [1] Jain M, Deb S, Subramanyam AV. Face video based touchless blood pressure and heart rate estimation. Conference Proceedings: 2016 IEEE 18th International Workshop on Multimedia Signal Processing (MMSP). (2016) 1–5. doi: 10.1109/MMSP.2016.7813389 [2] Hassan, M.A., Malik, A.S., Fofi, D., Saad, N. and Meriaudeau, F., 2017. Novel health monitoring method using an RGB camera. Biomedical optics express, 8(11), pp.4838-4854.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3299 [3] Chao, T.F., Lip, G.Y., Liu, C.J., Lin, Y.J., Chang, S.L., Lo, L.W., Hu, Y.F., Tuan, T.C., Liao, J.N., Chung, F.P. and Chen, T.J., 2018. Relationship of aging and incident comorbidities to stroke risk in patients with atrial fibrillation. Journal of the American College of Cardiology, 71(2), pp.122-132. [4] Sharifi, I., Goudarzi, S., & Khodabakhshi, M. B. ”A novel dynamical approach in continuous cuffless blood pressure estimation based on ECG and PPG signals,” Artificial Intelligence in Medicine, 2018. [5] Ibrahim, N., Tomari, R., Zakaria, W. N. W., & Othman, N., ”Analysis of Non-invasive Video Based Heart Rate Monitoring System obtained from Various Distances and Different Facial Spot,” Journal of Physics: Conference Series, vol. 1049, No. 1, pp. 012003, 2018. [6] Tania Pereira, Nate Tran, Kais Gadhoumi, Michele M. Pelter, Duc H. Do, Randall J. Lee, Rene Colorado, Karl Meisel, and XiaoHu. Photoplethysmography based atrial fibrillation detection: a review. npj Digital Medicine, 3, 2020. [7] Jian Liu Yingying Chen Jerry Cheng Jiadi Yu Tian ming Zhao, Yan Wang. True heart: Continuous authentication on wrist-worn wearable susing ppg-based biometrics. In Proceedings of IEEE International Conference on Computer Communications (IEEE INFOCOM 2020), 2020. [8] A. Raposo, H. P. da Silva and J. Sanches, "Camera-based Photoplethysmography (cbPPG) using smartphone rear and frontal cameras: an experimental study," 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), 2021, pp. 7091-7094, doi: 10.1109 /EMBC46164.2021. 9630847