International Journal of All Research Education & Scientific Methods

An ISO Certified Peer-Reviewed Journal

ISSN: 2455-6211

Latest News

Visitor Counter
2194184845

Detection of Human and Behavior Using ML

You Are Here :
> > > >
Detection of Human and Behavior Using ML

Detection of Human and Behavior Using ML

Author Name : Abdul Sohail Ahmed, Putchala Bhuvanendra, Vanshika Sethi, Lakoji Raj kumar, Rishab Verma, Kalla Sudarsan Harshith

ABSTRACT

In this project we have worked on the problem of human detection, face detection, face recognition and tracking an individual. Our project is capable of detecting a human and its face in a given video and storing Local Binary Pattern Histogram (LBPH) features of the detected faces. LBPH features are the key points extracted from an image which is used to recognize and categorize images. Once a human is detected in video, we have tracked that person assigning him a label. We have used the stored LBPH features of individuals to recognize them in any other videos. After scanning through various videos our program gives output like- person labeled as subject1 is seen in video taken by camera1, subject1 is seen in video by camera2. In this way we have tracked an individual by recognizing him/her in the video taken by multiple cameras. Our whole work is based on the application of Artificial Intelligence and image processing with the help of openCV, an open source computer vision library