Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facial recognition/merging software [closed]

Can anyone point me in the right direction of some facial recognition libraries & algorithms ? I've tried searching/googling but i mostly find thesises and very little real software.

like image 258
thr Avatar asked Dec 09 '08 15:12

thr


People also ask

Is there facial recognition software?

Today, there are many applications available that use facial recognition software functioning on artificial intelligence (AI) and deep learning technologies, and some even use augmented reality (AR). The facial recognition market was estimated at roughly US$5bn in 2021 and is projected to grow to US$12.67bn by 2028.

Which algorithm does Facebook use for face verification and how does it work?

The answer is DeepFace Algorithm. Also as we know Facebook has a database, so with the DeepFace Algorithm, they will determine a 3D numerical model of each face while by using the database they can recognize faces. DeepFace is a deep learning facial recognition system created by a research group at Facebook.

How much does it cost to install facial recognition?

The costs of developing this type of face recognition apps are around $1,000, while more complex facial recognition tools can cost tens and even hundreds of thousands.


2 Answers

How about Eigenfaces? Utilizes simple mathematics to store recognizable eigenvector of the face and reconstruct faces using multiple vectors.

The code is all available in Python as well here.

like image 89
Tuminoid Avatar answered Oct 08 '22 13:10

Tuminoid


OpenCV is a great computer vision library.

Here's the OpenCV wiki page on face recognition.

like image 41
tfinniga Avatar answered Oct 08 '22 12:10

tfinniga