High Performance Face Recognition With Green Box! Face Recognition Pro 2020
-
Updated
Dec 14, 2020 - Python
High Performance Face Recognition With Green Box! Face Recognition Pro 2020
Face identification algorithms focus on the identifiction of frontal human faces. It is analogous to image detection in which the image of a person is matched bit by bit. Image matches with the image stores in database. Any facial feature changes in the database will invalidate the matching process. It's mostly use for the security.
This is a project that includes face recognition and face filters.Finding face parts is very important in many projects. Which may be due to this.This makes it easier to do many more dependent projects if you find a related project.
Goal of project is to store detected images in a distributed database. Hyperledger fabric is used to store detected images. This readme file explains how to setup the IoT network which sends detected images to IoT Gateway.
Face Detection from images.Detect face using OpenCV CascadeClassifier. Application detects the face and eyes, Draws rectangle over it
Add a description, image, and links to the facedetectionpython topic page so that developers can more easily learn about it.
To associate your repository with the facedetectionpython topic, visit your repo's landing page and select "manage topics."