ECrime Identification System in PHP

ECrime Identification System in PHP

Abstract:

Proposed system is going to identify criminals at various security place such as airport, railway etc. Video Camera captures a fixed number of frames of a person coming in front of check in counter. Proposed system compares these captured images taken through the camera with the images of the criminals which are stored in the database. Proposed system is connection of two stages – Face detection using Haar Based Cascade classifier and recognition using Principle Component analysis with Eigen Face. The goal is to implement the system (model) for a particular face and distinguish it from a large number of stored faces with some real-time variations as well.

Download