SlideShare ist ein Scribd-Unternehmen logo
1 von 9
Downloaden Sie, um offline zu lesen
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
1
NON-INTRUSIVE DROWSINESS DETECTION USING ARTIFICIAL
TECHNIQUES
Trupti Dange
M.Tech Scholar, Department of Computer Science and Engineering
Tulsiramji Gaikwad – Patil College of Engineering & Technology, Nagpur, India.
Tarun Yengatiwar
Asst.Professor, Department of Computer Science and Engineering
Tulsiramji Gaikwad – Patil College of Engineering & Technology, Nagpur, India.
ABSTRACT
Driver fatigue is one of the major causes of accidents in the world. Detecting the
drowsiness of the driver is one of the surest ways of measuring driver fatigue In this project
we aim to develop drowsiness detection system using Fuzzy Logic and Genetic Algorithm,
both in Isolation to detect drowsiness .It uses an nonintrusive technique for judging driver
alertness. Alertness is detected on the basis of the degree to which the driver's eyes are open
or closed. Viola-Jones algorithm has been developed for face detection which then further
used by the fuzzy logic and Genetic Algorithm. Fuzzy logic used to determine level of
fatigueness and determine output state. Genetic algorithm has been used to make a good
performing combination of good indicators. It calculates the degree (%) of eyes and mouth to
detect the state of drowsiness. During the analytical study Genetic Algorithms [22, 23] results
were found more accurate as compared to Fuzzy
This paper describes how to find the eyes, and determine the status of the eyes are
open or closed. An application of Viola Jones algorithm is used for Face detection and
tracking. The Haar like feature is developed, which was a primary objective of the project.
Haar like feature is a classifier which is trained with a few hundreds of positive and negative
examples that are scaled to the same size. The system deals with using information obtained
for the binary version of the image to find the edges of the face, which narrows the area of
where the eyes may exist...Taking into account the knowledge that eye regions in the face
present in uppermost quadrants, we consider extraction of eyes for calculations. Once the
eyes are located, we can use various mat lab image processing tool to determine whether the
eyes are open or closed.
General Terms: Image processing, Eye estimation, Haar like feature,Fuzzy Logic ,Genetic
algorithm.
Keywords: Viola-Jones algorithm, Haar like feature drowsiness detection.
JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY
(JCET)
ISSN 2347-3908 (Print)
ISSN 2347-3916 (Online)
Volume 1, Issue 1, July-December (2013), pp. 01-09
© IAEME: http://www.iaeme.com/JCET.asp
JCET
© I A E M E
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
2
1. INTRODUCTION
Driver drowsiness is an important factor in the motoring of vehicle accidents [16, 8, 2,
and 1]... It was demonstrated that driving performance deteriorates with increased drowsiness
with resulting crashes constituting more than 20% of all vehicle accidents. There are various
traditional techniques developed to alert the drivers. One set of such techniques places
sensors [7, 9] in various standard vehicle components a second set of techniques measures the
psychological factors of the drivers.Athird set of solutions focuses on computer vision
systems thatcan detect and recognize the facial motion and appearance changes occurring
during drowsiness .The advantage of computer vision techniques is that they are non-
invasive, and thus are more amenable to use by the general public. There are some significant
previous studies about drowsiness detection using computer vision techniques. Most of the
published research on computer vision approaches to detection of fatigue has been focused on
the analysis of blinks .However, in the fatigue detection systems developed to date,
drowsiness warning system using image processing has become most widely used because it
provides a remote detection .Matlab is used for image processing. MATLAB is a high-
performance language for technical computing. It integrates computation, visualization, and
programming in an easy-to-use environment where problems and solutions are expressed in
familiar mathematical notation.
Typical uses include
Math and computation
Algorithm development
Data acquisition Modeling, simulation, and prototyping
Data analysis, exploration, and visualization
Scientific and engineering graphics
Application development, including graphical user interface building
MATLAB is an interactive system whose basic data element is an array that does not
require dimensioning. This allows you to solve many technical computing problems,
especially those with matrix and vector formulations, in a fraction of the time it would take to
write a program in a scalar non-interactive language such as C or FORTRANal.
2 EARLIER WORKS
Various algorithms were proposed till date, they can be classified:
1. Biological indicators
2. Vehicle behavior
3. Face analysis
Some of them are intrusive methods and some are non-intrusive. The intrusive
methods include ECG [13], EOG and Head motion. In some of this type of methods drivers
had to wear a head gear while driving [12]. While in other methods they used pulse detectors
which were placed in the steering wheel and in the back of the seat. These too were not
reliable most of the time .That is why this technique was not much adopted for common
people. Methods to detect drowsiness on the basis of vehicle behaviours such as vehicle
steering activity, vehicle speed and vehicle lateral position were also developed but they were
too slow to alert the driver before he fell asleep .these methods alerts driver only after they
fell asleep not before they were in the episode of the drowsy state The face analysis done till
date are mostly non-intrusive and uses camera to detect the facial expressions [4, 11, 16]. it
further uses image processing tools to detect the facial expressions. Some methods used the
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
3
change in intensities in binary images to detect the drowsiness state while others used the
facial expressions such as yawning to detect it. These type of methods were found to be more
accurate than those mentioned before
3. PROPOSED METHOD AND SYSTEM
Fig1: Flowchart of Drowsiness Detection System
3.1 Capturing image
An image which taken inside a vehicle includes the driver’s face. Typically a camera
takes images within the RGBmodel (Red, Green and Blue). However, the RGB model
includes brightness in addition to the colours. When it comes to human‟s eyes, different
brightness for the same colour means different colour. When analyzing a human face, RGB
model isvery sensitive in image brightness. Therefore, to remove thebrightness from the
images is second step. We use the YCbCr space since it is widely used in video compression
standards .Since the skin-tone colour depends on luminance, we nonlinearly transform the
YCbCr colour space to make the skin cluster luma-independent. This also enables robust
detection of dark and light skin tone colours. The main advantage ofconverting the image to
the YCbCr domain is that influence of luminosity can be removed during our image
processing. In the RGB domain, each component of the picture (red, green and blue) has a
different brightness. However, in the YCbCr domain all information about the brightness is
given by the Y component, since the Cb (blue) and Cr (red) components are independent
from the luminosity.Below fig.2 represents captured image
Fig 2:-Captured Image
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
4
3.2 RGB to YCbCr conversion
Image captured by camera is in RGB (red green blue) colour space. RGB colour
model includes brightness in addition to colours. For human eyes different brightness for the
same colour means different colour. When analyzing a human face, RGB model is very
sensitive in image brightness. Therefore, to remove the brightness from the images is second
step. We use the YCbCr space since it is widely used in video compression standards. Since
the skin-tone colour depends on luminance, we nonlinearly transform the YCbCr colour
space to make the skin cluster luma-independent. This also enables robust detection of dark
and light skin tone colours. The main advantage of converting the image to the YCbCr
domain is that influence of luminosity can be removed during our image processing.
RGB image is first converted to HSV space and then YCbCr space
V = max (R, G, B)
S = V-min(R, G, B)/V
H = G-B/6S, if V = R
H = 1/3 + (B-R/6S), if V =G
H =2/3 + (R-G/S), if V=B
3.3 Skin detection
At the beginning, due to the different brightness, here are variations of skin color in
RGB color space. So we have converted it to YCbCr space in above section.
Fig: 3 Skin detection using YCbCr image
Now in order to get drivers face location we need to eliminate background from the image.as
shown in fig.3.
Fig 4: Image with Background Separation
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
5
[5] Haar like features is used to detect face and eye of the driver. A Haar like feature is a
classifier which is trained with a few hundreds of positive and negative examples that are
scaled to the same size. Here positive examples refer to the images of an object which is to be
detected and negative examples indicate images of anything other than the desired object. A
feature based system works faster than a pixel based system.
3.4 Face Detection using Haar like features
As we are going to work on the facial expressions background in an image is of no
use to us. In this step we remove the background from an image and only the region
containing face is given as output. Automatic Face detection is very complex task in the
world of image processing; many methods exist to solve this Viola-Jones algorithm [14] has
been developed with face detection
Fig 5: Image with Haar-Feature
Phases
a) Face Localization.
b) Eye Location.
Captured Faces are stored in xml database. Viola and Jones adapted the idea of using
Haar wavelets and developed the so called Haar-like features. A Haar-like feature shown in
fig.6.considers adjacent rectangular regions at a specific location in a detection window, sums
up the pixel intensities in each region and calculates the difference between these sums Haar
like features are used to detect face and eye of the driver. A Haar like feature is a classifier
which is trained with a few hundreds of positive and negative examples that are scaled to the
same size. Here positive examples refer to the images of an object which is to be detected and
negative examples indicate images of anything other than the desired object. A feature based
system works faster than a pixel based system.
3.5 ROI detection (Techniques to detect Drowsiness)
Various techniques have been used to detect drowsiness. In this project, we had used a
Fuzzy Logic and Genetic algorithm to detect drowsiness. Face region is separated from
captured image next step is to detect ROI. As our main motive is to analyze eye and yawning
movement, we need to detect eye and mouth region as these are two most visual cues to
detect drowsiness of a person. We divided the face into quadrants, the region of eyes and
mouth will be uppermost and lowermost quadrant of the face. Therefore, calculation will be
based on eye and mouth to estimate drowsiness. By taking these assumptions, the search for
the eye and mouth will be limited to the area this limited area will make the search more
efficient
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
6
3.6 Fuzzy Logic to detect Drowsiness
After ROI, Fuzzy logic is applied to estimate the drowsiness. The concept of fuzzy
logic has gained wide acceptance in recent years and have found numerous applications in
expert systems and artificial intelligence applications. Fatigue is a type of fuzzy bodily state.
It cannot be quantified objectively. Thus, we use computers to apply the fuzzy logic and
determine the level of fatigueness. The variable used by the drowsiness detection system
encompasses the eye and the mouth state. The risk factor is Calculated based on rule-table
decision. The eye and and mouth is taken as the input variables. The physical state of the eye
and mouth is the output variable.
3.7 Establishing the grade
The variable is changed according to the driver’s physical conditions.
For example, when the driver is tired, his eyes will involuntarily extend the mean of the eye.
When the driver is alert, his standard deviation is low and his mean of the eye will also be
low. However, when the driver is exhausted, his standard deviation is high and his mean of
the eye will also be higher. Therefore, Based on standard deviation and mean of the eye, nine
rule base of the fuzzy logic is defined as follows
Fig 6:- Drowsiness detection using Fuzzy Logic
The eye count and mouth (yawn) count is calculated to estimate the drowsiness. The Fuzzy
Logic controller is used, decision is calculated to estimate the Drowsiness state IF Eyes are
open and mouth count <threshold and decision < 0.5 then No Drowsiness Else person is
drowsy
3.8 Genetic Algorithm to detect drowsiness
Genetic algorithm, image is captured using webcam.[17]Facial features are extracted
such as Eyes and Mouth from the image, using VJ algorithm ,to calculate the actual degree of
percentage of eyes and mouth.
Percentage of Eyes (Le) = [100-(L/26*100)]
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
7
Similarly Percentage of Mouth (Lm) = (L/108*100)].Now this Percentage of Eyes and mouth
are given input to Genetic algorithm to determine the percentage of Drowsiness state [18]
Result is calculated to check the % of Drowsiness
Result > 40 -------Drowsy
Else Result <40 -------Non- Drowsy
Result is calculated by combination of Eyes and Mouth as an input to Genetic algorithm and
result (output) is produced as actual percentage of Drowsiness.
Crossover rate is defined as 0.95%
Mutation rate is defined as 0.05%
Genetic Results
Fig 7:-Drowsiness Detection using Genetic algorithm
RESULTS
It shows the percentage of Drowsiness and Compared the Result of Genetic algorithm
with that of Fuzzy in Fig 9
Analysis and Result
Fig 9: Analytical study of Fuzzy and Genetic
Journal of Computer Engineering & Technology (JCET)
2347-3916 (Online), Volume 1, Issue 1,
In the following Figure 10
and it proves that Genetic algorithm [
Drowsiness, Estimation (Processing)
compared with the processed output which shows more correct result with Genetic than
Fuzzy.
Fig 10: Comparative
CONCLUSION
This paper presented a non
mainly describes the percentage of
both in isolation. The exact facial region and the eye region are detected u
algorithms. Haar like features is developed by Viola and Jones
driver .Detecting facial region before eye region improves the accuracy to a great extent.
Previous approaches focused on assumptions about
drowsiness. an advantage is feature based system works faster than a pixel based system
Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real
scenario of Crossover and mutation
REFERENCES
[1] Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart
Algorithm for Comme
IntelligentVehicles Symposium Istanbul,Turkey, June 13
[2] Eriksson, M and Papanikolopoulos
Fatigue”, IEEE IntelligentTransport Sy
[3] Ibrahiem M. M. El Emary, “On the Application of
Analyzing and Classifying
vol.2(1), 2006, pp.72-75.
[4] N. Senthilkumaran and R. Rajesh, “A Study on Edge
Segmentation”, Proceedings
Computer Science (ICMCS
[5] Mantas Paulinas and Andrius Usinskas, “A Survey of
for Image Enhancement and Segmentation”,
Vol.36, No.3, 2007, pp.278
[6] Xian Bin Wen, Hua Zhang and Ze Tao Jiang, ”
of SAR Imagery Using the
f Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
me 1, Issue 1, July-December (2013)
8
10, Genetic algorithm results are compared with Fuzzy Logic
algorithm [19] results are more accurate in terms of Percentage
Estimation (Processing) time required is less compared to Fuzzy Actual state is
compared with the processed output which shows more correct result with Genetic than
Comparative study of Fuzzy and Genetic
presented a non-intrusive system to detect the status of the eyes.
percentage of Drowsiness detection using Fuzzy and Genetic algorithm
. The exact facial region and the eye region are detected using various matlab
Haar like features is developed by Viola and Jones, to detect face and eye of the
etecting facial region before eye region improves the accuracy to a great extent.
Previous approaches focused on assumptions about behaviors that might be predictive of
advantage is feature based system works faster than a pixel based system
Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real
of Crossover and mutation
Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart
Comme-rcialVehicle Driver Drowsiness Detection.” IEEE
IntelligentVehicles Symposium Istanbul,Turkey, June 13-15
Eriksson, M and Papanikolopoulos, N.P (1997) “Eye-Tracking for Detection of Driver
Fatigue”, IEEE IntelligentTransport System Proceedings, 314-319.
[3] Ibrahiem M. M. El Emary, “On the Application ofArtificial Neural Networks in
Analyzing and Classifying the Human Chromosomes”, Journal of Computer Science
N. Senthilkumaran and R. Rajesh, “A Study on Edge Detection Methods for Image
Proceedings of the International Conference on Mathematics and
Computer Science (ICMCS-2009), 2009, Vol.I, pp.255-259
Mantas Paulinas and Andrius Usinskas, “A Survey of Genetic Algorithms Applicatons
and Segmentation”, Information Technology and Control
Vol.36, No.3, 2007, pp.278-284.
Xian Bin Wen, Hua Zhang and Ze Tao Jiang, ”Multiscale Unsupervised Segmentation
Genetic Algorithm”, Sensors, vol.8, 2008, pp.1704
(Print), ISSN
are compared with Fuzzy Logic
of Percentage of
Actual state is
compared with the processed output which shows more correct result with Genetic than
eyes. The paper
Drowsiness detection using Fuzzy and Genetic algorithm
sing various matlab
, to detect face and eye of the
etecting facial region before eye region improves the accuracy to a great extent.
that might be predictive of
advantage is feature based system works faster than a pixel based system.
Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real life
Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart
rcialVehicle Driver Drowsiness Detection.” IEEE
Tracking for Detection of Driver
Artificial Neural Networks in
f Computer Science,
Detection Methods for Image
of the International Conference on Mathematics and
Genetic Algorithms Applicatons
Information Technology and Control,
Unsupervised Segmentation
, vol.8, 2008, pp.1704-1711.
Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN
2347-3916 (Online), Volume 1, Issue 1, July-December (2013)
9
[7] K. Harimast (2002) “Human Maehinc. Intedae in an Intelligent vehicle” SAU.vol.56, 4-
7.
[8] L.Barr, H.Howrah, S.Popkin, RJ.Carrol l(2009) “ A reviewand evaluation of emerging
driver fatigue detection, measures and technologies”, A Report of US department of
transportation Washington DC.
[9] Lin, S. H., Kung, S. Y., & Lin, L. J. (1997). “Face recognition/detection by probabilistic
decision-based neural network.”IEEE Transactions on Neural Networks,
[11] Paul Stephen Rau, “Drowsy Driver Detection and Warning System for Commercial
Vehicle Drivers: Field Operational Test Design, Data Analyses and Progress”.
[12] Nikhil R Pal, Chien-Yao Chuang, Li-Wei Ko, Chih-Feng Chao, Tzyy- Ping Jung,
Sheng-Fu Lieng, Chin-Teng Lin, “EEG-Based Subject- and Session-independent
Drowsiness Detection: An Unsupervised Approach”.
[13] Gabriela Dorfman Furman, Armanda Baharav, “Investigation of Drowsiness while
Driving Utilizing Analysis of Heart Rate Fluctuations”.
[14] Paul Viola, Michael J. Jones, “Robust Real-Time Face Detection”.
[15] Metin Kaya, ”Image Clustering and Compression Using an Annealed Fuzzy Hopfield
Neural Network”,
[16] Sugiyama, K., Nakano, T., Yamamoto, S., Ishihara, T., Fujii, H., & Akutsu, E. (1996).
“Method of detecting drowsiness level by utilizing blinking duration”. JSAE Paper
9630273
[17] “Eye Location Using Genetic Algorithm” Jeffrey Huang and Harry
Wechsler,Department of Computer Science,George Mason University, Fairfax, VA
22030,2nd International Conference on Audio and Video-Based Biometric Person
Authentication (AVBPA), Washington, DC, 1999
[18] “Driver Fatigue Detection using Genetic Algorithm.”,S. Jin, S.-Y. Park J.J.Lee, 11th
International Symposium on Artificial Life and Robotics, Oita, Japan, January 23–25,
2006
[19] J. Bala, K. DeJong, J. Huang, H. Vafaie, H. Wechsler,“Visual routine for eye detection
using hybrid genetic architectures,” International Conference on Pattern Recognition,
vol. 3, pp. 606-610, 1996.
[20] S. Rajasekaran, G. A. Vijayalakshmi Pai, “Neural Networks,Fuzzy Logic, and Genetic
Algorithm (Synthesis and Applications),” Prentice Hall India, 2003
[21] Michalewicz, Zbigniew, “Genetic Algorithms + Data Structures = Evolution Programs,”
Springer-Verlag, 1999.
[22] Schmitt, M. Lothar, “Theory of Genetic Algorithms,”Theoretical Computer Science
(259), pp. 1-61, 2001.
[23] D. Whitley, “A genetic algorithm tutorial. Statistics and Computing,” pp. 65–85, 1994.

Weitere ähnliche Inhalte

Was ist angesagt?

Robot Machine Vision
Robot Machine VisionRobot Machine Vision
Robot Machine Visionanand hd
 
Deep Learning - a Path from Big Data Indexing to Robotic Applications
Deep Learning - a Path from Big Data Indexing to Robotic ApplicationsDeep Learning - a Path from Big Data Indexing to Robotic Applications
Deep Learning - a Path from Big Data Indexing to Robotic ApplicationsDarius Burschka
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionsipij
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...Darius Burschka
 
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotIn tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotSudhakar Spartan
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature ExtractionIRJET Journal
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionTELKOMNIKA JOURNAL
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentationijsrd.com
 
Scanning 3 d full human bodies using kinects
Scanning 3 d full human bodies using kinectsScanning 3 d full human bodies using kinects
Scanning 3 d full human bodies using kinectsFensa Saj
 
Computer Vision Basics
Computer Vision BasicsComputer Vision Basics
Computer Vision BasicsSuren Kumar
 
Cozzella presentation ICAPMMOMI 2010
Cozzella presentation ICAPMMOMI 2010Cozzella presentation ICAPMMOMI 2010
Cozzella presentation ICAPMMOMI 2010Lorenzo Cozzella
 
Human action recognition with kinect using a joint motion descriptor
Human action recognition with kinect using a joint motion descriptorHuman action recognition with kinect using a joint motion descriptor
Human action recognition with kinect using a joint motion descriptorSoma Boubou
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionIRJET Journal
 
IRJET- Full Body Motion Detection and Surveillance System Application
IRJET-  	  Full Body Motion Detection and Surveillance System ApplicationIRJET-  	  Full Body Motion Detection and Surveillance System Application
IRJET- Full Body Motion Detection and Surveillance System ApplicationIRJET Journal
 
Real Time Object Identification for Intelligent Video Surveillance Applications
Real Time Object Identification for Intelligent Video Surveillance ApplicationsReal Time Object Identification for Intelligent Video Surveillance Applications
Real Time Object Identification for Intelligent Video Surveillance ApplicationsEditor IJCATR
 

Was ist angesagt? (20)

Robot Machine Vision
Robot Machine VisionRobot Machine Vision
Robot Machine Vision
 
Deep Learning - a Path from Big Data Indexing to Robotic Applications
Deep Learning - a Path from Big Data Indexing to Robotic ApplicationsDeep Learning - a Path from Big Data Indexing to Robotic Applications
Deep Learning - a Path from Big Data Indexing to Robotic Applications
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Intelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo visionIntelligent indoor mobile robot navigation using stereo vision
Intelligent indoor mobile robot navigation using stereo vision
 
Mvp
MvpMvp
Mvp
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...
Robust and Efficient Coupling of Perception to Actuation with Metric and Non-...
 
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robotIn tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
In tech vision-based_obstacle_detection_module_for_a_wheeled_mobile_robot
 
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
IRJET-  	  Behavior Analysis from Videos using Motion based Feature ExtractionIRJET-  	  Behavior Analysis from Videos using Motion based Feature Extraction
IRJET- Behavior Analysis from Videos using Motion based Feature Extraction
 
A Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global VisionA Robot Collision Avoidance Method Using Kinect and Global Vision
A Robot Collision Avoidance Method Using Kinect and Global Vision
 
Intelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image SegmentationIntelligent Parking Space Detection System Based on Image Segmentation
Intelligent Parking Space Detection System Based on Image Segmentation
 
Ph.D. Research
Ph.D. ResearchPh.D. Research
Ph.D. Research
 
Scanning 3 d full human bodies using kinects
Scanning 3 d full human bodies using kinectsScanning 3 d full human bodies using kinects
Scanning 3 d full human bodies using kinects
 
Computer Vision Basics
Computer Vision BasicsComputer Vision Basics
Computer Vision Basics
 
Cozzella presentation ICAPMMOMI 2010
Cozzella presentation ICAPMMOMI 2010Cozzella presentation ICAPMMOMI 2010
Cozzella presentation ICAPMMOMI 2010
 
Human action recognition with kinect using a joint motion descriptor
Human action recognition with kinect using a joint motion descriptorHuman action recognition with kinect using a joint motion descriptor
Human action recognition with kinect using a joint motion descriptor
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
 
Flow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action RecognitionFlow Trajectory Approach for Human Action Recognition
Flow Trajectory Approach for Human Action Recognition
 
IRJET- Full Body Motion Detection and Surveillance System Application
IRJET-  	  Full Body Motion Detection and Surveillance System ApplicationIRJET-  	  Full Body Motion Detection and Surveillance System Application
IRJET- Full Body Motion Detection and Surveillance System Application
 
Real Time Object Identification for Intelligent Video Surveillance Applications
Real Time Object Identification for Intelligent Video Surveillance ApplicationsReal Time Object Identification for Intelligent Video Surveillance Applications
Real Time Object Identification for Intelligent Video Surveillance Applications
 

Andere mochten auch

24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation
24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation
24ESV-000453 Mitigating Drowsiness Linking Detection to MitigationJulie J. Kang, Ph.D.
 
chapter 8
chapter 8chapter 8
chapter 8butest
 
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSingh
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSinghPelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSingh
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSinghDavid Rubenstein
 
Yawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectionYawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectioneSAT Journals
 
Vision based system for monitoring the loss of attention in automotive driver
Vision based system for monitoring the loss of attention in automotive driverVision based system for monitoring the loss of attention in automotive driver
Vision based system for monitoring the loss of attention in automotive driverVinay Diddi
 
Driver drowsiness detection
Driver drowsiness detectionDriver drowsiness detection
Driver drowsiness detectionConnecting Point
 
Present existed Driver alert system
Present existed Driver alert systemPresent existed Driver alert system
Present existed Driver alert systemkrishna495ECE
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for driversDuc Nguyen Van
 
Head Movement Based Wireless Swtcng
Head Movement Based Wireless SwtcngHead Movement Based Wireless Swtcng
Head Movement Based Wireless SwtcngKiran Conquer
 

Andere mochten auch (12)

24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation
24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation
24ESV-000453 Mitigating Drowsiness Linking Detection to Mitigation
 
chapter 8
chapter 8chapter 8
chapter 8
 
Session 48 Johan Karlsson
Session 48 Johan KarlssonSession 48 Johan Karlsson
Session 48 Johan Karlsson
 
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSingh
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSinghPelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSingh
Pelton_Presentation_Drowsy_Driving_PCoughlin_DRubenstein_KSingh
 
Yawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detectionYawning analysis for driver drowsiness detection
Yawning analysis for driver drowsiness detection
 
Vision based system for monitoring the loss of attention in automotive driver
Vision based system for monitoring the loss of attention in automotive driverVision based system for monitoring the loss of attention in automotive driver
Vision based system for monitoring the loss of attention in automotive driver
 
Car safety system
Car safety systemCar safety system
Car safety system
 
Driver drowsiness detection
Driver drowsiness detectionDriver drowsiness detection
Driver drowsiness detection
 
Advanced driver assistance systems
Advanced driver assistance systemsAdvanced driver assistance systems
Advanced driver assistance systems
 
Present existed Driver alert system
Present existed Driver alert systemPresent existed Driver alert system
Present existed Driver alert system
 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
 
Head Movement Based Wireless Swtcng
Head Movement Based Wireless SwtcngHead Movement Based Wireless Swtcng
Head Movement Based Wireless Swtcng
 

Ähnlich wie 50620130101001

Noise Removal in Traffic Sign Detection Systems
Noise Removal in Traffic Sign Detection SystemsNoise Removal in Traffic Sign Detection Systems
Noise Removal in Traffic Sign Detection SystemsCSEIJJournal
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSIRJET Journal
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET Journal
 
IRJET - Emotion Recognising System-Crowd Behavior Analysis
IRJET -  	  Emotion Recognising System-Crowd Behavior AnalysisIRJET -  	  Emotion Recognising System-Crowd Behavior Analysis
IRJET - Emotion Recognising System-Crowd Behavior AnalysisIRJET Journal
 
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET Journal
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET Journal
 
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSET
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSETIMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSET
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSETIJCSEA Journal
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningIRJET Journal
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPHIRJET Journal
 
IRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET Journal
 
Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment University of Moratuwa
 
Face Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemFace Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemIRJET Journal
 
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...IRJET Journal
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processingpaperpublications3
 
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...ijfcstjournal
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...ijfcstjournal
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...ijfcstjournal
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processingpaperpublications3
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Ähnlich wie 50620130101001 (20)

Noise Removal in Traffic Sign Detection Systems
Noise Removal in Traffic Sign Detection SystemsNoise Removal in Traffic Sign Detection Systems
Noise Removal in Traffic Sign Detection Systems
 
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDSFACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
FACE COUNTING USING OPEN CV & PYTHON FOR ANALYZING UNUSUAL EVENTS IN CROWDS
 
IRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDLIRJET - Simulation of Colour Image Processing Techniques on VHDL
IRJET - Simulation of Colour Image Processing Techniques on VHDL
 
IRJET - Emotion Recognising System-Crowd Behavior Analysis
IRJET -  	  Emotion Recognising System-Crowd Behavior AnalysisIRJET -  	  Emotion Recognising System-Crowd Behavior Analysis
IRJET - Emotion Recognising System-Crowd Behavior Analysis
 
Lc3420022006
Lc3420022006Lc3420022006
Lc3420022006
 
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLABIRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
IRJET - A Systematic Observation in Digital Image Forgery Detection using MATLAB
 
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity MethodIRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
IRJET - Human Eye Pupil Detection Technique using Center of Gravity Method
 
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSET
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSETIMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSET
IMAGE RECOGNITION USING MATLAB SIMULINK BLOCKSET
 
Sign Language Recognition using Machine Learning
Sign Language Recognition using Machine LearningSign Language Recognition using Machine Learning
Sign Language Recognition using Machine Learning
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
 
IRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android App
 
Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment Vision based non-invasive tool for facial swelling assessment
Vision based non-invasive tool for facial swelling assessment
 
Face Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic SystemFace Recognition Based on Image Processing in an Advanced Robotic System
Face Recognition Based on Image Processing in an Advanced Robotic System
 
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
Emotion Detection Using Facial Expression Recognition to Assist the Visually ...
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processing
 
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...
A Face Recognition Using Linear-Diagonal Binary Graph Pattern Feature Extract...
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
 
Face Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image ProcessingFace Recognition & Detection Using Image Processing
Face Recognition & Detection Using Image Processing
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 

Mehr von IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Mehr von IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Kürzlich hochgeladen

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Kürzlich hochgeladen (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

50620130101001

  • 1. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 1 NON-INTRUSIVE DROWSINESS DETECTION USING ARTIFICIAL TECHNIQUES Trupti Dange M.Tech Scholar, Department of Computer Science and Engineering Tulsiramji Gaikwad – Patil College of Engineering & Technology, Nagpur, India. Tarun Yengatiwar Asst.Professor, Department of Computer Science and Engineering Tulsiramji Gaikwad – Patil College of Engineering & Technology, Nagpur, India. ABSTRACT Driver fatigue is one of the major causes of accidents in the world. Detecting the drowsiness of the driver is one of the surest ways of measuring driver fatigue In this project we aim to develop drowsiness detection system using Fuzzy Logic and Genetic Algorithm, both in Isolation to detect drowsiness .It uses an nonintrusive technique for judging driver alertness. Alertness is detected on the basis of the degree to which the driver's eyes are open or closed. Viola-Jones algorithm has been developed for face detection which then further used by the fuzzy logic and Genetic Algorithm. Fuzzy logic used to determine level of fatigueness and determine output state. Genetic algorithm has been used to make a good performing combination of good indicators. It calculates the degree (%) of eyes and mouth to detect the state of drowsiness. During the analytical study Genetic Algorithms [22, 23] results were found more accurate as compared to Fuzzy This paper describes how to find the eyes, and determine the status of the eyes are open or closed. An application of Viola Jones algorithm is used for Face detection and tracking. The Haar like feature is developed, which was a primary objective of the project. Haar like feature is a classifier which is trained with a few hundreds of positive and negative examples that are scaled to the same size. The system deals with using information obtained for the binary version of the image to find the edges of the face, which narrows the area of where the eyes may exist...Taking into account the knowledge that eye regions in the face present in uppermost quadrants, we consider extraction of eyes for calculations. Once the eyes are located, we can use various mat lab image processing tool to determine whether the eyes are open or closed. General Terms: Image processing, Eye estimation, Haar like feature,Fuzzy Logic ,Genetic algorithm. Keywords: Viola-Jones algorithm, Haar like feature drowsiness detection. JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (JCET) ISSN 2347-3908 (Print) ISSN 2347-3916 (Online) Volume 1, Issue 1, July-December (2013), pp. 01-09 © IAEME: http://www.iaeme.com/JCET.asp JCET © I A E M E
  • 2. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 2 1. INTRODUCTION Driver drowsiness is an important factor in the motoring of vehicle accidents [16, 8, 2, and 1]... It was demonstrated that driving performance deteriorates with increased drowsiness with resulting crashes constituting more than 20% of all vehicle accidents. There are various traditional techniques developed to alert the drivers. One set of such techniques places sensors [7, 9] in various standard vehicle components a second set of techniques measures the psychological factors of the drivers.Athird set of solutions focuses on computer vision systems thatcan detect and recognize the facial motion and appearance changes occurring during drowsiness .The advantage of computer vision techniques is that they are non- invasive, and thus are more amenable to use by the general public. There are some significant previous studies about drowsiness detection using computer vision techniques. Most of the published research on computer vision approaches to detection of fatigue has been focused on the analysis of blinks .However, in the fatigue detection systems developed to date, drowsiness warning system using image processing has become most widely used because it provides a remote detection .Matlab is used for image processing. MATLAB is a high- performance language for technical computing. It integrates computation, visualization, and programming in an easy-to-use environment where problems and solutions are expressed in familiar mathematical notation. Typical uses include Math and computation Algorithm development Data acquisition Modeling, simulation, and prototyping Data analysis, exploration, and visualization Scientific and engineering graphics Application development, including graphical user interface building MATLAB is an interactive system whose basic data element is an array that does not require dimensioning. This allows you to solve many technical computing problems, especially those with matrix and vector formulations, in a fraction of the time it would take to write a program in a scalar non-interactive language such as C or FORTRANal. 2 EARLIER WORKS Various algorithms were proposed till date, they can be classified: 1. Biological indicators 2. Vehicle behavior 3. Face analysis Some of them are intrusive methods and some are non-intrusive. The intrusive methods include ECG [13], EOG and Head motion. In some of this type of methods drivers had to wear a head gear while driving [12]. While in other methods they used pulse detectors which were placed in the steering wheel and in the back of the seat. These too were not reliable most of the time .That is why this technique was not much adopted for common people. Methods to detect drowsiness on the basis of vehicle behaviours such as vehicle steering activity, vehicle speed and vehicle lateral position were also developed but they were too slow to alert the driver before he fell asleep .these methods alerts driver only after they fell asleep not before they were in the episode of the drowsy state The face analysis done till date are mostly non-intrusive and uses camera to detect the facial expressions [4, 11, 16]. it further uses image processing tools to detect the facial expressions. Some methods used the
  • 3. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 3 change in intensities in binary images to detect the drowsiness state while others used the facial expressions such as yawning to detect it. These type of methods were found to be more accurate than those mentioned before 3. PROPOSED METHOD AND SYSTEM Fig1: Flowchart of Drowsiness Detection System 3.1 Capturing image An image which taken inside a vehicle includes the driver’s face. Typically a camera takes images within the RGBmodel (Red, Green and Blue). However, the RGB model includes brightness in addition to the colours. When it comes to human‟s eyes, different brightness for the same colour means different colour. When analyzing a human face, RGB model isvery sensitive in image brightness. Therefore, to remove thebrightness from the images is second step. We use the YCbCr space since it is widely used in video compression standards .Since the skin-tone colour depends on luminance, we nonlinearly transform the YCbCr colour space to make the skin cluster luma-independent. This also enables robust detection of dark and light skin tone colours. The main advantage ofconverting the image to the YCbCr domain is that influence of luminosity can be removed during our image processing. In the RGB domain, each component of the picture (red, green and blue) has a different brightness. However, in the YCbCr domain all information about the brightness is given by the Y component, since the Cb (blue) and Cr (red) components are independent from the luminosity.Below fig.2 represents captured image Fig 2:-Captured Image
  • 4. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 4 3.2 RGB to YCbCr conversion Image captured by camera is in RGB (red green blue) colour space. RGB colour model includes brightness in addition to colours. For human eyes different brightness for the same colour means different colour. When analyzing a human face, RGB model is very sensitive in image brightness. Therefore, to remove the brightness from the images is second step. We use the YCbCr space since it is widely used in video compression standards. Since the skin-tone colour depends on luminance, we nonlinearly transform the YCbCr colour space to make the skin cluster luma-independent. This also enables robust detection of dark and light skin tone colours. The main advantage of converting the image to the YCbCr domain is that influence of luminosity can be removed during our image processing. RGB image is first converted to HSV space and then YCbCr space V = max (R, G, B) S = V-min(R, G, B)/V H = G-B/6S, if V = R H = 1/3 + (B-R/6S), if V =G H =2/3 + (R-G/S), if V=B 3.3 Skin detection At the beginning, due to the different brightness, here are variations of skin color in RGB color space. So we have converted it to YCbCr space in above section. Fig: 3 Skin detection using YCbCr image Now in order to get drivers face location we need to eliminate background from the image.as shown in fig.3. Fig 4: Image with Background Separation
  • 5. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 5 [5] Haar like features is used to detect face and eye of the driver. A Haar like feature is a classifier which is trained with a few hundreds of positive and negative examples that are scaled to the same size. Here positive examples refer to the images of an object which is to be detected and negative examples indicate images of anything other than the desired object. A feature based system works faster than a pixel based system. 3.4 Face Detection using Haar like features As we are going to work on the facial expressions background in an image is of no use to us. In this step we remove the background from an image and only the region containing face is given as output. Automatic Face detection is very complex task in the world of image processing; many methods exist to solve this Viola-Jones algorithm [14] has been developed with face detection Fig 5: Image with Haar-Feature Phases a) Face Localization. b) Eye Location. Captured Faces are stored in xml database. Viola and Jones adapted the idea of using Haar wavelets and developed the so called Haar-like features. A Haar-like feature shown in fig.6.considers adjacent rectangular regions at a specific location in a detection window, sums up the pixel intensities in each region and calculates the difference between these sums Haar like features are used to detect face and eye of the driver. A Haar like feature is a classifier which is trained with a few hundreds of positive and negative examples that are scaled to the same size. Here positive examples refer to the images of an object which is to be detected and negative examples indicate images of anything other than the desired object. A feature based system works faster than a pixel based system. 3.5 ROI detection (Techniques to detect Drowsiness) Various techniques have been used to detect drowsiness. In this project, we had used a Fuzzy Logic and Genetic algorithm to detect drowsiness. Face region is separated from captured image next step is to detect ROI. As our main motive is to analyze eye and yawning movement, we need to detect eye and mouth region as these are two most visual cues to detect drowsiness of a person. We divided the face into quadrants, the region of eyes and mouth will be uppermost and lowermost quadrant of the face. Therefore, calculation will be based on eye and mouth to estimate drowsiness. By taking these assumptions, the search for the eye and mouth will be limited to the area this limited area will make the search more efficient
  • 6. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 6 3.6 Fuzzy Logic to detect Drowsiness After ROI, Fuzzy logic is applied to estimate the drowsiness. The concept of fuzzy logic has gained wide acceptance in recent years and have found numerous applications in expert systems and artificial intelligence applications. Fatigue is a type of fuzzy bodily state. It cannot be quantified objectively. Thus, we use computers to apply the fuzzy logic and determine the level of fatigueness. The variable used by the drowsiness detection system encompasses the eye and the mouth state. The risk factor is Calculated based on rule-table decision. The eye and and mouth is taken as the input variables. The physical state of the eye and mouth is the output variable. 3.7 Establishing the grade The variable is changed according to the driver’s physical conditions. For example, when the driver is tired, his eyes will involuntarily extend the mean of the eye. When the driver is alert, his standard deviation is low and his mean of the eye will also be low. However, when the driver is exhausted, his standard deviation is high and his mean of the eye will also be higher. Therefore, Based on standard deviation and mean of the eye, nine rule base of the fuzzy logic is defined as follows Fig 6:- Drowsiness detection using Fuzzy Logic The eye count and mouth (yawn) count is calculated to estimate the drowsiness. The Fuzzy Logic controller is used, decision is calculated to estimate the Drowsiness state IF Eyes are open and mouth count <threshold and decision < 0.5 then No Drowsiness Else person is drowsy 3.8 Genetic Algorithm to detect drowsiness Genetic algorithm, image is captured using webcam.[17]Facial features are extracted such as Eyes and Mouth from the image, using VJ algorithm ,to calculate the actual degree of percentage of eyes and mouth. Percentage of Eyes (Le) = [100-(L/26*100)]
  • 7. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 7 Similarly Percentage of Mouth (Lm) = (L/108*100)].Now this Percentage of Eyes and mouth are given input to Genetic algorithm to determine the percentage of Drowsiness state [18] Result is calculated to check the % of Drowsiness Result > 40 -------Drowsy Else Result <40 -------Non- Drowsy Result is calculated by combination of Eyes and Mouth as an input to Genetic algorithm and result (output) is produced as actual percentage of Drowsiness. Crossover rate is defined as 0.95% Mutation rate is defined as 0.05% Genetic Results Fig 7:-Drowsiness Detection using Genetic algorithm RESULTS It shows the percentage of Drowsiness and Compared the Result of Genetic algorithm with that of Fuzzy in Fig 9 Analysis and Result Fig 9: Analytical study of Fuzzy and Genetic
  • 8. Journal of Computer Engineering & Technology (JCET) 2347-3916 (Online), Volume 1, Issue 1, In the following Figure 10 and it proves that Genetic algorithm [ Drowsiness, Estimation (Processing) compared with the processed output which shows more correct result with Genetic than Fuzzy. Fig 10: Comparative CONCLUSION This paper presented a non mainly describes the percentage of both in isolation. The exact facial region and the eye region are detected u algorithms. Haar like features is developed by Viola and Jones driver .Detecting facial region before eye region improves the accuracy to a great extent. Previous approaches focused on assumptions about drowsiness. an advantage is feature based system works faster than a pixel based system Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real scenario of Crossover and mutation REFERENCES [1] Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart Algorithm for Comme IntelligentVehicles Symposium Istanbul,Turkey, June 13 [2] Eriksson, M and Papanikolopoulos Fatigue”, IEEE IntelligentTransport Sy [3] Ibrahiem M. M. El Emary, “On the Application of Analyzing and Classifying vol.2(1), 2006, pp.72-75. [4] N. Senthilkumaran and R. Rajesh, “A Study on Edge Segmentation”, Proceedings Computer Science (ICMCS [5] Mantas Paulinas and Andrius Usinskas, “A Survey of for Image Enhancement and Segmentation”, Vol.36, No.3, 2007, pp.278 [6] Xian Bin Wen, Hua Zhang and Ze Tao Jiang, ” of SAR Imagery Using the f Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN me 1, Issue 1, July-December (2013) 8 10, Genetic algorithm results are compared with Fuzzy Logic algorithm [19] results are more accurate in terms of Percentage Estimation (Processing) time required is less compared to Fuzzy Actual state is compared with the processed output which shows more correct result with Genetic than Comparative study of Fuzzy and Genetic presented a non-intrusive system to detect the status of the eyes. percentage of Drowsiness detection using Fuzzy and Genetic algorithm . The exact facial region and the eye region are detected using various matlab Haar like features is developed by Viola and Jones, to detect face and eye of the etecting facial region before eye region improves the accuracy to a great extent. Previous approaches focused on assumptions about behaviors that might be predictive of advantage is feature based system works faster than a pixel based system Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real of Crossover and mutation Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart Comme-rcialVehicle Driver Drowsiness Detection.” IEEE IntelligentVehicles Symposium Istanbul,Turkey, June 13-15 Eriksson, M and Papanikolopoulos, N.P (1997) “Eye-Tracking for Detection of Driver Fatigue”, IEEE IntelligentTransport System Proceedings, 314-319. [3] Ibrahiem M. M. El Emary, “On the Application ofArtificial Neural Networks in Analyzing and Classifying the Human Chromosomes”, Journal of Computer Science N. Senthilkumaran and R. Rajesh, “A Study on Edge Detection Methods for Image Proceedings of the International Conference on Mathematics and Computer Science (ICMCS-2009), 2009, Vol.I, pp.255-259 Mantas Paulinas and Andrius Usinskas, “A Survey of Genetic Algorithms Applicatons and Segmentation”, Information Technology and Control Vol.36, No.3, 2007, pp.278-284. Xian Bin Wen, Hua Zhang and Ze Tao Jiang, ”Multiscale Unsupervised Segmentation Genetic Algorithm”, Sensors, vol.8, 2008, pp.1704 (Print), ISSN are compared with Fuzzy Logic of Percentage of Actual state is compared with the processed output which shows more correct result with Genetic than eyes. The paper Drowsiness detection using Fuzzy and Genetic algorithm sing various matlab , to detect face and eye of the etecting facial region before eye region improves the accuracy to a great extent. that might be predictive of advantage is feature based system works faster than a pixel based system. Result shows that Genetic algorithm is more accurate than Fuzzy as it applies the real life Azim Eskandarian, Member, IEEE and Ali Mortazavi(2007).“Evaluation of a Smart rcialVehicle Driver Drowsiness Detection.” IEEE Tracking for Detection of Driver Artificial Neural Networks in f Computer Science, Detection Methods for Image of the International Conference on Mathematics and Genetic Algorithms Applicatons Information Technology and Control, Unsupervised Segmentation , vol.8, 2008, pp.1704-1711.
  • 9. Journal of Computer Engineering & Technology (JCET) ISSN 2347-3908 (Print), ISSN 2347-3916 (Online), Volume 1, Issue 1, July-December (2013) 9 [7] K. Harimast (2002) “Human Maehinc. Intedae in an Intelligent vehicle” SAU.vol.56, 4- 7. [8] L.Barr, H.Howrah, S.Popkin, RJ.Carrol l(2009) “ A reviewand evaluation of emerging driver fatigue detection, measures and technologies”, A Report of US department of transportation Washington DC. [9] Lin, S. H., Kung, S. Y., & Lin, L. J. (1997). “Face recognition/detection by probabilistic decision-based neural network.”IEEE Transactions on Neural Networks, [11] Paul Stephen Rau, “Drowsy Driver Detection and Warning System for Commercial Vehicle Drivers: Field Operational Test Design, Data Analyses and Progress”. [12] Nikhil R Pal, Chien-Yao Chuang, Li-Wei Ko, Chih-Feng Chao, Tzyy- Ping Jung, Sheng-Fu Lieng, Chin-Teng Lin, “EEG-Based Subject- and Session-independent Drowsiness Detection: An Unsupervised Approach”. [13] Gabriela Dorfman Furman, Armanda Baharav, “Investigation of Drowsiness while Driving Utilizing Analysis of Heart Rate Fluctuations”. [14] Paul Viola, Michael J. Jones, “Robust Real-Time Face Detection”. [15] Metin Kaya, ”Image Clustering and Compression Using an Annealed Fuzzy Hopfield Neural Network”, [16] Sugiyama, K., Nakano, T., Yamamoto, S., Ishihara, T., Fujii, H., & Akutsu, E. (1996). “Method of detecting drowsiness level by utilizing blinking duration”. JSAE Paper 9630273 [17] “Eye Location Using Genetic Algorithm” Jeffrey Huang and Harry Wechsler,Department of Computer Science,George Mason University, Fairfax, VA 22030,2nd International Conference on Audio and Video-Based Biometric Person Authentication (AVBPA), Washington, DC, 1999 [18] “Driver Fatigue Detection using Genetic Algorithm.”,S. Jin, S.-Y. Park J.J.Lee, 11th International Symposium on Artificial Life and Robotics, Oita, Japan, January 23–25, 2006 [19] J. Bala, K. DeJong, J. Huang, H. Vafaie, H. Wechsler,“Visual routine for eye detection using hybrid genetic architectures,” International Conference on Pattern Recognition, vol. 3, pp. 606-610, 1996. [20] S. Rajasekaran, G. A. Vijayalakshmi Pai, “Neural Networks,Fuzzy Logic, and Genetic Algorithm (Synthesis and Applications),” Prentice Hall India, 2003 [21] Michalewicz, Zbigniew, “Genetic Algorithms + Data Structures = Evolution Programs,” Springer-Verlag, 1999. [22] Schmitt, M. Lothar, “Theory of Genetic Algorithms,”Theoretical Computer Science (259), pp. 1-61, 2001. [23] D. Whitley, “A genetic algorithm tutorial. Statistics and Computing,” pp. 65–85, 1994.