SlideShare a Scribd company logo
1 of 13
AUTOMATED CRIMINAL IDENTIFICATION SYSTEM
USING FACE DETECTION AND RECOGNITION
Presented by : Under The Guidance Of :
CONTENTS
• ABSTRACT
• INTRODUCTION
• LITERATURE SURVEY
• PROPOSED METHOD
• BLOCK DIAGRAM
• SYSTEM REQUIREMENTS
• REFERENCES
ABSTRACT
As the world has seen exponential advancement over the last decade, there is an
abnormal increase in the crime rate and also the number of criminals are
increasing at an alarming rate, this leads toward a great concern about the
security issues. various causes of theft, stealing crimes, burglary, kidnapping,
human trafficking etc. are left unsolved because the availability of police
personnel is limited, many times there is no identification of the person who was
involved in criminal activities. To avoid this situation an automated facial
recognition system for criminal identification is proposed using Haar feature-
based cascade classifier. This paper presents a real-time face recognition using an
automated surveillance camera. This system will be able to detect and recognize
face automatically in real-time.
INTRODUCTION
• The face is crucial for human identity. It is the feature which best distinguishes a person. Face detection and
recognition is the technology which is used to identify a person from a video or image.
• we propose a face detection and recognition system for criminal identification using python along with
OpenCV package.
• Most of the common facial recognition techniques include target matching method, geometric feature
recognition method, and principal component analysis method and so on.
• Most of the criminals are mingled with us in our society and they are much hard to identify.
• Traditionally, repeated criminals are identified by their biometrics such as thumbprint. But criminals are
smart enough to not to leave their biometrics in crime scene.
• In developed countries, the government create dataset which is helpful for recognize the human face which
compares the suspicious act with trained dataset and information stored in database.
• Face recognition system built by using Principal Component Analysis (PCA) method. The two main
disadvantages of using the PCA method are that computational complexity is high and it can only process
the faces that have similar facial expressions.
• This technology is a widely used biometrics system for authentication, authorization, verification and
identification.
• Applying principal component analysis for finding distinguishable features from many images to get the
similarity for the target image.
LITERATURE SURVEY
SL.NO YEAR AUTHOR TITLE METHODOLOGY
1. 2017 Nurul Azma
Abdullah, Md.
Jamri Saidi and
Nurul Hidayah Ab
Rahman “
Face recognition for criminal
identification.
An implementation of principal
component analysis for face
recognition.
2. 2019 Apoorva.P,
Ramesh.B and
Varshitha.M.R “
Automatic face recognition. Automated criminal identification
by face recognition using open
computer vision classifiers.
3. 2018 Rasanayagam,
K.Kumarasiri,
S.D.D, Tharuka,
W. A. D.
Samaranayake, N.
Samarasinghe
and P.
Siriwardana
CIS : An Automated Criminal
Identification System.
Recognition with deep learning
approach based on Convolution
Neural Network (CNN) technique.
4. 2018 Mantoro, T., Ayu, Multi face recognition. Multi-Faces Recognition Process
5. 2018 Chang L , Yang J, Li S, Xu H,
Liu K & Huan, C.
Based on stacked conventional and
sparse representation.
Face Recognition Based
on Stacked Convolutional
Auto encoder and Sparse
Representation.
6. 2018 MING Ju-wang Intelligent image Face Feature Dynamic
Recognition Method
Based on Intelligent Image
7. 2015 Mohd Yusuf Firoz Siddiqui
and Sukesha
Face Recognition using Original and
Symmetrical Face Images.
Based on symmetrical and
mirror images by
reflecting the original face
using Principal
Component Analysis and
some fusion techniques.
8. 2015 Hyung-Il Kim, Seung Ho Lee,
and Yong Man R
Improved face recognition Face Image Assessment
Learned With Objective
and Relative Face Image
Qualities for Improved
Face Recognition
9. 2018 iyush Kakkar, Mr. Vibhor
Sharma
Using face detection recognition Criminal Identification
System Using Face
Detection and Recognition
METHODOLOGY
In this project, we can detect and recognize the faces of the criminals in a video stream obtained from a
camera in real-time. The system consists of three databases. First is the citizen database, which will
contain the images and unique-id of all the citizens living in that country. Second is local watch list
database, which will have the images(min 10) and details(Unique-id, Name, Gender, Religion, Crimes
done) etc. of each criminal who belongs to that country. Third is International watch list database, which
will have the images (min 10) and details(Unique-id, Name, Gender, Religion, Crimes done) etc. of the
criminals who are not the citizens of that country. All the images are first preprocessed. Then it goes
through feature extraction where Haar cascade is used. The video is captured from the surveillance
camera which are converted into frames. When a face is detected in a frame, it is preprocessed. Then it
goes through feature extraction where Haar cascade is used. The features of the processed real-time
image is compared with the features of processed images which are stored in the citizen database. If a
match is found, it is further compared with the features of images stored in a local watch list database to
identify if the person is criminal or not. If he is criminal a notification is sent to the police personnel with
all the details and the time for which he was under the surveillance of the camera. If he is not a citizen of
that country, it is then compared with the features of images stored in the international watch list
database. If a match is found, a notification is sent to the police personnel with all the details and the
time for which he was under the surveillance of the camera. If a match is not found in both the watch
lists, he is innocent.
SYSTEM REQUIREMENTS
software used
• Google fire base
• Python language
• MIT app
• Open CV
• Face detector camera
DIAGRAM
Google
fire base MIT app
camera
PROPOSED METHOD
• In this project, we can detect and recognize the faces of the criminals in a video stream obtained from a
camera in real-time. The system consists of three databases
• First is the citizen database, which will contain the images and unique-id of all the citizens living in that
country.
• Second is local watch list database, which will have the images (min 10) and of each criminal who
belongs to that country.
• Third is International watch list database, which will have the images (min 10) and details(Unique-id,
Name, Gender, Religion, Crimes done, etc) of the criminals who are not the citizens of that country.
• Open CV module and contains various functions for face detection and recognition.
• Then it goes through feature extraction where Haar cascade is used. The features of the processed real-
time image is compared with the features of processed images which are stored in the Google fire base.
• If a match is found, it is further compared with the features of images stored in a local watch list of
google fire base to identify if the person is criminal or not.
• Andriod app is used to get notification and details.
• If he is criminal a notification is sent to the mobile app with all the details and the time for which he
was under the surveillance of the camera.
• If a match is not found in both the watch lists, he is innocent.
REFERENCES
• 1] Nurul Azma Abdullah, Md. Jamri Saidi and Nurul Hidayah Ab Rahman “Face recognition for criminal
identification: An implementation of principal component analysis for face recognition”The 2nd
International Conference on Applied Science and Technology 2017 (ICAST’17)
• [2] Apoorva.P, Ramesh.B and Varshitha.M.R “Automated criminal identification by face recognition using
open computer vision classifiers” Third International Conference on Computing Methodologies and
Communication (ICCMC 2019).
• [3] Rasanayagam, K.Kumarasiri, S.D.D, Tharuka, W. A. D. Samaranayake, N. Samarasinghe and P.
Siriwardana “CIS: An Automated Criminal Identification System”. 2018 IEEE International Conference on
Information and Automation for Sustainability (ICIAfS)R. Nicole, “Title of paper with only first word
capitalized,” J. Name Stand. Abbrev., in press.
• [4] Mantoro, T., Ayu, M. A., & Suhendi. (2018).” Multi-Faces Recognition Process Using Haar Cascades and
Eigenface Methods” 2018 6th International Conference on Multimedia Computing and Systems (ICMCS).
• [5] Chang L , Yang J, Li S, Xu H, Liu K & Huan, C. (2018). ”Face Recognition Based on Stacked Convolutional
Autoencoder and Sparse Representation”. 2018 IEEE 23rd International Conference on Digital Signal
Processing (DSP).
• [6] MING Ju-wang (2018), “Face Feature Dynamic Recognition Method Based on Intelligent Image”.
International Conference on Virtual Reality and Intelligent Systems
[7] Mohd Yusuf Firoz Siddiqui and Sukesha (2015), “Face Recognition using Original and Symmetrical Face
Images”. 1st International Conference on Next Generation Computing Technologies (NGCT-2015)
[8] Hyung-Il Kim, Seung Ho Lee, and Yong Man R (2015), “Face Image Assessment Learned With Objective
and Relative Face Image Qualities for Improved Face Recognition.
[9] Piyush Kakkar, Mr. Vibhor Sharma (2018) “Criminal Identification System Using Face Detection and
Recognition”. International Journal of Advanced Research in Computer and Communication Engineering
[10] Lamiaa A. Elrefaei, Alaa Alharthi, Huda Alamoudi, Shatha Almutairi (2017) “Real-time Face Detection
and Tracking on Mobile Phones for Criminal Detection”.
THANK YOU

More Related Content

What's hot

Face recognition Face Identification
Face recognition Face IdentificationFace recognition Face Identification
Face recognition Face IdentificationKalyan Acharjya
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural networkIndira Nayak
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyranjit banshpal
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.Sandeep Wakchaure
 
FACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYFACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYJASHU JASWANTH
 
Face recognigion system ppt
Face recognigion system pptFace recognigion system ppt
Face recognigion system pptRavi Kumar
 
Face Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemKarmesh Maheshwari
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition pptSantosh Kumar
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face RecognitionNanditaDutta4
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPTSiddharth Modi
 
Face Mask Detection PPT.pptx
Face Mask Detection PPT.pptxFace Mask Detection PPT.pptx
Face Mask Detection PPT.pptxSrikar Dasharadhi
 
Facial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approachFacial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approachAshwinRachha
 
Face Recognition Attendance System
Face Recognition Attendance System Face Recognition Attendance System
Face Recognition Attendance System Shreya Dandavate
 
Face detection and recognition report
Face detection and recognition reportFace detection and recognition report
Face detection and recognition reporthetvi naik
 
Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)Herman Kurnadi
 

What's hot (20)

Face recognition Face Identification
Face recognition Face IdentificationFace recognition Face Identification
Face recognition Face Identification
 
Face recognition using neural network
Face recognition using neural networkFace recognition using neural network
Face recognition using neural network
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
Facial Expression Recognition System using Deep Convolutional Neural Networks.
Facial Expression Recognition  System using Deep Convolutional Neural Networks.Facial Expression Recognition  System using Deep Convolutional Neural Networks.
Facial Expression Recognition System using Deep Convolutional Neural Networks.
 
FACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGYFACE RECOGNITION TECHNOLOGY
FACE RECOGNITION TECHNOLOGY
 
Face recognigion system ppt
Face recognigion system pptFace recognigion system ppt
Face recognigion system ppt
 
EMOTION DETECTION USING AI
EMOTION DETECTION USING AIEMOTION DETECTION USING AI
EMOTION DETECTION USING AI
 
Face Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal GargFace Recognition Technology by Vishal Garg
Face Recognition Technology by Vishal Garg
 
Face Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance SystemFace Recognition based Lecture Attendance System
Face Recognition based Lecture Attendance System
 
Face recognition ppt
Face recognition pptFace recognition ppt
Face recognition ppt
 
Attendance Management System using Face Recognition
Attendance Management System using Face RecognitionAttendance Management System using Face Recognition
Attendance Management System using Face Recognition
 
Face recognition technology - BEST PPT
Face recognition technology - BEST PPTFace recognition technology - BEST PPT
Face recognition technology - BEST PPT
 
Computer vision ppt
Computer vision pptComputer vision ppt
Computer vision ppt
 
Face Mask Detection PPT.pptx
Face Mask Detection PPT.pptxFace Mask Detection PPT.pptx
Face Mask Detection PPT.pptx
 
Face recognisation system
Face recognisation systemFace recognisation system
Face recognisation system
 
Facial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approachFacial Emotion Recognition: A Deep Learning approach
Facial Emotion Recognition: A Deep Learning approach
 
Face Recognition Attendance System
Face Recognition Attendance System Face Recognition Attendance System
Face Recognition Attendance System
 
Face detection and recognition report
Face detection and recognition reportFace detection and recognition report
Face detection and recognition report
 
Face recognition
Face recognitionFace recognition
Face recognition
 
Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)Deep learning on face recognition (use case, development and risk)
Deep learning on face recognition (use case, development and risk)
 

Similar to 418 Automated Criminal Identification System using Face Detection and.pptx

Biometric Facial Recognition
Biometric Facial RecognitionBiometric Facial Recognition
Biometric Facial RecognitionJennifer York
 
Survey on Crime Interpretation and Forecasting Using Machine Learning
Survey on Crime Interpretation and Forecasting Using Machine LearningSurvey on Crime Interpretation and Forecasting Using Machine Learning
Survey on Crime Interpretation and Forecasting Using Machine LearningIRJET Journal
 
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCECRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCEvivatechijri
 
IRJET - Android based Application – Missing Person
IRJET -  	  Android based Application – Missing PersonIRJET -  	  Android based Application – Missing Person
IRJET - Android based Application – Missing PersonIRJET Journal
 
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AI
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AICRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AI
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AIIRJET Journal
 
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...IJARIIT
 
Digital Ethics for Biometric Applications in a Smart City
Digital Ethics for Biometric Applications in a Smart CityDigital Ethics for Biometric Applications in a Smart City
Digital Ethics for Biometric Applications in a Smart CityAraz Taeihagh
 
Criminal Face Identification
Criminal Face IdentificationCriminal Face Identification
Criminal Face IdentificationIRJET Journal
 
Image Based Facial Recognition
Image Based Facial RecognitionImage Based Facial Recognition
Image Based Facial Recognitionijtsrd
 
Facial Recognition System
Facial Recognition SystemFacial Recognition System
Facial Recognition SystemArun ACE
 
10 Criminology in the FutureCriminology in the FutureKristop.docx
10 Criminology in the FutureCriminology in the FutureKristop.docx10 Criminology in the FutureCriminology in the FutureKristop.docx
10 Criminology in the FutureCriminology in the FutureKristop.docxhyacinthshackley2629
 
Crime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningCrime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningVenkat Projects
 
Crime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningCrime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningVenkat Projects
 
Face Recognition Technology by Rohit
Face Recognition Technology by RohitFace Recognition Technology by Rohit
Face Recognition Technology by RohitRohit Shrivastava
 
Face recognition Technology By Rohit
Face recognition Technology By RohitFace recognition Technology By Rohit
Face recognition Technology By RohitRohit Shrivastava
 
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS .docx
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS          .docxRunning Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS          .docx
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS .docxtodd271
 
Comparative Analysis of Face Recognition Methodologies and Techniques
Comparative Analysis of Face Recognition Methodologies and TechniquesComparative Analysis of Face Recognition Methodologies and Techniques
Comparative Analysis of Face Recognition Methodologies and TechniquesFarwa Ansari
 
IRJET- Public Crime Reporting and Monitoring System Model using SDM
IRJET- Public Crime Reporting and Monitoring System Model using SDMIRJET- Public Crime Reporting and Monitoring System Model using SDM
IRJET- Public Crime Reporting and Monitoring System Model using SDMIRJET Journal
 
Facial recognition
Facial recognitionFacial recognition
Facial recognitionDhimankomal
 

Similar to 418 Automated Criminal Identification System using Face Detection and.pptx (20)

Biometric Facial Recognition
Biometric Facial RecognitionBiometric Facial Recognition
Biometric Facial Recognition
 
Survey on Crime Interpretation and Forecasting Using Machine Learning
Survey on Crime Interpretation and Forecasting Using Machine LearningSurvey on Crime Interpretation and Forecasting Using Machine Learning
Survey on Crime Interpretation and Forecasting Using Machine Learning
 
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCECRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
CRIMINAL IDENTIFICATION FOR LOW RESOLUTION SURVEILLANCE
 
IRJET - Android based Application – Missing Person
IRJET -  	  Android based Application – Missing PersonIRJET -  	  Android based Application – Missing Person
IRJET - Android based Application – Missing Person
 
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AI
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AICRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AI
CRIMINAL RECOGNITION USING IMAGE RECOGNITION AND AI
 
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...
Physical and Cyber Crime Detection using Digital Forensic Approach: A Complet...
 
Digital Ethics for Biometric Applications in a Smart City
Digital Ethics for Biometric Applications in a Smart CityDigital Ethics for Biometric Applications in a Smart City
Digital Ethics for Biometric Applications in a Smart City
 
Criminal Face Identification
Criminal Face IdentificationCriminal Face Identification
Criminal Face Identification
 
Image Based Facial Recognition
Image Based Facial RecognitionImage Based Facial Recognition
Image Based Facial Recognition
 
Facial Recognition System
Facial Recognition SystemFacial Recognition System
Facial Recognition System
 
10 Criminology in the FutureCriminology in the FutureKristop.docx
10 Criminology in the FutureCriminology in the FutureKristop.docx10 Criminology in the FutureCriminology in the FutureKristop.docx
10 Criminology in the FutureCriminology in the FutureKristop.docx
 
Crime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningCrime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data mining
 
Crime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data miningCrime analysis mapping, intrusion detection using data mining
Crime analysis mapping, intrusion detection using data mining
 
Face Recognition Technology by Rohit
Face Recognition Technology by RohitFace Recognition Technology by Rohit
Face Recognition Technology by Rohit
 
Face recognition Technology By Rohit
Face recognition Technology By RohitFace recognition Technology By Rohit
Face recognition Technology By Rohit
 
PPT.pptx
PPT.pptxPPT.pptx
PPT.pptx
 
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS .docx
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS          .docxRunning Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS          .docx
Running Head CRIMINOLOGY USE OF COMPUTER APPLICATIONS .docx
 
Comparative Analysis of Face Recognition Methodologies and Techniques
Comparative Analysis of Face Recognition Methodologies and TechniquesComparative Analysis of Face Recognition Methodologies and Techniques
Comparative Analysis of Face Recognition Methodologies and Techniques
 
IRJET- Public Crime Reporting and Monitoring System Model using SDM
IRJET- Public Crime Reporting and Monitoring System Model using SDMIRJET- Public Crime Reporting and Monitoring System Model using SDM
IRJET- Public Crime Reporting and Monitoring System Model using SDM
 
Facial recognition
Facial recognitionFacial recognition
Facial recognition
 

Recently uploaded

定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Pooja Nehwal
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...nagunakhan
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsPooja Nehwal
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRdollysharma2066
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Serviceankitnayak356677
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile servicerehmti665
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝soniya singh
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程1k98h0e1
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...Authentic No 1 Amil Baba In Pakistan
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一C SSS
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...nagunakhan
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gayasrsj9000
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknowmakika9823
 

Recently uploaded (20)

定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
 
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
Russian Call Girls In South Delhi Delhi 9711199012 💋✔💕😘 Independent Escorts D...
 
Thane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call GirlsThane Escorts, (Pooja 09892124323), Thane Call Girls
Thane Escorts, (Pooja 09892124323), Thane Call Girls
 
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCRReal Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
Real Sure (Call Girl) in I.G.I. Airport 8377087607 Hot Call Girls In Delhi NCR
 
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts ServiceVip Noida Escorts 9873940964 Greater Noida Escorts Service
Vip Noida Escorts 9873940964 Greater Noida Escorts Service
 
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(MEGHA) Hinjewadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
Call Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile serviceCall Girls Delhi {Rohini} 9711199012 high profile service
Call Girls Delhi {Rohini} 9711199012 high profile service
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
Call Girls in Dwarka Sub City 💯Call Us 🔝8264348440🔝
 
萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程萨斯喀彻温大学毕业证学位证成绩单-购买流程
萨斯喀彻温大学毕业证学位证成绩单-购买流程
 
Low rate Call girls in Delhi Justdial | 9953330565
Low rate Call girls in Delhi Justdial | 9953330565Low rate Call girls in Delhi Justdial | 9953330565
Low rate Call girls in Delhi Justdial | 9953330565
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR9953330565 Low Rate Call Girls In Jahangirpuri  Delhi NCR
9953330565 Low Rate Call Girls In Jahangirpuri Delhi NCR
 
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...Papular No 1 Online Istikhara Amil Baba Pakistan  Amil Baba In Karachi Amil B...
Papular No 1 Online Istikhara Amil Baba Pakistan Amil Baba In Karachi Amil B...
 
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
(办理学位证)韩国汉阳大学毕业证成绩单原版一比一
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
 
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(ANIKA) Wanwadi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
 

418 Automated Criminal Identification System using Face Detection and.pptx

  • 1. AUTOMATED CRIMINAL IDENTIFICATION SYSTEM USING FACE DETECTION AND RECOGNITION Presented by : Under The Guidance Of :
  • 2. CONTENTS • ABSTRACT • INTRODUCTION • LITERATURE SURVEY • PROPOSED METHOD • BLOCK DIAGRAM • SYSTEM REQUIREMENTS • REFERENCES
  • 3. ABSTRACT As the world has seen exponential advancement over the last decade, there is an abnormal increase in the crime rate and also the number of criminals are increasing at an alarming rate, this leads toward a great concern about the security issues. various causes of theft, stealing crimes, burglary, kidnapping, human trafficking etc. are left unsolved because the availability of police personnel is limited, many times there is no identification of the person who was involved in criminal activities. To avoid this situation an automated facial recognition system for criminal identification is proposed using Haar feature- based cascade classifier. This paper presents a real-time face recognition using an automated surveillance camera. This system will be able to detect and recognize face automatically in real-time.
  • 4. INTRODUCTION • The face is crucial for human identity. It is the feature which best distinguishes a person. Face detection and recognition is the technology which is used to identify a person from a video or image. • we propose a face detection and recognition system for criminal identification using python along with OpenCV package. • Most of the common facial recognition techniques include target matching method, geometric feature recognition method, and principal component analysis method and so on. • Most of the criminals are mingled with us in our society and they are much hard to identify. • Traditionally, repeated criminals are identified by their biometrics such as thumbprint. But criminals are smart enough to not to leave their biometrics in crime scene. • In developed countries, the government create dataset which is helpful for recognize the human face which compares the suspicious act with trained dataset and information stored in database. • Face recognition system built by using Principal Component Analysis (PCA) method. The two main disadvantages of using the PCA method are that computational complexity is high and it can only process the faces that have similar facial expressions. • This technology is a widely used biometrics system for authentication, authorization, verification and identification. • Applying principal component analysis for finding distinguishable features from many images to get the similarity for the target image.
  • 5. LITERATURE SURVEY SL.NO YEAR AUTHOR TITLE METHODOLOGY 1. 2017 Nurul Azma Abdullah, Md. Jamri Saidi and Nurul Hidayah Ab Rahman “ Face recognition for criminal identification. An implementation of principal component analysis for face recognition. 2. 2019 Apoorva.P, Ramesh.B and Varshitha.M.R “ Automatic face recognition. Automated criminal identification by face recognition using open computer vision classifiers. 3. 2018 Rasanayagam, K.Kumarasiri, S.D.D, Tharuka, W. A. D. Samaranayake, N. Samarasinghe and P. Siriwardana CIS : An Automated Criminal Identification System. Recognition with deep learning approach based on Convolution Neural Network (CNN) technique. 4. 2018 Mantoro, T., Ayu, Multi face recognition. Multi-Faces Recognition Process
  • 6. 5. 2018 Chang L , Yang J, Li S, Xu H, Liu K & Huan, C. Based on stacked conventional and sparse representation. Face Recognition Based on Stacked Convolutional Auto encoder and Sparse Representation. 6. 2018 MING Ju-wang Intelligent image Face Feature Dynamic Recognition Method Based on Intelligent Image 7. 2015 Mohd Yusuf Firoz Siddiqui and Sukesha Face Recognition using Original and Symmetrical Face Images. Based on symmetrical and mirror images by reflecting the original face using Principal Component Analysis and some fusion techniques. 8. 2015 Hyung-Il Kim, Seung Ho Lee, and Yong Man R Improved face recognition Face Image Assessment Learned With Objective and Relative Face Image Qualities for Improved Face Recognition 9. 2018 iyush Kakkar, Mr. Vibhor Sharma Using face detection recognition Criminal Identification System Using Face Detection and Recognition
  • 7. METHODOLOGY In this project, we can detect and recognize the faces of the criminals in a video stream obtained from a camera in real-time. The system consists of three databases. First is the citizen database, which will contain the images and unique-id of all the citizens living in that country. Second is local watch list database, which will have the images(min 10) and details(Unique-id, Name, Gender, Religion, Crimes done) etc. of each criminal who belongs to that country. Third is International watch list database, which will have the images (min 10) and details(Unique-id, Name, Gender, Religion, Crimes done) etc. of the criminals who are not the citizens of that country. All the images are first preprocessed. Then it goes through feature extraction where Haar cascade is used. The video is captured from the surveillance camera which are converted into frames. When a face is detected in a frame, it is preprocessed. Then it goes through feature extraction where Haar cascade is used. The features of the processed real-time image is compared with the features of processed images which are stored in the citizen database. If a match is found, it is further compared with the features of images stored in a local watch list database to identify if the person is criminal or not. If he is criminal a notification is sent to the police personnel with all the details and the time for which he was under the surveillance of the camera. If he is not a citizen of that country, it is then compared with the features of images stored in the international watch list database. If a match is found, a notification is sent to the police personnel with all the details and the time for which he was under the surveillance of the camera. If a match is not found in both the watch lists, he is innocent.
  • 8. SYSTEM REQUIREMENTS software used • Google fire base • Python language • MIT app • Open CV • Face detector camera
  • 10. PROPOSED METHOD • In this project, we can detect and recognize the faces of the criminals in a video stream obtained from a camera in real-time. The system consists of three databases • First is the citizen database, which will contain the images and unique-id of all the citizens living in that country. • Second is local watch list database, which will have the images (min 10) and of each criminal who belongs to that country. • Third is International watch list database, which will have the images (min 10) and details(Unique-id, Name, Gender, Religion, Crimes done, etc) of the criminals who are not the citizens of that country. • Open CV module and contains various functions for face detection and recognition. • Then it goes through feature extraction where Haar cascade is used. The features of the processed real- time image is compared with the features of processed images which are stored in the Google fire base. • If a match is found, it is further compared with the features of images stored in a local watch list of google fire base to identify if the person is criminal or not. • Andriod app is used to get notification and details. • If he is criminal a notification is sent to the mobile app with all the details and the time for which he was under the surveillance of the camera. • If a match is not found in both the watch lists, he is innocent.
  • 11. REFERENCES • 1] Nurul Azma Abdullah, Md. Jamri Saidi and Nurul Hidayah Ab Rahman “Face recognition for criminal identification: An implementation of principal component analysis for face recognition”The 2nd International Conference on Applied Science and Technology 2017 (ICAST’17) • [2] Apoorva.P, Ramesh.B and Varshitha.M.R “Automated criminal identification by face recognition using open computer vision classifiers” Third International Conference on Computing Methodologies and Communication (ICCMC 2019). • [3] Rasanayagam, K.Kumarasiri, S.D.D, Tharuka, W. A. D. Samaranayake, N. Samarasinghe and P. Siriwardana “CIS: An Automated Criminal Identification System”. 2018 IEEE International Conference on Information and Automation for Sustainability (ICIAfS)R. Nicole, “Title of paper with only first word capitalized,” J. Name Stand. Abbrev., in press. • [4] Mantoro, T., Ayu, M. A., & Suhendi. (2018).” Multi-Faces Recognition Process Using Haar Cascades and Eigenface Methods” 2018 6th International Conference on Multimedia Computing and Systems (ICMCS). • [5] Chang L , Yang J, Li S, Xu H, Liu K & Huan, C. (2018). ”Face Recognition Based on Stacked Convolutional Autoencoder and Sparse Representation”. 2018 IEEE 23rd International Conference on Digital Signal Processing (DSP). • [6] MING Ju-wang (2018), “Face Feature Dynamic Recognition Method Based on Intelligent Image”. International Conference on Virtual Reality and Intelligent Systems
  • 12. [7] Mohd Yusuf Firoz Siddiqui and Sukesha (2015), “Face Recognition using Original and Symmetrical Face Images”. 1st International Conference on Next Generation Computing Technologies (NGCT-2015) [8] Hyung-Il Kim, Seung Ho Lee, and Yong Man R (2015), “Face Image Assessment Learned With Objective and Relative Face Image Qualities for Improved Face Recognition. [9] Piyush Kakkar, Mr. Vibhor Sharma (2018) “Criminal Identification System Using Face Detection and Recognition”. International Journal of Advanced Research in Computer and Communication Engineering [10] Lamiaa A. Elrefaei, Alaa Alharthi, Huda Alamoudi, Shatha Almutairi (2017) “Real-time Face Detection and Tracking on Mobile Phones for Criminal Detection”.