SlideShare a Scribd company logo
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
DOI:10.5121/ijcses.2016.7204 35
RESEARCH AND DEVELOPMENT OF DSP-BASED
FACE RECOGNITION SYSTEM FOR ROBOTIC
REHABILITATION NURSING BEDS
Ming XING and Wushan CHENG
College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai
201620, China
ABSTRACT
This article describes the development of DSP as the core of the face recognition system, on the basis of
understanding the background, significance and current research situation at home and abroad of face
recognition issue, having a in-depth study to face detection, Image preprocessing, feature extraction face
facial structure, facial expression feature extraction, classification and other issues during face recognition
and have achieved research and development of DSP-based face recognition system for robotic
rehabilitation nursing beds. The system uses a fixed-point DSP TMS320DM642 as a central processing
unit, with a strong processing performance, high flexibility and programmability.
KEYWORDS
DSP; face detection; face recognition; facial expression recognition.
1. INTRODUCTION
The current situation of aging population more serious, the proportion of incapacitating and half
disabling elderly people increased the utilization rate of the robot rehabilitation nursing bed in the
home and medical institutions have also increased significantly. In addition, the good and bad
quality of care industry personnel, the vocational skills and responsibility nursing staff vary a lot,
how to implement real-time monitoring of the patient's condition, avoiding unforeseen
circumstances have become an important issue faced by families and caregivers. If it can add face
recognition system in rehabilitation nursing robots bed, not only can provide the patient's real-
time situation for the family or caregiver, norm professional ethics of care workers, to avoid
abusing the elderly and other serious incidents occurred, but also to improve the productivity of
medical institutions’ health care workers (Implement the centralized management and distributed
control of multiple wards and multiple beds) . Health care workers can monitor patients directly
through the network in the computer terminals, health care workers immediately take appropriate
medical measures after detecting an abnormal condition, , especially has an extremely important
role for the care of critically ill patients . Additionally, it can provide remote medical care and
reduce the costs of health care(Wherever important physiological information of the patient can
be delivered to a remote medical center or home care expert through wireless communication in
real time, accurate and fast and achieve automatic monitoring ).
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
36
Face Recognition, especially the computer technology of using analysis and comparison feature
information of facial visual to identification.
Face recognition uses images or video streams containing human faces collected by a camera or
camera , and automatically detecting and tracking human faces in the image, and then a series of
related technology for the detected human face , often called the Face Recognition , Facial
Recognition[1].
Face recognition based on the geometric characteristics is the oldest and popular recognition. The
method is mainly using geometrical features of the facial, first positioning major organs of face
images, such as the eyes, eyebrows, nose, mouth, face contour and chin, then select a set of
features that can be characterized by the distance, the angle, the shape of the region and so on,
then use the distance, ratio and other parameters as the identification of the characteristic
information to deal with the face recognition. Face recognition system in rehabilitation nursing
robot bed, efficiency and accuracy is the performance index that must be considered
simultaneously. Based on this, a method of face recognition based on local matching is proposed.
This method is based on the use of Haar classifier to realize the automatic detection of human
face in dynamic video frames, extracting the Hu moments feature of facial features, using Hu
moments feature collection to achieve the automatic recognition of human face and achieve real-
time tracking [2].
2. THE RESEARCH OF FACE RECOGNITION SYSTEM
Face recognition system in Rehabilitation Nursing Robot bed is composed of face detection, face
recognition, and face tracking, facial expression recognition. Face recognition system flow chart
is shown in Figure 1.The specific process of face recognition system as follows: After the camera
is powered on, automatically reset to the preset position, and then began to cruise along the fixed
route, to get a picture of a video from the surveillance video each 1s.To obtain the image of
human face detection and location, to detect the face is to enter the face recognition process, or to
continue to get the image. After the face is detected, the face image is pre processed, and the
sample quality is improved without losing the main information of the sample. Then, the pre
processed face images are segmented to segment the target area. Secondly, feature extraction is
carried out on the separated target area. The extracted features are matched with the features of
the human face image template database, and output the recognition results. When the user is
identified as the database has been stored, the camera to stop cruising and start the face tracking.
Then start to get a frame of video images every 2S from the surveillance video, recognition of
facial expressions. The feature extraction of facial expression image , and to match with the
features of facial expression template database .The obtained expression results were combined
with the user's vital sign parameters, compared with the data in DSP rules to determine the
physiological needs of users, and drive the implementation of the corresponding operation
machine. When an expression lasts for four seconds or more, it is judged to be a valid expression.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
37
Figure 1 flow chart of face recognition system
1.1 Face Detection
Face detection uses face detection method of Haar classifier in the rehabilitation nursing bed
robot.Compared with other face detection methods, Haar classifier is more effective for face
detection in complex background, in the case of the same recognition rate of real-time better, is
the most practical one of the most practical face detection method [3].As the base of face
recognition, the accuracy of face detection plays an important role in face recognition. For the
face detection in the rehabilitation nursing robot bed, the Haar classifier which trained by
Adaboost is used to detect the human face in the dynamic video frame ,to determine whether the
video contains the face object, and finally give the information of location and size[4]. The
specific detection process is shown in Figure 2(Figure 2 (b) in the red box marked for the human
face of detection and localization.
(a) a frame image in dynamic video (b) face detection results
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
38
(c) face images
Figure 2 process and results of face detection
1.2 Face Recognition
The face recognition in the rehabilitation nursing robot bed is composed of three parts, which are
image pre-processing, image segmentation and feature extraction. The image pre-processing is
conducted before the training and test in the use of the sample, the sample image acquisition to
the pre-treatment, improving the sample quality. Bilateral filtering can remove acnode noise and
keep image edge features, doesn't make the image produce significant fuzzy, is suitable for the
treatment of facial images, so we have bilateral filtering on human faces of background
segmentation. Image segmentation is to the human face image after median filtering, use Otsu
threshold method, image binarization, respectively in the face image extracted the eyebrows, eyes
and mouth regions of facial features [5]. Otsu method can save the image information features for
subsequent feature extraction. Feature extraction is in face image segmentation in the eyebrows,
eyes, mouth region, extract the feature points on the contour of the region. The feature points
meet the requirements that make maximum use the minimum feature points to characterize the
shape information of the region contour[6].Using 8 feature points on both sides of the eyebrows
contours shape representation of the eyebrows. Through these 16 points can distinguish different
contours of the eyebrows. Because movement of the eye , right and left eyes of each with 5
points, 10 points to express the main shape of eyes[7].The left corner and left the corners of the
mouth are the benchmark points of using face reference coordinate system when the feature
representation. This paper selects the following characteristics: as shown in Figure 3, the eyebrow
has selected 8 feature points, the eye has selected 5 feature points and the mouth has selected 12
feature points, a total of 38 selected feature points to represent the face.
Figure 3 Schematic diagram of the main facial feature points
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
To determine the profile information of the corresponding characteristic parameters by
the feature points on the contour and face recognition in the standard library and complete face
recognition finally.
1.3 Face Tracking
Face tracking is the direction of movement of camera can automatically follow the face to move.
After recognizing the corresponding user, judging whether the human face area is in the center of
the image. The blue area is shown in the center area of the image.
of the image (Figure 4.1), the calculation of relative distance between th
center region, regional approaches are used to automatically move the camera to make the final
face in the image center area (Figure 4.2)[8].
Figure 4.1 in the face outside the center of the image
Fig. 4.2 results of region
1.4 Facial Expression Recognition
Facial expression recognition is based on face recognition, calculating the offset of the
characteristic value of the facial features in various facial expressions with respect to the standard
face database. The storage standard face database is coordinates of the geometric features of the
eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset
and real time four vital sign parameters (blood pressure, pulse, body tem
the former order of the rule base of the expert system is stored in the rule base. According to the
medical staff on experience diagnosis of the disabled semi and disabled patients and field
debugging experience, establishing the
real-time measurement characteristic parameters of facial expression and vital signs parameters,
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
To determine the profile information of the corresponding characteristic parameters by
the feature points on the contour and face recognition in the standard library and complete face
Face tracking is the direction of movement of camera can automatically follow the face to move.
the corresponding user, judging whether the human face area is in the center of
The blue area is shown in the center area of the image. If the face is outside the center
calculation of relative distance between the current position and the
regional approaches are used to automatically move the camera to make the final
face in the image center area (Figure 4.2)[8].
Figure 4.1 in the face outside the center of the image
Fig. 4.2 results of region approximation
Facial Expression Recognition
Facial expression recognition is based on face recognition, calculating the offset of the
characteristic value of the facial features in various facial expressions with respect to the standard
he storage standard face database is coordinates of the geometric features of the
eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset
and real time four vital sign parameters (blood pressure, pulse, body temperature, respiration) as
the former order of the rule base of the expert system is stored in the rule base. According to the
medical staff on experience diagnosis of the disabled semi and disabled patients and field
debugging experience, establishing the corresponding reasoning mechanism. According to the
time measurement characteristic parameters of facial expression and vital signs parameters,
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
39
To determine the profile information of the corresponding characteristic parameters by matching
the feature points on the contour and face recognition in the standard library and complete face
Face tracking is the direction of movement of camera can automatically follow the face to move.
the corresponding user, judging whether the human face area is in the center of
If the face is outside the center
e current position and the
regional approaches are used to automatically move the camera to make the final
Facial expression recognition is based on face recognition, calculating the offset of the
characteristic value of the facial features in various facial expressions with respect to the standard
he storage standard face database is coordinates of the geometric features of the
eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset
perature, respiration) as
the former order of the rule base of the expert system is stored in the rule base. According to the
medical staff on experience diagnosis of the disabled semi and disabled patients and field
corresponding reasoning mechanism. According to the
time measurement characteristic parameters of facial expression and vital signs parameters,
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
40
reasoning and deduction based on facial expression recognition expert system knowledge
database, get the judgment and decision, output patient's facial expression results, to control the
lower machine driver, to meet the physiological needs of patients( Figure 5).
Figure 5 flow chart of expert system for facial expression recognition
Facial expression recognition is based on the face recognition, when the extraction of different
expressions, offset of shape, size, position information of eyebrows, eyes and lips of facial
features relative to standard expression (Figure 6).In the image below, the expression of surprise
or anxiety compared to the normal state, changes in the external contour of eyes, eyebrows and
lips are shapes and relative displacement. Through the camera to get the image and directly
transfer to the DSP processing. The result of the treatment is matched with the expression in the
standard database, and then combined with vital signs parameters to judge the physiological
needs of patients and execute the corresponding operation.
Figure 6 the relative changes of facial features in different expressions
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
41
2. EXPERIMENTAL RESULTS AND ANALYSIS
2.1 Experimental Materials and Equipment
The face recognition system in the rehabilitation nursing robot bed adopts the independent
development infrared network camera to monitor the patient's patients in real-time. Image
processing uses fixed point DSP TMS320DM642.The experimental system is configured as: Intel
(R) Core (TM) CPU I3, RAM 2.00GB computer, c++ Visual 6 software environment.
2.2 Experimental Results and Analysis
The 10 face recognition of each of the 10 test subjects were made by using the self-developed
infrared network camera. There are 9 times failure,2 times of which is caused by the face
detection error. The specific identification results are shown in Table 2(The recognition time is
the required time that a complete face detection and recognition process to complete).
Table 1 results of face recognition
Total
number of
recognition
Recognition
error times
accuracy
rate/%
Recognition
time/s
100 9 91% 4.3
From table 1,the local matching face recognition method based on Hu moments can effectively
recognize the human face in dynamic video frames, it has a high practical value.
3. CONCLUSIONS
Rehabilitation nursing robot bed adds intelligent system, especially the face recognition system
can effectively solve the nursing problem which the aging of the population bring about. A face
recognition system based on DSP is proposed in this paper. The system makes full use of the
characteristics ability of the geometric features of facial features, based on the realization of
automatic detection of human face in dynamic video frames using Haar classifier. The face image
captured use Hu moments feature collection for automatic recognition and real-time tracking. The
whole process is carried out in DSP, and the upper computer is not required.DSP gets the image
through the serial port from the camera, recognition of expression is in DSP. The identification
results combine with the vital signs parameters which vital signs measuring instrument
transmitted. Both of them determine the physiological needs of patients. The result of the
judgment is directly transmitted to the ARM control board through the serial port, which drives
the slave computer to execute the corresponding operation. The method combines the expression
recognition result, the vital sign parameter and the control system of the rehabilitation nursing
robot bed. It improves further the intelligence and practicality of the rehabilitation nursing robot
bed.
ACKNOWLEDGEMENTS
This work is supported by the Shanghai Science and Technology Committee.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
42
REFERENCES
[1] Yang G, Huang T S. Human face detection in complex background. Pattern Recognition[J], 1994,
27(1):53-63.
[2] Yuille A, Hallinan P and Cohen D. Feature extraction from faces using deformable templates.
International Journal of Computer Vision, 1992, 8(2): 99-111.
[3] Jolliffe I T. Principal Component Analysis. Springer0Verlag, New York, 1986.
[4] Lin SH, Kung SY, Lin L J. Face recognition/detection by probabilistic decision-based neural network.
IEEE Transactions on Neural networks, 1997, 8(1): 114-132.
[5] Agarwal M, Agrawal H, Jain N, et al. Face recognition using principle component analysis,
eigenfaceand neural network[C]. Signal Acquisition and Processing, 2010. ICSAP'IO. International
Conferenceon. IEEE, 2010:310-314.
[6] Yu Y, Li Z M. Improvement of Feature-based Face Recognition Algorithm by Elastic Graph
Matching[J]. Computer Engineering, 2011, 5: 075.
[7] Yang J, Zhang D, Frangi A F, et al. Two-dimensional PCA: a new approach to appearance-based face
representation and recognition [J]. Pattern Analysis and Machine Intelligence. IEEE Transactions
on,2004, 26(1):131-137.
[8] Wong Y R. Scene Matching with Invariant Moments [J]. Computer Graphics and Image Processing,
1978, 8(1): 16-24.
AUTHOR
Ming XING was born in 1990, and now the Shanghai University of Engineering Science
postgraduate. His present research interest is image analysis and processing.

More Related Content

What's hot

Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
ijtsrd
 
Face recognition a survey
Face recognition a surveyFace recognition a survey
Face recognition a survey
ieijjournal
 
E045052731
E045052731E045052731
E045052731
IJERA Editor
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithms
ijma
 
Transform Domain Based Iris Recognition using EMD and FFT
Transform Domain Based Iris Recognition using EMD and FFTTransform Domain Based Iris Recognition using EMD and FFT
Transform Domain Based Iris Recognition using EMD and FFT
IOSRJVSP
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point Clouds
Lakshmi Sarvani Videla
 
Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...
eSAT Publishing House
 
G01114650
G01114650G01114650
G01114650
IOSR Journals
 
Biometric
BiometricBiometric
Biometric
NUPUR TIWARY
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
IJNSA Journal
 
Facial image classification and searching –a survey
Facial image classification and searching –a surveyFacial image classification and searching –a survey
Facial image classification and searching –a survey
Zac Darcy
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
inventionjournals
 
40120140505010
4012014050501040120140505010
40120140505010
IAEME Publication
 
40120140505010 2-3
40120140505010 2-340120140505010 2-3
40120140505010 2-3
IAEME Publication
 
IRJET- Survey on Face Detection Methods
IRJET- Survey on Face Detection MethodsIRJET- Survey on Face Detection Methods
IRJET- Survey on Face Detection Methods
IRJET Journal
 
face recognition
face recognitionface recognition
face recognition
vipin varghese
 

What's hot (16)

Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
Cross Pose Facial Recognition Method for Tracking any Person's Location an Ap...
 
Face recognition a survey
Face recognition a surveyFace recognition a survey
Face recognition a survey
 
E045052731
E045052731E045052731
E045052731
 
Review of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithmsReview of face detection systems based artificial neural networks algorithms
Review of face detection systems based artificial neural networks algorithms
 
Transform Domain Based Iris Recognition using EMD and FFT
Transform Domain Based Iris Recognition using EMD and FFTTransform Domain Based Iris Recognition using EMD and FFT
Transform Domain Based Iris Recognition using EMD and FFT
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point Clouds
 
Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...Real time voting system using face recognition for different expressions and ...
Real time voting system using face recognition for different expressions and ...
 
G01114650
G01114650G01114650
G01114650
 
Biometric
BiometricBiometric
Biometric
 
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
EFFECTIVENESS OF FEATURE DETECTION OPERATORS ON THE PERFORMANCE OF IRIS BIOME...
 
Facial image classification and searching –a survey
Facial image classification and searching –a surveyFacial image classification and searching –a survey
Facial image classification and searching –a survey
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
40120140505010
4012014050501040120140505010
40120140505010
 
40120140505010 2-3
40120140505010 2-340120140505010 2-3
40120140505010 2-3
 
IRJET- Survey on Face Detection Methods
IRJET- Survey on Face Detection MethodsIRJET- Survey on Face Detection Methods
IRJET- Survey on Face Detection Methods
 
face recognition
face recognitionface recognition
face recognition
 

Viewers also liked

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
IJCSES Journal
 
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
IJCSES Journal
 
Firewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performanceFirewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performance
IJCSES Journal
 
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATIONA SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
IJCSES Journal
 
Security challenges in mobile ad hoc
Security challenges in mobile ad hocSecurity challenges in mobile ad hoc
Security challenges in mobile ad hoc
IJCSES Journal
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controller
IJCSES Journal
 
Process and product quality assurance
Process and product quality assuranceProcess and product quality assurance
Process and product quality assurance
IJCSES Journal
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
IJCSES Journal
 
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
IJCSES Journal
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
IJCSES Journal
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMMEDETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
IJCSES Journal
 
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
IJCSES Journal
 
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNELEVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
IJCSES Journal
 
Sign language converter
Sign language converterSign language converter
Sign language converter
IJCSES Journal
 
A new study on biclustering tools,
A new study on biclustering tools,A new study on biclustering tools,
A new study on biclustering tools,
IJCSES Journal
 
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
IJCSES Journal
 
A SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVINGA SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVING
IJCSES Journal
 
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGESSTATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
IJCSES Journal
 

Viewers also liked (18)

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THR...
 
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...A R ISK - A WARE  B USINESS  P ROCESS  M ANAGEMENT  R EFERENCE  M ODEL AND IT...
A R ISK - A WARE B USINESS P ROCESS M ANAGEMENT R EFERENCE M ODEL AND IT...
 
Firewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performanceFirewall and vpn investigation on cloud computing performance
Firewall and vpn investigation on cloud computing performance
 
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATIONA SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
A SURVEY OF VIRTUAL PROTOTYPING TECHNIQUES FOR SYSTEM DEVELOPMENT AND VALIDATION
 
Security challenges in mobile ad hoc
Security challenges in mobile ad hocSecurity challenges in mobile ad hoc
Security challenges in mobile ad hoc
 
Detection system design of subsea tree controller
Detection system design of subsea tree controllerDetection system design of subsea tree controller
Detection system design of subsea tree controller
 
Process and product quality assurance
Process and product quality assuranceProcess and product quality assurance
Process and product quality assurance
 
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
Dynamic K-Means Algorithm for Optimized Routing in Mobile Ad Hoc Networks
 
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
SIMULATION AND COMPARISON ANALYSIS OF DUE DATE ASSIGNMENT METHODS USING SCHED...
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
 
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMMEDETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
DETECTING BRAIN TUMOUR FROM MRI IMAGE USING MATLAB GUI PROGRAMME
 
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
A SURVEY ON VARIOUS APPROACHES TO FINGERPRINT MATCHING FOR PERSONAL VERIFICAT...
 
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNELEVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
EVALUATION OF MIMO SYSTEM CAPACITY OVER RAYLEIGH FADING CHANNEL
 
Sign language converter
Sign language converterSign language converter
Sign language converter
 
A new study on biclustering tools,
A new study on biclustering tools,A new study on biclustering tools,
A new study on biclustering tools,
 
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...S ECURITY  I SSUES  A ND  C HALLENGES  I N  M OBILE  C OMPUTING  A ND  M - C ...
S ECURITY I SSUES A ND C HALLENGES I N M OBILE C OMPUTING A ND M - C ...
 
A SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVINGA SURVEY ON MULTIMEDIA FILE CARVING
A SURVEY ON MULTIMEDIA FILE CARVING
 
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGESSTATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
STATE OF THE ART SURVEY ON DSPL SECURITY CHALLENGES
 

Similar to Research and Development of DSP-Based Face Recognition System for Robotic Rehabilitation Nursing Beds

REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
ijma
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
184
184184
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORKHUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
ijiert bestjournal
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
IJCSES Journal
 
Ch 1
Ch 1Ch 1
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
IRJET Journal
 
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
IJET - International Journal of Engineering and Techniques
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
International Journal of Science and Research (IJSR)
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
IAEME Publication
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
IJMER
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
Editor IJARCET
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
CSCJournals
 
50120140504002
5012014050400250120140504002
50120140504002
IAEME Publication
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
Ashwini Awatare
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
AM Publications
 
C017431730
C017431730C017431730
C017431730
IOSR Journals
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
eSAT Journals
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
eSAT Journals
 

Similar to Research and Development of DSP-Based Face Recognition System for Robotic Rehabilitation Nursing Beds (20)

REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMSREVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
REVIEW OF FACE DETECTION SYSTEMS BASED ARTIFICIAL NEURAL NETWORKS ALGORITHMS
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
184
184184
184
 
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORKHUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
HUMAN FACE RECOGNITION USING IMAGE PROCESSING PCA AND NEURAL NETWORK
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Ch 1
Ch 1Ch 1
Ch 1
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
[IJET-V1I1P4]Author :Juhi Raut, Snehal Patil, Shraddha Gawade, Prof. Mamta Me...
 
Real time facial expression analysis using pca
Real time facial expression analysis using pcaReal time facial expression analysis using pca
Real time facial expression analysis using pca
 
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSISFACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
FACE DETECTION USING PRINCIPAL COMPONENT ANALYSIS
 
A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...A novel approach for performance parameter estimation of face recognition bas...
A novel approach for performance parameter estimation of face recognition bas...
 
Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356Ijarcet vol-2-issue-4-1352-1356
Ijarcet vol-2-issue-4-1352-1356
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
50120140504002
5012014050400250120140504002
50120140504002
 
Face recogntion using PCA algorithm
Face recogntion using PCA algorithmFace recogntion using PCA algorithm
Face recogntion using PCA algorithm
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
 
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
Facial Expression Recognition Using Local Binary Pattern and Support Vector M...
 
C017431730
C017431730C017431730
C017431730
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
 
Facial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarksFacial expression identification by using features of salient facial landmarks
Facial expression identification by using features of salient facial landmarks
 

Recently uploaded

UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
uqyfuc
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
upoux
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
AlvianRamadhani5
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Transcat
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
Dwarkadas J Sanghvi College of Engineering
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
OKORIE1
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Massimo Talia
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
Indrajeet sahu
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
wafawafa52
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
DharmaBanothu
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
pvpriya2
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 
Unit -II Spectroscopy - EC I B.Tech.pdf
Unit -II Spectroscopy - EC  I B.Tech.pdfUnit -II Spectroscopy - EC  I B.Tech.pdf
Unit -II Spectroscopy - EC I B.Tech.pdf
TeluguBadi
 

Recently uploaded (20)

UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
一比一原版(uofo毕业证书)美国俄勒冈大学毕业证如何办理
 
5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf5G Radio Network Througput Problem Analysis HCIA.pdf
5G Radio Network Througput Problem Analysis HCIA.pdf
 
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
Tools & Techniques for Commissioning and Maintaining PV Systems W-Animations ...
 
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Introduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.pptIntroduction to Computer Networks & OSI MODEL.ppt
Introduction to Computer Networks & OSI MODEL.ppt
 
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
DESIGN AND MANUFACTURE OF CEILING BOARD USING SAWDUST AND WASTE CARTON MATERI...
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Ericsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.pptEricsson LTE Throughput Troubleshooting Techniques.ppt
Ericsson LTE Throughput Troubleshooting Techniques.ppt
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
 
Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...Determination of Equivalent Circuit parameters and performance characteristic...
Determination of Equivalent Circuit parameters and performance characteristic...
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 
Unit -II Spectroscopy - EC I B.Tech.pdf
Unit -II Spectroscopy - EC  I B.Tech.pdfUnit -II Spectroscopy - EC  I B.Tech.pdf
Unit -II Spectroscopy - EC I B.Tech.pdf
 

Research and Development of DSP-Based Face Recognition System for Robotic Rehabilitation Nursing Beds

  • 1. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 DOI:10.5121/ijcses.2016.7204 35 RESEARCH AND DEVELOPMENT OF DSP-BASED FACE RECOGNITION SYSTEM FOR ROBOTIC REHABILITATION NURSING BEDS Ming XING and Wushan CHENG College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai 201620, China ABSTRACT This article describes the development of DSP as the core of the face recognition system, on the basis of understanding the background, significance and current research situation at home and abroad of face recognition issue, having a in-depth study to face detection, Image preprocessing, feature extraction face facial structure, facial expression feature extraction, classification and other issues during face recognition and have achieved research and development of DSP-based face recognition system for robotic rehabilitation nursing beds. The system uses a fixed-point DSP TMS320DM642 as a central processing unit, with a strong processing performance, high flexibility and programmability. KEYWORDS DSP; face detection; face recognition; facial expression recognition. 1. INTRODUCTION The current situation of aging population more serious, the proportion of incapacitating and half disabling elderly people increased the utilization rate of the robot rehabilitation nursing bed in the home and medical institutions have also increased significantly. In addition, the good and bad quality of care industry personnel, the vocational skills and responsibility nursing staff vary a lot, how to implement real-time monitoring of the patient's condition, avoiding unforeseen circumstances have become an important issue faced by families and caregivers. If it can add face recognition system in rehabilitation nursing robots bed, not only can provide the patient's real- time situation for the family or caregiver, norm professional ethics of care workers, to avoid abusing the elderly and other serious incidents occurred, but also to improve the productivity of medical institutions’ health care workers (Implement the centralized management and distributed control of multiple wards and multiple beds) . Health care workers can monitor patients directly through the network in the computer terminals, health care workers immediately take appropriate medical measures after detecting an abnormal condition, , especially has an extremely important role for the care of critically ill patients . Additionally, it can provide remote medical care and reduce the costs of health care(Wherever important physiological information of the patient can be delivered to a remote medical center or home care expert through wireless communication in real time, accurate and fast and achieve automatic monitoring ).
  • 2. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 36 Face Recognition, especially the computer technology of using analysis and comparison feature information of facial visual to identification. Face recognition uses images or video streams containing human faces collected by a camera or camera , and automatically detecting and tracking human faces in the image, and then a series of related technology for the detected human face , often called the Face Recognition , Facial Recognition[1]. Face recognition based on the geometric characteristics is the oldest and popular recognition. The method is mainly using geometrical features of the facial, first positioning major organs of face images, such as the eyes, eyebrows, nose, mouth, face contour and chin, then select a set of features that can be characterized by the distance, the angle, the shape of the region and so on, then use the distance, ratio and other parameters as the identification of the characteristic information to deal with the face recognition. Face recognition system in rehabilitation nursing robot bed, efficiency and accuracy is the performance index that must be considered simultaneously. Based on this, a method of face recognition based on local matching is proposed. This method is based on the use of Haar classifier to realize the automatic detection of human face in dynamic video frames, extracting the Hu moments feature of facial features, using Hu moments feature collection to achieve the automatic recognition of human face and achieve real- time tracking [2]. 2. THE RESEARCH OF FACE RECOGNITION SYSTEM Face recognition system in Rehabilitation Nursing Robot bed is composed of face detection, face recognition, and face tracking, facial expression recognition. Face recognition system flow chart is shown in Figure 1.The specific process of face recognition system as follows: After the camera is powered on, automatically reset to the preset position, and then began to cruise along the fixed route, to get a picture of a video from the surveillance video each 1s.To obtain the image of human face detection and location, to detect the face is to enter the face recognition process, or to continue to get the image. After the face is detected, the face image is pre processed, and the sample quality is improved without losing the main information of the sample. Then, the pre processed face images are segmented to segment the target area. Secondly, feature extraction is carried out on the separated target area. The extracted features are matched with the features of the human face image template database, and output the recognition results. When the user is identified as the database has been stored, the camera to stop cruising and start the face tracking. Then start to get a frame of video images every 2S from the surveillance video, recognition of facial expressions. The feature extraction of facial expression image , and to match with the features of facial expression template database .The obtained expression results were combined with the user's vital sign parameters, compared with the data in DSP rules to determine the physiological needs of users, and drive the implementation of the corresponding operation machine. When an expression lasts for four seconds or more, it is judged to be a valid expression.
  • 3. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 37 Figure 1 flow chart of face recognition system 1.1 Face Detection Face detection uses face detection method of Haar classifier in the rehabilitation nursing bed robot.Compared with other face detection methods, Haar classifier is more effective for face detection in complex background, in the case of the same recognition rate of real-time better, is the most practical one of the most practical face detection method [3].As the base of face recognition, the accuracy of face detection plays an important role in face recognition. For the face detection in the rehabilitation nursing robot bed, the Haar classifier which trained by Adaboost is used to detect the human face in the dynamic video frame ,to determine whether the video contains the face object, and finally give the information of location and size[4]. The specific detection process is shown in Figure 2(Figure 2 (b) in the red box marked for the human face of detection and localization. (a) a frame image in dynamic video (b) face detection results
  • 4. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 38 (c) face images Figure 2 process and results of face detection 1.2 Face Recognition The face recognition in the rehabilitation nursing robot bed is composed of three parts, which are image pre-processing, image segmentation and feature extraction. The image pre-processing is conducted before the training and test in the use of the sample, the sample image acquisition to the pre-treatment, improving the sample quality. Bilateral filtering can remove acnode noise and keep image edge features, doesn't make the image produce significant fuzzy, is suitable for the treatment of facial images, so we have bilateral filtering on human faces of background segmentation. Image segmentation is to the human face image after median filtering, use Otsu threshold method, image binarization, respectively in the face image extracted the eyebrows, eyes and mouth regions of facial features [5]. Otsu method can save the image information features for subsequent feature extraction. Feature extraction is in face image segmentation in the eyebrows, eyes, mouth region, extract the feature points on the contour of the region. The feature points meet the requirements that make maximum use the minimum feature points to characterize the shape information of the region contour[6].Using 8 feature points on both sides of the eyebrows contours shape representation of the eyebrows. Through these 16 points can distinguish different contours of the eyebrows. Because movement of the eye , right and left eyes of each with 5 points, 10 points to express the main shape of eyes[7].The left corner and left the corners of the mouth are the benchmark points of using face reference coordinate system when the feature representation. This paper selects the following characteristics: as shown in Figure 3, the eyebrow has selected 8 feature points, the eye has selected 5 feature points and the mouth has selected 12 feature points, a total of 38 selected feature points to represent the face. Figure 3 Schematic diagram of the main facial feature points
  • 5. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 To determine the profile information of the corresponding characteristic parameters by the feature points on the contour and face recognition in the standard library and complete face recognition finally. 1.3 Face Tracking Face tracking is the direction of movement of camera can automatically follow the face to move. After recognizing the corresponding user, judging whether the human face area is in the center of the image. The blue area is shown in the center area of the image. of the image (Figure 4.1), the calculation of relative distance between th center region, regional approaches are used to automatically move the camera to make the final face in the image center area (Figure 4.2)[8]. Figure 4.1 in the face outside the center of the image Fig. 4.2 results of region 1.4 Facial Expression Recognition Facial expression recognition is based on face recognition, calculating the offset of the characteristic value of the facial features in various facial expressions with respect to the standard face database. The storage standard face database is coordinates of the geometric features of the eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset and real time four vital sign parameters (blood pressure, pulse, body tem the former order of the rule base of the expert system is stored in the rule base. According to the medical staff on experience diagnosis of the disabled semi and disabled patients and field debugging experience, establishing the real-time measurement characteristic parameters of facial expression and vital signs parameters, International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 To determine the profile information of the corresponding characteristic parameters by the feature points on the contour and face recognition in the standard library and complete face Face tracking is the direction of movement of camera can automatically follow the face to move. the corresponding user, judging whether the human face area is in the center of The blue area is shown in the center area of the image. If the face is outside the center calculation of relative distance between the current position and the regional approaches are used to automatically move the camera to make the final face in the image center area (Figure 4.2)[8]. Figure 4.1 in the face outside the center of the image Fig. 4.2 results of region approximation Facial Expression Recognition Facial expression recognition is based on face recognition, calculating the offset of the characteristic value of the facial features in various facial expressions with respect to the standard he storage standard face database is coordinates of the geometric features of the eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset and real time four vital sign parameters (blood pressure, pulse, body temperature, respiration) as the former order of the rule base of the expert system is stored in the rule base. According to the medical staff on experience diagnosis of the disabled semi and disabled patients and field debugging experience, establishing the corresponding reasoning mechanism. According to the time measurement characteristic parameters of facial expression and vital signs parameters, International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 39 To determine the profile information of the corresponding characteristic parameters by matching the feature points on the contour and face recognition in the standard library and complete face Face tracking is the direction of movement of camera can automatically follow the face to move. the corresponding user, judging whether the human face area is in the center of If the face is outside the center e current position and the regional approaches are used to automatically move the camera to make the final Facial expression recognition is based on face recognition, calculating the offset of the characteristic value of the facial features in various facial expressions with respect to the standard he storage standard face database is coordinates of the geometric features of the eyes, eyebrows and lips in no case of facial expression. Using the calculated facial features offset perature, respiration) as the former order of the rule base of the expert system is stored in the rule base. According to the medical staff on experience diagnosis of the disabled semi and disabled patients and field corresponding reasoning mechanism. According to the time measurement characteristic parameters of facial expression and vital signs parameters,
  • 6. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 40 reasoning and deduction based on facial expression recognition expert system knowledge database, get the judgment and decision, output patient's facial expression results, to control the lower machine driver, to meet the physiological needs of patients( Figure 5). Figure 5 flow chart of expert system for facial expression recognition Facial expression recognition is based on the face recognition, when the extraction of different expressions, offset of shape, size, position information of eyebrows, eyes and lips of facial features relative to standard expression (Figure 6).In the image below, the expression of surprise or anxiety compared to the normal state, changes in the external contour of eyes, eyebrows and lips are shapes and relative displacement. Through the camera to get the image and directly transfer to the DSP processing. The result of the treatment is matched with the expression in the standard database, and then combined with vital signs parameters to judge the physiological needs of patients and execute the corresponding operation. Figure 6 the relative changes of facial features in different expressions
  • 7. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 41 2. EXPERIMENTAL RESULTS AND ANALYSIS 2.1 Experimental Materials and Equipment The face recognition system in the rehabilitation nursing robot bed adopts the independent development infrared network camera to monitor the patient's patients in real-time. Image processing uses fixed point DSP TMS320DM642.The experimental system is configured as: Intel (R) Core (TM) CPU I3, RAM 2.00GB computer, c++ Visual 6 software environment. 2.2 Experimental Results and Analysis The 10 face recognition of each of the 10 test subjects were made by using the self-developed infrared network camera. There are 9 times failure,2 times of which is caused by the face detection error. The specific identification results are shown in Table 2(The recognition time is the required time that a complete face detection and recognition process to complete). Table 1 results of face recognition Total number of recognition Recognition error times accuracy rate/% Recognition time/s 100 9 91% 4.3 From table 1,the local matching face recognition method based on Hu moments can effectively recognize the human face in dynamic video frames, it has a high practical value. 3. CONCLUSIONS Rehabilitation nursing robot bed adds intelligent system, especially the face recognition system can effectively solve the nursing problem which the aging of the population bring about. A face recognition system based on DSP is proposed in this paper. The system makes full use of the characteristics ability of the geometric features of facial features, based on the realization of automatic detection of human face in dynamic video frames using Haar classifier. The face image captured use Hu moments feature collection for automatic recognition and real-time tracking. The whole process is carried out in DSP, and the upper computer is not required.DSP gets the image through the serial port from the camera, recognition of expression is in DSP. The identification results combine with the vital signs parameters which vital signs measuring instrument transmitted. Both of them determine the physiological needs of patients. The result of the judgment is directly transmitted to the ARM control board through the serial port, which drives the slave computer to execute the corresponding operation. The method combines the expression recognition result, the vital sign parameter and the control system of the rehabilitation nursing robot bed. It improves further the intelligence and practicality of the rehabilitation nursing robot bed. ACKNOWLEDGEMENTS This work is supported by the Shanghai Science and Technology Committee.
  • 8. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 42 REFERENCES [1] Yang G, Huang T S. Human face detection in complex background. Pattern Recognition[J], 1994, 27(1):53-63. [2] Yuille A, Hallinan P and Cohen D. Feature extraction from faces using deformable templates. International Journal of Computer Vision, 1992, 8(2): 99-111. [3] Jolliffe I T. Principal Component Analysis. Springer0Verlag, New York, 1986. [4] Lin SH, Kung SY, Lin L J. Face recognition/detection by probabilistic decision-based neural network. IEEE Transactions on Neural networks, 1997, 8(1): 114-132. [5] Agarwal M, Agrawal H, Jain N, et al. Face recognition using principle component analysis, eigenfaceand neural network[C]. Signal Acquisition and Processing, 2010. ICSAP'IO. International Conferenceon. IEEE, 2010:310-314. [6] Yu Y, Li Z M. Improvement of Feature-based Face Recognition Algorithm by Elastic Graph Matching[J]. Computer Engineering, 2011, 5: 075. [7] Yang J, Zhang D, Frangi A F, et al. Two-dimensional PCA: a new approach to appearance-based face representation and recognition [J]. Pattern Analysis and Machine Intelligence. IEEE Transactions on,2004, 26(1):131-137. [8] Wong Y R. Scene Matching with Invariant Moments [J]. Computer Graphics and Image Processing, 1978, 8(1): 16-24. AUTHOR Ming XING was born in 1990, and now the Shanghai University of Engineering Science postgraduate. His present research interest is image analysis and processing.