You are viewing a javascript disabled version of the site. Please enable Javascript for this site to function properly.
Go to headerGo to navigationGo to searchGo to contentsGo to footer
In content section. Select this link to jump to navigation

The non-contact biometric identified bio signal measurement sensor and algorithms

Abstract

In these days, wearable devices have been developed for effectively measuring biological data. However, these devices have tissue allege and noise problem. To solve these problems, biometric measurement based on a non-contact method, such as face image sequencing is developed. This makes it possible to measure biometric data without any operation and side effects. However, it is impossible for a remote center to identify the person whose data are measured by the novel methods. In this paper, we propose the novel non-contact heart rate and blood pressure imaging system, Deep Health Eye. This system has authentication process at the same time as measuring bio signals, through non-contact method. In the future, this system can be convenient home bio signal monitoring system by combined with smart mirror.

1.Introduction

In a patient monitoring system, it is essential to continuously and intensively monitor the state of the patient. Bedside monitor is currently used as major medical equipment. A patient monitoring system has the effect of reducing the manpower, associated with monitoring the patients. And medical doctor can manage a patient through rapid understanding of patient’s medical condition. The basic function of the patient monitors is to collect and to process the bio-signal of the patient from the various sensors attached to the patient [1, 2].

However, it is not suitable for the health management of discharged patients or a person who have never been to the hospital. The current medical system focuses on prevention, rather than treatment, of disease. So an accurate biometric data measurement of the patients and the rapid care based on those biometric data are needed in order to prevent diseases. By apply the changes in the medical system, the medical devices have been more miniaturized and simplified. And more wearable or body-implantable devices have been developed for accurate measurement of a patient’s Bio signals. These devices have the advantage of measuring patient’s data easily without visiting the hospital, and of measuring the data for nearly 24 hours. However, the wearable or body-implantable devices also have things that need to be improved.

Recent researches are being focused for develop a method of measuring a bio-signal without any operation to making the patients to feel comfortable rather than attaching to the body or implanting inside the body. For example, there are many smartphone applications which are measuring the heart rate or oxygen saturation by camera. Using a video camera in measuring patient’s bio signal does not need any special operation. With this, the patients can be monitored in real time, and medical doctor is able to react immediately to an acute condition of the patient. For this reason, various researches and devices focused to improve accuracy of measuring bio signals. However, not only the bio signals but also patients’ past history is important to diagnosis. Conventional systems do not have an identity recognition process or require additional operation. So, these systems are difficult to find patients’ past history, due to lack of identification process. In this paper, we propose authentication process at the same time as measuring bio signals, through non-contact method.

In the earlier studies, they mentioned that heart rate and respiratory rate can be measured by only cameras and proper lighting, and the face is the best part to extract a Photoplethysmography (PPG) signal [3]. In addition, if it were to be measured by the RGB camera, the green channel is more suitable than the other red or blue for measuring the heart rate and respiratory rate. The reason for this is that the light absorption wavelength of hemoglobin and oxyhemoglobin causing color factor in blood is 520580 nm and this frequency belongs to the frequency band of the green filter of the camera [3].

In other studies, they defined the face area with a webcam using facial recognition system and then were enabled to measure the heart rate and respiratory rate even in situations with a large number of people [4, 5]. In this study, three independent factors from the RGB channels of the camera was extracted by using a Blind Source Separation (BSS), and the Independent component Analysis (ICA) algorithm was used in this process. In this study PPG was extracted from one of three independent factors extracted.

In addition, another recent study has proved that using a COG (cyan, orange and green) channel is more suitable than using RGB channels for measuring biometric data [6]. This is because each channel is Cyan (470570 nm), Green (520620 nm) and Orange (530630 nm) which is resulted from more overlap of the hemoglobin and oxyhemoglobin in the light absorption wavelength.

In spite of several recent studies in progress, there are a number of problems existing in measuring biometric data. The most frequently occurring problem is that the measured value can be changed sensitively according to the lighting conditions and the movement of measurement target. In particular, in the case of rotation, a difficulty occurs in continuous measurement since the coordinate that measures the color can change significantly. Therefore, it is necessary to develop a system that is able to offset the illuminance variation and can perform continuous measurement regardless of the movement of the measurement target.

In this paper, we developed a monitoring system that is implemented to improve the bio signal measurement methods using conventional medical devices. This system is able to identify the user during collect and process the bio signals of the user. This system was intended to overcome the limitations in the preceding studies.

2.Methods

The proposed system is based on biometric data measurement using a camera. First, it recognizes the face of the patient by using a camera and compares the face of the patient with a database, and then is subjected to a process of confirming the identity of the user. Then system measure bio signals of the person whose identity is verified with facial recognition. System measure heart rate by tracking the face of the target person, and extracting the color of the same coordinate and observe color change of the pixel continuously. With this system, the identity and the bio signals of the person in the image can be measured by using only the image sequences. In this system we used the Matlab2013a to analyze bio signal. The system is proceeding in the following order below.

2.1Face position detection using PCA (principal component analysis)

Form Eigen face (common information of the facial types) using PCA, then specify the part that has the similar form to the input image as a person’s face, and track it. PCA is a secondary statistical method using the statistical nature to the mean and variance. For input data, PCA finds a set of orthogonal normalized axes, which points in each direction of the maximum normalized covariance with respect to the input data. This has the advantage of reducing the dimensions of the material efficiently by finding the most important axes of input data. However, PCA is difficult to show the most basic features in the video because it only utilizes secondary statistics.

Given data X, and if there are n pieces of observed samples, then X can be defined as X=[x1,x2,,xn]. Here, each sample xi of X consists of m pieces of data like xi=[xi(1),xi(2),,xi(m)]T constituting the sample. Here, T denotes the transposition of a matrix, and in case of the face image, m value becomes the number of pixels in the image of the face and can be expressed as a one-dimensional vector.

The method for representing data by PCA is as follows. R represents data by PCA, and at this time, each row is matched to the sample of the original data. When a matrix containing eigenvectors is arranged in columns it named V. Then, R can be obtained by R=XTV. So, it has the properties of VVT= 1 since eigenvector V is symmetrical and orthogonally normalized. The conversion of the data in the reverse can be obtained as XT=RVT.

The feature vector space obtained by applying PCA results in the recognition rate falls because it includes the features such as changes in illumination of the image and in facial expression. Considering this, it only takes the approximate location of the face through the PCA and extracts the feature points in that location. We intend to improve the recognition rate by recognizing the face using the comparison of the feature points.

2.2The feature point extraction in the detected face position

Since a face recognition method usually uses the entire pixel information, a localized area of a face image can be affected by small lights, position, and any change in facial expression, resulting in affecting the recognition algorithm. This makes a face recognition method easily influenced by lighting, posture, and facial expression changes. On the other hand, since the model-based face recognition method can be configured in consideration of model, lighting, posture, facial expression change, it can reduce the influence of these factors at the time of recognition. Gabor feature vector (Coefficients obtained by the convolution of Gabor Wavelet Kernel about the face image feature points), a feature vector used when configuring the model, have been widely selected for facial recognition because it is somewhat robust for lighting, posture, facial expression changes [7]. EBGM (Elastic Bunch graph matching) is the leading face recognition method using Gabor feature vectors [8, 9]. Face recognition method based on EBGM performs the face recognition by finding feature points from the face, and by using Gabor coefficients obtained from these feature points.

Image-based face recognition techniques have the disadvantage of not being able to respond to a changing environment because it uses the entire image information. EBGM, the feature vector-based technique, which uses local-information, was developed in order to supplement this disadvantage. EBGM is done by obtaining the Gabor coefficients from the feature points, facial geometric information of the eyes, nose, mouth, and then by verifying the person who has the highest similarity when comparing the similarities between Gabor coefficients.

EBGM extracts only the local frequency characteristics of the image through Gabor wavelet function. It is then divided it into a real part and an imaginary part using the Gabor wavelet filter, and discretize each of them, and then create a Gabor wavelet mask. After that, coefficients are obtained by rising integral with the pixel values of the feature points from the face area image.

Gabor jets are the coefficients obtained from each feature point, and “Bunch” is a bunch of Gabor jets. The Bunch graph is the collection of a bunch of facial feature points. The model bunch graph is made by creating specific training image of M and manually putting dots on these bunch graphs.

A model bunch graph is used to obtain the feature points of the face. Feature point extraction used in RBGM is influenced largely by the number and type of models bunch graph. Therefore, the model bunch graph is needed to be created in consideration of a variety of gender, age, lighting, posture, and facial expressions.

2.3Verification of the identity of the face detected by comparing the feature points

The point matching method is the most widely used comparison method in the area of computer vision and pattern recognition. The 2 types of point matching are divided into rigid matching and non-rigid matching, depending on the strain of the target object extracted from the image sequence. Non-rigid matching is much more complicated, compared with rigid matching. In the case of non-rigid matching, it is difficult to compare because the relationship between each feature points has the severe degree of variation, depending on the strain of the target object. Facial features correspond to very severe non-rigid matching because the variation is severe depending on facial expressions and the angle. The effective non rigid matching algorithm is needed in order to solve them.

In this paper, for effective verification of identity, we performed the point matching using the Topology Preserving Relaxation Labeling (TPRL) algorithm, the modified version of Robust Point Matching-preserving Local Neighborhood Structure (RPM-LNS) algorithm, in comparison of feature points.

2.4Topology preserving relaxation labeling (TPRL)

In the method of RPM-LNS, the compatibility coefficient value was a binary value of zero or one, depending on whether a point and its neighboring point have corresponding points [10]. In TPRL, the correlation between point pairs is measured by the proposed compatibility function, which quantifies the amount of similarity and spatial smoothness between the point pairs in n-discrete values. This contextual information combined with a relaxation labeling process is used to search for a correspondence. Then the transformation is calculated by the thin plate spline (TPS) model [11]. These two processes are iterated until the optimal correspondence and transformation are found. The proposed relaxation labeling, with a new compatibility coefficient, preserves a topology of point set.

2.5Measurement of HRV

PPG measurement with a camera extracts a PPG signal p(t) by analyzing the record of the person’s face towards the camera. The recorded video image is shown in the form of V(x,y,t) for each frame in accordance with the strength of the signal. Each video frame saves the light reflected from the face as the pixel value on each of the x, y coordinates, and if the camera sensor takes measurement of many colors (e.g. red, green, blue), it can obtain a number of data value separated by color channels in a single frame (e.g. Vr(x,y,t), Vg(x,y,t), Vb(x,y,t)).

The video image V(x,y,t) is also consisted of two elements of the illumination intensity and the skin reflectivity.

(1)
V(x,y,t)=I(x,y,t)R(x,y,t)

The intensity of illumination I(x,y,t) indicates all the lightings that illuminated on the face. When measuring PPG, certain intensity of illumination is needed for the area of PPG measurement. The reflectivity of the skin indicates the intensity of illumination reflected from the skin, and there are two types of reflection: the reflection from the surface of skin and the reflection from subcutaneous tissue.

The HRV measurement method using a camera in the detected face area is basically the same as the PPG measuring principle. PPG measurement is a method for estimating the heart rate by measuring a blood flow in the blood vessel by using the optical properties of biological tissues. The flow of blood between the diastolic and systolic heart gets slow when the blood flows into the peripheral vascular, causing the transparency changes in the blood vessels. PPG is basically sensing the transparency change in the blood vessel.

This form can be clearly measured in peripheral tissues in areas such as the face, fingers or earlobe, and the general PPG measurement is performed using a finger. If the same principle is applied to the face, the blood flow in the facial skin will also be changed depending on the heartbeat, and this can be measured and analyzed through the camera, and then the heartrate can be estimated.

Divided the blood flow evenly into the area of interest (ROIs) in the intensity of the extracted signal V(x,y,t) and show it as R. Here, yi(t) is the mean value of the pixel values of ROI Ri according to the time t, and i{1,2,,n} is the index value of R.

In addition, if the intensity of illumination I(x,y) of ROI Ri is constant and is shown as Ii, yi(t) can be defined as follows.

(2)
yi(t)=Ii(αip(t)+bi)+qi(t)

In the formula above, Ii represents the intensity of illumination of ROI Ri, αi indicates the intensity of blood flow. In addition, bi is the reflectivity rate from the surface of facial skin and qi(t) represents camera quantization noise. When the light of Ii is shone on ROI Ri, a large amount of reflection (bi) takes place at the surface of the skin. However, this value is a value that is not at all affected by the changes in the blood flow. Some of the light enters through the skin surface, and reflectivity depends on the changes in blood flow, represented by p(t). Furthermore, αi seems to change depending on the absorption of the light and the wavelength of the irradiating light of Hemoglobin and Oxyhemoglobin. Thus, subcutaneous reflectivity can be calculated with two elements αi and p(t) which contributes to the reflection of the light under the surface of skin. In this system, we used green channel which has the highest wavelength in the light absorption rate of two color factors, hemoglobin and oxyhemoglobin.

In order to estimate the exact heart rate condition, it is necessary to remove the various noises and only find a physiologically valid signal. Blind Source Separation (BSS) technique is one of the techniques performed in these operations. BSS is the method which separates and finds the valid signals on the assumption that the measured signals cannot be found instinctively and the valid signals mix as they are measured. Although there are several methods in performing BSS, in this paper, the blind source will be extracted using Independent Component Analysis (ICA).

2.6Part where the heart rate is measured

In the face, the area in which the capillaries are dense is the forehead and cheeks. Because of this, the body temperature of a person is usually measured in the forehead or cheeks. Similar to measuring the body temperature, when measuring PPG in the face, it is appropriate to measure the area which has a big change in hemoglobin concentration in accordance with the heart rate due to the dense capillaries. Thus, this system uses forehead and cheeks for measuring sites as candidate parts. But the cheeks were ultimately chosen as a measurement part because the forehead can be covered with hair depending on the person.

When the feature points of the face are extracted, the following placeholders are used: n(t) for the nose, e(t) for ears, m(t) for the corners of mouth. The center of gravity (G(x,y)) of the triangle is formed by these three points n(t), e(t), m(t) and 10 × 10 pixels are extracted from this center point. The values from the 10 × 10 pixels are then taken to come up with the average.

(3)
G(x,y)=(xn+xe+xm3,yn+ye+ym3)

2.7Blood pressure measurement

The cuff-based blood pressure measurement method is the most commonly used non-invasive method of measuring blood pressure. However, the disadvantage to this method is that the continuous blood pressure data for the blood pressure requires an interval of 1–2 minutes between the measurements in order to reduce the error. Because of this, this method can’t be used to measure the change in the blood pressure in a short period of time, resulting in not being able to do an immediate response to blood pressure changes. In order to resolve this problem, a method of measuring blood pressure have been developed to measure the blood pressure by using a time difference between the pulse rate on the fingertips and the heart [12].

In this paper, like the conventional method, the blood pressure was measured by using the pulse time difference between the heart and fingertips, and the pulse time difference between the heart and face.

For improved convenience, we developed a novel blood pressure measuring method without ECG patch. However without ECG patch, we can’t calculate pulse transit time. So in this method, we estimate ECG peak time for calculated pulse transit time.

(4)
𝑃𝑇𝑇=th-t𝐸𝐶𝐺=sh(th-tf)k(sh-sf)

In the formula above, th represents the pulse time of hand, tf is the pulse time of face and t𝐸𝐶𝐺 is R peak time of ECG. In addition, sh is the distance of heart to hand and sf is the distance of heart to face. k is coefficient about other factors that influence to pulse transit time.

2.8SpO2 measurement

Generally, the oxygen saturation rate SpO2 can be obtained by calculating the ratio of oxy-hemoglobin and hemoglobin.

(5)
SpO2[%]=HbO2HbO2+Hb×100

HbO2 represents oxy-hemoglobin, and Hb represents normal hemoglobin that does not contain oxygen. HbO2 absorbs 880 nm wavelength and, Hb absorbs 765 nm. Using these principles, the 765 nm and 880 nm wavelengths were used as a light source system for emitting light alternately to measure the oxygen saturation from the image.

In the system, we made the light wavelengths of 765 nm and 880 nm to emit light alternately in a half sampling rate of the camera by positioning 6 × 6 Light Emitting Diodes (LED) with a wavelength of 765 nm and 880 nm alternatively. When you shoot an image matching the start of image and LED pulse, the image taken by 765 nm becomes an even-numbered image, and the image taken by 880 nm becomes the odd-numbered image. These images are separated into odd-numbered and even-numbered, and then the mean value is calculated from 40 × 40 pixels of the image. After this, the wavelength is passed through 0.53 Hz of the Butterworth band-pass filter to the value of the G channel, and the value ROS is obtained using the Eq. (6).

(6)
ROS=ln(RVRP)ln(IRVIRP)

RV is the minimum point of 765 nm, and is the maximum point of 765 nm. RP is the minimum point of a 880 nm infrared ray, IRV is the maximum point of a 880 nm infrared ray. The blood oxygen saturation will be shown in real-time by mapping ROS calculated using the Eq. (5) on actual SpO2.

3.Results

We verified the difference between the actual heart rate and the measured data value taken by a camera, which was obtained by comparing the HRV value measured by using the value change of Green channel data in a specific face with the value obtained with SpO2, PPG measurement using a Biopac MP150 (BioPac, VA, USA).

In the face recognition experiment, we conducted the face recognition on the front side, right and left side of the face, and under irregular lighting. This experiment was conducted on only 50 people. Recognition rate of this system exhibited 96.0% when trying to recognize the front side of face, exhibited 86.0% from the sides of the face. In addition, the recognition rate under the irregular lighting exhibited 94.0%.

The experiment of measuring the heart rate was performed in bright light and dark light and the 1st to 5th experiments were done in bright fluorescent lights, while the 6th to 10th experiments were conducted in dark incandescent lighting. We have processed the measurement of the heart rate by the photographed image under bright fluorescent light (the exact value of ambient light is measured after) at the peak value of 30–35 seconds basis, and this showed the differences that the value of the heart rate was the same or one less, when measured by each channel of RGB. The G-channel filtered the same in comparison to the other channel, but showed a uniform shape. In the case of data measured under incandescent light, since the measured data is processed by measuring the change in the complexion way, filtering was done in a low light, but relatively irregular pattern was observed compared to bright fluorescent light. The experiment was conducted 10 times in total and the accuracy of the average heart rate showed 99.1%.

We have conducted an experiment on the error rate of each algorithm to prove the effectiveness of the algorithms used for the comparison of feature points. In these experimental methods, we did a comparison by calculating a distance error for each feature point occurring when matching feature points of the database and feature points of the image sequences.

As a comparison target, we chose Iterated Closet Point (ICP) algorithm, the Thin Plate Spline Robust Point Matching (TPS-RPM) algorithm and the Shape Context (SC) Method, which are commonly used in point matching.

Table 1

The minimum, maximum and mean error values of each algorithm

ErrorTPRLTPS-RPMICPSC
Mean Error4.771e-24.854e-24.872e-26.844e-2
Min Error3.002e-22.190e-22.169e-23.825e-2
Max Error7.510e-29.185e-28.873e-21.355e-1

Figure 1.

Diagram of Deep Health Eye.

Diagram of Deep Health Eye.

Figure 2.

Comparison of the feature points (Left: Database, Right: Image sequence).

Comparison of the feature points (Left: Database, Right: Image sequence).

In order to minimize the strain, this experiment was conducted by adjusting the image sequence in a similar state with the database, and then by comparing the extracted feature points in a state of looking towards the front. Each algorithm was compared based on the same feature points and the mean error value is as follow Table 1.

In addition, an experiment was conducted on the error rate of rotation or in noisy situations or in an occlusion of the target object. In a strain due to the rotation, we conducted the experiment about the error value under duress by modifying the change value from 5 to 20 in an interval 5. For noise, we generated a random noise in the entire feature point, and it was tested by adjusting the ratio to 10% interval. Also, in the case of occlusion, we generated an obstacle in an arbitrary position, and then calculated the error value after comparing the extracted feature points by disturbing the feature point extraction on the corresponding location.

Table 2

The error values of the rotation test

RotationTPRLTPS-RPMICPSC
Right 55.557e-26.261e-27.772e-25.919e-2
Right 106.876e-28.340e-28.517e-21.034e-1
Right 156.563e-27.339e-27.547e-27.937e-2
Right 207.028e-28.906e-21.240e-17.880e-2
Left 55.365e-27.647e-21.044e-18.162e-2
Left 105.234e-28.208e-29.327e-28.872e-2
Left 15 6.157e-27.620e-29.949e-21.001e-1
Left 20 7.256e-21.073e-11.317e-11.026e-1

Table 3

The error values of the noise test

NoiseTPRLTPS-RPMICPSC
0%4.774e-27.831e-21.002e-19.183e-2
10%5.037e-27.778e-21.072e-18.852e-2
20%5.060e-27.864e-21.042e-19.045e-2
30%5.137e-27.901e-29.476e-28.730e-2

Table 4

The error values of the occlusion test

OcclusionTPRLTPS-RPMICPSC
0%5.200e-26.666e-27.100e-27.323e-2
10%6.713e-27.732e-26.889e-21.056e-1
20%6.867e-27.906e-27.093e-21.459e-1
30%7.998e-21.423e-18.490e-21.601e-1

Figure 3.

PPG estimation on face.

PPG estimation on face.

Figure 4.

Pulse transit time.

Pulse transit time.

Figure 5.

Light source system for measuring SpO2.

Light source system for measuring S⁢p⁢O2.

Figure 6.

Identity recognition rate.

Identity recognition rate.

In the rotation transformation experiment, the results were as below on the left and right respectively (Table 2). Four algorithms achieve similar matching performance until rotation. However, as the rotation degree increases, we see that TPRL shows robustness, compared to other algorithms. The increased mean RMS error from 5 to 20 is 0.015 mm compared to 0.027 mm in TPS-RPM, 0.047 mm in ICP, and 0.020 mm in SC. The error value of the noise test is shown Table 3.

Figure 7.

HR measurement comformility rate.

HR measurement comformility rate.

Figure 8.

Mean error of algorithm.

Mean error of algorithm.

Figure 9.

Mean error of rotation test.

Mean error of rotation test.

The results of occlusion strain experiment are as Table 4. With a 0.3 occlusion ratio, the mean RMS error is 0.08 mm, compared to 0.085 mm in ICP, the second smallest error among the algorithms.

In this study, to measure non-contact method for pulse oximetry, we used image sequence. 40 by 40 pixels which had enough photon from acquired image sequence were selected. After the selected area signal divided into R, G, B channels, we calculated mean of G channel. Then, odd frame and even frame were divided. 0.53.0 Hz bandpass filter which is general pulse rate was applied to divided signals. After filtering the signal, the offset value is vanished. Therefore, for the data reconstruction, the minimum value obtained was shifted to match the minimum value of the original signal.

Figure 10.

Mean error of noise test.

Mean error of noise test.

Figure 11.

Mean error of occlusion test.

Mean error of occlusion test.

Figure 12.

Signals after bandpass filter (Left) 765 nm (Right) 880 nm.

Signals after bandpass filter (Left) 765 nm (Right) 880 nm.

Figure 13.

Blood pressure measurement results.

Blood pressure measurement results.

To get ROS, we substituted maximum point and minimum point of odd frame which captured 765 nm photon and even frame which captured 880 nm photon in Eq. (6). Mean ROS was 1.61. As common SpO2 value is about 96, we could calculate k= 96/1.61 = 69.63.

Non-contact method for pulse rate was available as average error of 3.66% and 0.72% for each case. And in non-contact method for pulse oximetry was proportional related to common SpO2 value.

We measured blood pressured with camera and PPG sensors. To compare with standard method, we use cuff based blood pressure measurement tool and ECG measurement tool in BioPac. We calculate blood pressure with estimated ECG R peak time. The result of our system shows 4.45 mmHg mean difference with cuff based blood pressure measurement method.

4.Discussion

In this paper we propose an identification process to non-contact bio signal measuring method. And each part of system works as well as standard method. The key of our system was combining identification process and non-contact bio signal measuring system. In order to be an effective system we will proceed with additional steps to improve the accuracy of the system. And in this paper, we preceded experiments at independently performed on movements, lighting variations or noise. We are going to progress experiments in the case of simultaneous events.

5.Conclusion

This study proposes an authentication process, implemented at the same time as measuring biometric data, through a non-contact method. In the face recognition experiment, we conducted face recognition in various situations. The recognition rate of this system exhibited 96.0% accuracy when trying to recognize the front, and exhibited 86.0% accuracy from the sides of the face. The average heart rate estimation accuracy was 99.1%, compared to the gold standard method. The systolic atrial blood pressure estimation accuracy was 91.9% and saturation accuracy was 92.5%.

Acknowledgments

This research was supported by the Keimyung University Research Grant of 2017.

Conflict of interest

None to report.

References

[1] 

Webster JG. ed., Encyclopedia of Medical Devices and Instrumentation, New York: John Wiley and Sons; (1988) .

[2] 

Geddes LA, Baker LE. Principles of Applied Biomedical Instrumentation, New York: John Wiley and Sons; (1989) .

[3] 

Verkruysse W, Svaasand LO, Nelson JS. Remote plethysmographic imaging using ambient light. Optics Express December (2008) ; 16: (26): 21434-21445.

[4] 

Poh M-Z, McDuff DJ, Picard RW. Non-contact, automated cardiac pulse measurements using video imaging and blind source separation. Optics Express May (2010) ; 18: (10): 10762-10774.

[5] 

Poh M-Z, McDuff DJ, Picard RW. Advancements in noncontact, multiparameter physiological measurements using a webcam. IEEE Transactions on Biomedical Engineering January (2011) ; 58: (1): 7-11.

[6] 

McDuff D, Gontarek S, Picard RW. Improvements in remote cardiopulmonary measurement using a five band digital camera. IEEE Transactions on Biomedical Engineering October (2014) ; 61: (10): 2593-2601.

[7] 

Zhao W, et al. Face recognition: A literature survey. ACM Computing Surveys Dec (2003) ; 35: (4): 399-458.

[8] 

Turk M, Pentland A. Eigenfaces for recognition. Journal of Cognitive Neuroscience (1991) ; 3: (1): 71-86.

[9] 

Kamarainen J-K, Kyrki V, Kalviainen H. Invariance properties of gabor filter-based features-overview and applications. Image Processing, IEEE Transactions on Image Processing May (2006) ; 15: (5): 1088-1099.

[10] 

Zheng Y, Doermann D. Robust point matching for nonrigid shapes by preserving local neighborhood structures. IEEE Trans Pattern Analysis and Machine Intelligence Apr (2006) ; 28: (4): 643-649.

[11] 

Tsin Y, Kanade T. A correlation-based approach to robust point set registration. Proc 8th European Conf Computer Vision (2004) ; 558-569.

[12] 

Gesche H, Grosskurth D, Küchler G, Patzak A. Continuous blood pressure measurement by using the pulse transit time: Comparison to a cuff-based method. European Journal of Applied Physiology (2012) ; 112: (1): 309-315.