real time criminal face contour detection using machine learning (0) (1).pptx

RaheemKhan86 41 views 14 slides May 30, 2024
Slide 1
Slide 1 of 14
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14

About This Presentation

criminal face recognition ppt


Slide Content

HMS INSTITUTE OF TECHNOLOGY (AFFILIATED BY VTU BELGAUM) NH-4, KESARAMADU, POST KYATHSANDRA, TUMAKURU - 572104 A PROJECT PRESENTATION ON REAL-TIME CRIMINAL FACE CONTOUR DETECTION SYSTEM USING PYTHON DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SUBMITTED BY : AFSHAN AZGER (1HM20CS004) ATHIQ UR REHMAN (1HM20CS009) JUNED AHAMAD KHAN N A (1HM20CS015) RAHEEM KHAN(1HM20CS027) UNDER THE GUIDANCE OF : DR. VIJAYARAGHAVAN A Ph.D PROFESSOR & HEAD, CSE HMSIT, TUMAKURU

ABSTRACT There is an abnormal increase in the crime rate and also the number of criminals are increasing. Crime preventions and criminal identification are the primary issues before the police personnel, since property and lives protection are the basic concerns of the police but to combat the crime, the availability of police personnel is limited. With the advent of security technology, cameras especially CCTV have been installed in many public and private areas to provide surveillance activities. The footage of the CCTV can be used to identify suspects on scene. This Real time criminal identification system based on face recognition works with a fully automated facial recognition system. Haar feature-based cascade classifier and OpenCV LBPH (Local Binary Pattern Histograms) Algorithms are used for Face detection and recognition. An accurate location of the face is still a challenging task. Viola-Jones framework has been widely used by researchers in order to detect the location of faces and objects in a given image. Face detection classifiers are shared by public communities, such as OpenCV.

TABLE OF CONTENTS Introduction. SRS – System Requirements And Specifications. Literature Survey. Existing System. Proposed System. Problem Statement. References.

INTRODUCTION Images like Picassa , Photobucket and Facebook. The automatically tagging feature adds a new dimension to sharing pictures among the people who are in the picture and also gives the idea to other people about who the person is in the image. In our project, we have studied and implemented a pretty simple but very effective face detection algorithm which takes human skin color into account. Our aim, which we believe we have reached, was to develop a system that can be used by police or investigation department to recognize criminal from their faces. The method of face recognition used is fast, robust, reasonably simple and accurate with a relatively simple and easy to understand algorithms and technique.

SYSTEM REQUIREMENTS AND SPECIFICATIONS opencv -python VErsion4.6.0.6 Imutils version 0.5.4 face_recognition version 1.3.0 Requests version 2.28.1 LIBRARIES

SOFTWARE REQUIREMENTS Windows 10 or higher Appropriate IDE( PYcharm or VS code) python for x64 systems preferablly python 3.8

HARDWARE REQUIREMENTS A computer with atleast 8GB of RAM and atleast 50GB harddrive or SSD A USB webcam with infrared support Have atleast 10GB free space exlcuding OS Graphics processor NVIDIA 610 or equivalent Processor intel i5 or equivalent

LITERATURE SURVEY Python is a high-level programming language that has a simple syntax and a large library of modules for various tasks. OpenCV is an open-source library that provides functions for face detection, recognition, alignment, and manipulation. Together, they can be used to create a system that can automatically detect and recognize faces in images or videos .

EXISTING SYSTEM As the crime rate and criminals are increasing day by day, managing, finding and tracking these criminals is a major issue for police personnel. There are applications, which will help police department to store the records and data about a criminal but, these applications won’t help in finding those criminals. Criminal details were mainly managed using records, books or stored as software records in the database. Previously when a criminal is found guilty the picture of the criminal is being taken and stored in records but, these pictures serve no purpose. The existing methods will only help in managing criminal records and those methods will not find criminals from any location.

PROPOSED SYSTEM This project is aimed at developing an application called Real-Time criminal face detection system. We are able to detect and recognize faces of the criminals in an image and in a video stream obtained from a camera in real time. We have used Haar feature-based cascade classifiers in OpenCV approach for face detection. It is a machine learning based approach where a cascade function is trained from a lot of positive and negative images. It is then used to detect objects in other images. Also, we have used Local Binary Patterns Histograms (LBPH) for face recognition. This application helps police personnel in many ways. In our application we can register a criminal, once it is successfully done we can track and find criminals using CCTV footage or by manually giving image as input. Data of each criminal is managed through dataset. When a criminal is detected at any time on camera (CCTV), criminal’s 4 details will be displayed. In this way a lot of time is saved and this is a highly secure process and one can detect criminals easily. Our application is 95 percent accurate and it is fast, robust, reliable and easy to use.

PROBLEM STATEMENT The aim of this project is to develop a  Real-Time Criminal Face Detection System  using Python. In today’s world, ensuring public safety is of utmost importance. One of the challenges in achieving this is the identification of criminals who are at large. Traditional methods of identifying criminals, such as manual surveillance or reliance on human memory, are not always effective and can be labor-intensive. This system should be capable of identifying faces in real-time from video feeds (like CCTV footage) and cross-verifying them with a database of known criminals. If a match is found, the system should alert the relevant authorities promptly.

REFERENCES Alireza Chevelwalla , Ajay Gurav , Sachin Desai , Prof. Sumitra Sadhukhan “Criminal Face Recognition System” International Journal of Engineering Research & Technology (IJERT) Vol. 4 Issue 03, March-2015. Belhumeur , P. N., Hespanha , J. P., & Kriegman, D. J. (1997). Eigenfaces vs. Fisherfaces : Recognition Using Class Specific Linear Projection. IEEE Transactions on Pattern Analysis and Machine Intelligence. 19, pp. 711-720. IEEE Computer Society. Bornet , O. (2005, May 19). Learning Based Computer Vision with Intel's Open Source Computer Vision Library. Retrieved April 2007, 2007, from Intel.com Website: http://www.intel.com/technology/itj/2005/volume09issue02/art03_learning_vis ion/p04_face_dete ction.htm Brunelli , R., & Poggio , T. (1993). Face Recognition: Features versus templates. IEEE Transaction on Pattern Analysis and Machine Intelligence , 15 (10), 1042- 1052. Viola, P. and Jones, M. Rapid object detection using boosted cascade of simple features. IEEE Conference on Computer Vision and Pattern Recognition, 2001. P. Viola and M. Jones. Robust Real-time Object Detection. International Journal of Computer Vision, 57(2):137–154,2002. https://en.wikipedia.org/wiki/Cascading_classifiers Open Computer Vision Library Reference Manual. Intel Corporation, USA, 2001.

THANK YOU…..
Tags