100 likes | 110 Views
Explore the world of facial detection and recognition using Python and the OpenCV library. Learn about the history, uses, advantages, and future scope of Python. Dive into the technology behind facial recognition and how it works.
E N D
INDUSTRIAL TRAINING SEMINAR ONFACIAL DETECTION & RECOGNITION SUBMITTED BY: SIMRAN DHINGRA ROLL NO: CSE/16/147
ACKNOWLEDGEMENT • The internship opportunity I had with HCL Infotechwas a great chance for learning and professional development. I am also very grateful for having a chance to meet so many wonderful people and professionals who led me through this internship period. • Bearing in mind previous, I am using this opportunity to express my deepest gratitude and special thanks to the Delivery Manager of UIDAI Dept. of HCL i.e. Mr. PankajChoudhary who in spite of being extraordinarily busy with his duties, took time out to hear, guide and keep me on the correct path and allowing me to carry out my project at their esteemed organization during the training. I will strive to use gained skills and knowledge in the best possible way and attain desired career objectives.
CONTENT • Outline • Project Introduction • Technology Used • What is PYTHON? • History • Output • Uses of Python • Advantages and Disadvantages • Future Scope • Conclusion
PROJECT INTRODUCTION • This project is based on FACIAL DETECTION AND RECOGNITION. • FACIAL DETECTION: Facial Detection is a computer technology that identifies human faces in digital images. • FACIAL RECOGNITION: Facial Recognition is a technology capable of identifying and verifying a person from a digital image or a video frame from a video source.
TECHNOLOGY USED • PYTHON + OPEN COMPUTER VISION LIBRARY (OPEN CV) • OpenCV is a library of programming functions mainly aimed at real-time computer vision.
What is PYTHON? • Python is an interpreted high-level programming language for general-purpose programming. Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability, notably using significant whitespace. Various features of PYTHON are:- • Object-oriented • Imperative • Functional • Procedural • Reflective
HISTORY • Invented in Netherlands, early 90s by Guido van Rossum. • Python was conceived in the late 1980s and its implementation was started in December 1989. • Named after Monty Python. • Open Source from beginning
HOW THIS WORKS? • 1.Face Detection: Look at the picture and find a face in it. • 2. Data Gathering: Extract unique characteristics of the face detected that it can use to differentiate him from another person like eyes, mouth, nose etc. • 3. Data Comparison: Despite variations in light or expression, it will compare those unique features of all the faces trained. • 4. Face Recognition: It will determine the face after examining the features.
MAJOR USES OF PYTHON • GUI-Based Desktop Applications • Web Frameworks and Web Applications • Enterprise and Business Applications • System Utilities • Language Development • Prototyping