문제

Lately I've been very interested in this subject, for example I found a very interesting page that actually does it and it does it remarkable well http://www.pictriev.com/

How do they achieve such a grade of accuracy?

도움이 되었습니까?

해결책 2

Things like recognition algorithms are part of the field of artificial intelligence, specifically the branch of machine learning. An algorithm like this could be be implemented in many ways, for instance with neural networks which try and simulate brains. This question has a list of Python packages to do with machine learning.

다른 팁

The literature on face recognition is vast and the number of approaches and algorithm is great.

In the webpage you mention, they're actually implemented face detection, not recognition.

There is no way to know exactly which algorithm they implemented. If you're interested in face detection, you can start by reading about the Viola&Jones algorithm.

For information on the problem of face recognition, you can refer to this site: http://www.face-rec.org/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top